Allowed Domains: Difference between revisions
(Marked this version for translation) |
No edit summary |
||
| Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
If you want to check impressions only from trusted domains, | If you want to check impressions only from trusted domains, activate the '''Allowed Domains''' option on your integration. | ||
<!--T:2--> | <!--T:2--> | ||
Latest revision as of 08:39, 16 October 2025
If you want to check impressions only from trusted domains, activate the Allowed Domains option on your integration.
Domains
Once enabled, specify your domains in the settings.
Domains must be added without a protocol (https://, http://), port, path and query.
Wrong:
- https://example.com
- https://example.com/path/to/directory
- https://example.com:8080
- https://en.example.com/?test=123
Right:
- example.com
- en.example.com
Domains must be separated by a comma and a space: example.com, test.org.
Wildcard
To replace any element: subdomain, domain name, domain zone, you can specify * (wildcard):
*.example.comwill mean that all example.com subdomains will be included in the number of allowed domains: en.example.com, fr.example.com, es.example.com, cn.example.com*.travelwill mean that all domains from the travel domain zone will be among the allowed ones: example.travel, test.travel etc.example.*will mean that all domain zones will be included in the number of allowed domains: example.com, example.net, example.org etc.