Hi Örjan, The CustomerSyncService will only return the IDs of objects that have changes in the specified timeframe. The intent is to make it simpler to sync changes by letting make targeted requests to pull current values from the API. I.E., based on the changed IDs, make calls with predicates filtering for just those IDs and obtain current field values.
- Kevin Winter AdWords API Team On Wednesday, March 20, 2013 12:27:50 PM UTC-4, Örjan Toräng wrote: > > Hi, > I need to get detailed change history for a time period for an account. > The export inside AW is only providing summarized data. > I have tried GetAccountChanges.php > <https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/AccountManagement/GetAccountChanges.php>from > > the code examples but it only returns the references (I guess) to other > sources. > > Is there another function or service to use, maybe CustomerChangeData? > Can I find any PHP sample code for that some were? > > When I look in the documentation for the API I can't find any sample of > returning data, which makes it hard to understand what I can expect if I'm > not so familiar AdWords, If you don't have that anywhere else I think it > would be a good idea to add that. > > BR, > Örjan > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
