Hi Jaydeep, In the first scenario, I see that you are decreasing the startDate by 1 in each iteration. This may result in a RateExceededError <https://developers.google.com/adwords/api/docs/guides/rate-limits> as it looks the loop termination condition is not met. I see that you are trying to download Placement Performance Report for each day in the given date range. You could consider including the Date field in the report query and specify CUSTOM_DATE for the dateRangeType. and include your dateRange in YYYYMMDD format on your selector as shown here <https://developers.google.com/adwords/api/docs/guides/reporting#custom_date_ranges> .
Could you provide the complete report query including the dateRange and the clientCustomerId for which you see this difference along with some samples of the observed discrepancy so I can take a further look? Please use* Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8d566d3c-27c1-47cb-9f7f-c9a12033e048%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
