Reputation: 481
Is there a way to create a filter using site name? I have looked in here and many other sites but could not find the desired filter: https://developers.google.com/adsense/management/reporting/filtering?hl=en
This is site filter in AdSense front-end:
Upvotes: 1
Views: 374
Reputation: 5381
@jisu your answer is correct. You should try to mark that or this as the answer so we can close this.
For others who would encounter this, you can use the following code, remember to use 2 equal signs
filter=['AD_CLIENT_ID==' + ad_client_id , 'DOMAIN_NAME==' + site ]
Upvotes: 1
Reputation: 481
I figured DOMAIN_NAME dimension can be used to filter on a specific site.
Upvotes: 1