Hello Guys,

We are currently making call to "Ad Performance Report" to fetch the stats. 
Our application runs daily and during the initial load of the application 
(when the application goes live for the first time) I need to fetch the 
stats for last 1 year for each day and store it. Going forward I can fetch 
the data for last 24 hours and populate it.

I was testing the data from the report and I see some mismatch. So I am 
guessing I am not passing the right date parameters to the report. Could 
you please help me in point out the issues if any?

When I am fetching the data for last 7 days (today's date is 22nd Jan) I am 
passing the date range as "DURING 20140115, 20140121". So this report is 
fetching the data from 15th till 21st. This report returns 10 clicks.

1. When I am fetching the data for 15th Jan I am using "DURING 20140115, 
20140116" and clicks are returned as - 3. 
2. When I am fetching the data for 16th Jan I am using "DURING 20140116, 
20140117" and clicks are returned as - 4.
3. When I am fetching the data for 17th Jan I am using "DURING 20140117, 
20140118" and clicks are returned as - 3.
4. When I am fetching the data for 18th Jan I am using "DURING 20140118, 
20140119" and clicks are returned as - 2.
5. When I am fetching the data for 19th Jan I am using "DURING 20140119, 
20140120" and clicks are returned as - 4.
6. When I am fetching the data for 20th Jan I am using "DURING 20140120, 
20140121" and clicks are returned as - 3.
7. When I am fetching the data for 21th Jan I am using "DURING 20140121, 
20140122" and clicks are returned as - 0.

If we sum all the clicks the count is coming as 19 where as the last 1 week 
data is returning 10. Not sure where I am doing wrong. As there is no 
timestamp in the data field I am not sure if I need to fetch the data for a 
particular day what value should I pass in the during clause. Please help 
me in this providing some details.

For your reference I am attaching all the XML output for all the individial 
date range as well as for last 7 days. 

Thanks,
Bikram.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Attachment: AdPerformance-35078677933-20 TO 21.xml
Description: XML document

Attachment: AdPerformance-35078677933-19 TO 20.xml
Description: XML document

Attachment: AdPerformance-35078677933-18 TO 19.xml
Description: XML document

Attachment: AdPerformance-35078677933-17 TO 18.xml
Description: XML document

Attachment: AdPerformance-35078677933-16 TO 17.xml
Description: XML document

Attachment: AdPerformance-35078677933-15 TO 16.xml
Description: XML document

Attachment: AdPerformance-35078677933-Last7Days (15 TO 21).xml
Description: XML document

Reply via email to