Hi adwords Team,
Here is my code to get an Ad details per day
SELECT CampaignName, CampaignId, AdGroupId, Id,'
. 'Impressions, Clicks, Ctr FROM AD_PERFORMANCE_REPORT '
. 'WHERE Id = '.$adwordsId.' AND Status IN [ENABLED, PAUSED] DURING '.$adwords_start_date.','.$adwords_start_date
But as i check the reporting in my system, it has missing clicks, and upon checking my database it is very close to the "Total - all but removed ads" of Google Adwords Interface
Question is, are you generating data from removed ads too?
NOTE: I have no missing date or day in my dbase, so I am 100% sure that i'm pulling ad details daily. :)
Thanks,
Ejay