In my application, I do some aggregation on all entities of account report and store the aggregated data (campaign, keywords, adgroups) for a day, hour, and many more grain sizes into my database.
I have a few hundred customer accounts for which I want to produce this data and the database operations are quite slow. What I want - Is to bypass the whole process if there is no change from customer's side. Is it possible to compare the current report with the one I had requested, say, 1 hour ago. 1. can I simply do string comparison 2. or Compare each row if the order of rows is jumbled The report is in XML format. Thanks in advance Panks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
