Ad Performance Report not including all CreativeFinalUrls

11 views
Skip to first unread message

Adam Moore

unread,
Feb 21, 2018, 1:40:10 PM2/21/18
to AdWords API Forum
I'm requesting an AD_PERFORMANCE_REPORT with the following selector:

$selector->fields = [
'AdGroupId',
'AdGroupName', 
'CreativeFinalUrls',
'AdGroupStatus',
];
$selector->dateRange = new DateRange(
Carbon::now()->subYears(10)->toDateString(),
Carbon::now()->toDateString()
);

I have Ad Groups which contain multiple Ads, with different URL's. I would expect the report to either contain a row for each AdGroup Ad URL, or for all distinct Ad URL's inside the AdGroup to be contain in the CreativeFinalUrls JSON.

I definitely do not want to report on the level of the Adverts as this would mean I'm processing millions of records rather than thousands (of AdGroups). However we do also need to know all distinct AdGroup URL's for our reporting.

Bharani Cherukuri (AdWords API Team)

unread,
Feb 21, 2018, 6:25:31 PM2/21/18
to AdWords API Forum
Hi Adam, 

The Ad Performance Report will return stats at the ad level with one row per adThe CreativeFinalUrls gives you the list of final URLs of the ad and can be retrieved using the Ad Performance Report. It is currently not possible to pull these stats at the AdGroup level. However, to get the CreativeFinalUrls for a specific ad group, you could query for that specific ad group and it will return the urls for the ads in that ad group.  

Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

Reply all
Reply to author
Forward
0 new messages