Allowed Domains: Difference between revisions

From Wiki Kaminari Click
(Created page with "If you want to check impressions only from trusted domains, ask your manager to activate the '''Allowed Domains''' option on your integration. = Domains = Once enabled, specify your domains in the settings. Domains must be added without a protocol (<code>https://</code>, <code>http://</code>), 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 *...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
If you want to check impressions only from trusted domains, ask your manager to activate the '''Allowed Domains''' option on your integration.
If you want to check impressions only from trusted domains, ask your manager to activate the '''Allowed Domains''' option on your integration.


<!--T:2-->
= Domains =
= Domains =
Once enabled, specify your domains in the settings.
Once enabled, specify your domains in the settings.


<!--T:3-->
Domains must be added without a protocol (<code>https://</code>, <code>http://</code>), port, path and query.
Domains must be added without a protocol (<code>https://</code>, <code>http://</code>), port, path and query.


<!--T:4-->
Wrong:
Wrong:
* https://example.com
* https://example.com
Line 12: Line 18:
* https://en.example.com/?test=123
* https://en.example.com/?test=123


<!--T:5-->
Right:
Right:
* example.com
* example.com
* en.example.com
* en.example.com


<!--T:6-->
Domains must be separated by a comma and a space: <code>example.com, test.org</code>.
Domains must be separated by a comma and a space: <code>example.com, test.org</code>.


<!--T:7-->
= Wildcard =
= Wildcard =
To replace any element: subdomain, domain name, domain zone, you can specify <code>*</code> (wildcard):
To replace any element: subdomain, domain name, domain zone, you can specify <code>*</code> (wildcard):


<!--T:8-->
* <code>*.example.com</code> will 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
* <code>*.example.com</code> will 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
* <code>*.travel</code> will mean that all domains from the travel domain zone will be among the allowed ones: example.travel, test.travel etc.
* <code>*.travel</code> will mean that all domains from the travel domain zone will be among the allowed ones: example.travel, test.travel etc.
* <code>example.*</code> will mean that all domain zones will be included in the number of allowed domains: example.com, example.net, example.org etc.
* <code>example.*</code> will mean that all domain zones will be included in the number of allowed domains: example.com, example.net, example.org etc.
</translate>

Latest revision as of 15:01, 5 April 2024

Other languages:

If you want to check impressions only from trusted domains, ask your manager to 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:

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.com will 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
  • *.travel will 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.