Wednesday, May 15, 2024

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

Masood Anwer <masoodanwer@gmail.com>: May 10 05:55AM -0700

I would like to create top pages report in apps script but I have found
metrics & dimensions comatibility issue. Please share any suggestions &
solutions. Here is sample API call.
 
const report = AdSense.Accounts.Reports.generate("accounts/XXXX", {
filters: ['DOMAIN_NAME=@' + 'abc.com'],
metrics: ['ESTIMATED_EARNINGS', 'PAGE_VIEWS', 'PAGE_VIEWS_RPM', 'CLICKS'
],
dimensions: ['PAGE_URL'],
orderBy: ['+PAGE_VIEWS']
});
Logger.log("report = " + report);
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

No comments:

Post a Comment