Re: Get Ad Performance Report for Lifetime of Ad

2016-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, Using the ALL_TIME date range will provide stats for the entire available time-range of the object in question. So, you should expect to see performance stats which are from the created time of the object.

Re: Get Ad Performance Report for Lifetime of Ad

2016-09-06 Thread tejas
So I was looking into the results of *ALL_TIME* queries, and it seems like they actually start at the start time of the Ad. Is this a feature of them? I don't see dates dating back to the creation time of the AdWords account or anything extremely far back like that. On Wednesday, August 24, 201

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-24 Thread Tejas Manohar
Alrighty. I'll write a process to handle this, but it'd be great if AWQL gets SORT someday :D On Tue, Aug 23, 2016 at 7:11 AM 'Anthony Madrigal' via AdWords API Forum < adwords-api@googlegroups.com> wrote: > Hi, > > There is a preset for that date range. It is called ALL_TIME >

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, There is a preset for that date range. It is called ALL_TIME . However, this date range cannot be used when using AWQL for reports

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-22 Thread tejas
Gotcha. Is there a preset all time date range, or were you just suggesting I set some unreasonably old start date and end date of today? Also, is the report data returned sorted chronologically by Day/Date? Is there any way to enforce this? It'd help to be able to assume this rather than having

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, There is no start date field for ads available in AdWords API. The best workaround would be to include an all time date range and include a Date field in the report. You can safely assume that the date when the ad started receiving impressions is around the time it was created. Regards, An

Get Ad Performance Report for Lifetime of Ad

2016-08-22 Thread tejas
My program needs to fetch ad performance report(s) for the lifetime of an ad. It looks like you need to provide a dateRange to request a report, but I don't see a way to find out when the ad started (https://developers.google.com/adwords/api/docs/reference/v201607/AdGroupAdService). I do see S