I'm requesting an AD_PERFORMANCE_REPORT with the following selector:
$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.