In PHP Library we have GetCampaignStats.php We can set the date range for which we want to get the data. But the data will be summarized. For example 01-11-2012 we had 10 impressions 02-11-2012 we had 20 impressions. When we set: $dateRange-> min 01-11-20112 $dateRange-> max 02-11-2012 we get 30 impressions in array.
The question is, can we get array with separate data for each day by making one! request? I mean we do request, and receive somethig like this in one array: .... [startDate] => 20121101 [endDate] => 20121101 [impressions] => 10 ... [startDate] => 20121102 [endDate] => 20121102 [impressions] => 20 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
