Hello Chirag,
Sorry for the delayed response, I was on vacation.

It is expected the CustomerSyncService is used to track changes
implemented via non-API means, such as user interface. With the UI it is
unlikely you can make thousands of changes within seconds.

Once you have the ID of the changed object you can use the relevant
service (or report) to query it's current state.


-Danial, AdWords API Team.



Original Message Follows:
------------------------
From: Chirag <chirag.ebra...@gmail.com>
Subject: Re: CustomerSyncReport instead of CustomerSyncService?
Date: Thu, 5 Jul 2012 05:49:39 -0700 (PDT)

> Hello Danial,
> 
> Got your point.
> but Should i request changedCriteria id 344390089, to get more details
from 
> AdGroupCriterionService.
>  [changedCriteria] => Array
>                                         (
>                                             [0] => 344390089
>                                             [1] => 20971231240
>                                             [2] => 24547983
>                                             [3] => 33370030
>                                             [4] => 21032905742
>                                        )
> and chandeAds from AdService.
> 
> Thanks,
> Chirag
> 
> On Wednesday, July 4, 2012 8:21:10 AM UTC+5:30, Danial Klimkin wrote:
> >
> > Hello Daniel,
> >
> >
> > The CustomerSyncService was designed to help the API users to
synchronize 
> > account states of the server and the client. It is not meant to give 
> > detailed change history on all objects.
> >
> > As such, it is easy to get information on what was changed but extra
calls 
> > are required to determine the exact state. I believe the best approach
will 
> > be to add change logging on your side (provided all changes are made
via 
> > the API) which will give you all the information you require.
> >
> >
> > -Danial, AdWords API Team.
> >
> >
> > On Tuesday, July 3, 2012 4:15:32 PM UTC+4, Daniel wrote:
> >>
> >> Hey guys,
> >>
> >> we tried to work with the CustomerSyncService to make a specific
Report 
> >> for our clients. In this reporting wi'll show how many changes we
made in 
> >> the last 30 days in their accounts, like for e.g. how many textads
(or 
> >> negative keywords, adgroups etc.) were added by us or how many cpc
changes 
> >> did we make in this period of time.
> >>
> >> We tried to get these data with the CustomerSyncService but seriously
... 
> >> this is not possible!
> >>
> >> We tried to get these data over the service for the last 30 days - it

> >> ends in an error that says: To many changes.
> >> Okay - no problem - so we call the service for every single day for
the 
> >> last 30 days. It ends in an error that says, that we can't make so
much 
> >> calls in this short time.
> >> So i tried the last step but only 1 call every second. After that, i
got 
> >> some results but with these little amaount of data i can't get it all
done.
> >>
> >> For example it is not possible to get the number of new keywords in
new 
> >> adgroups for the a given timeperiod - because i didn't get the
changes for 
> >> the new adgroup.
> >> I have to get all the data by myself with many other calls to
different 
> >> services ...
> >>
> >> Isn't it possible to make a new report type in the API so we can use
a 
> >> "CustomerSyncReport" instead of the Service?
> >> Maybe this service can give us all the changes (and the total number
of 
> >> different changes?!) like we see it in the Google Adwords web
interface as 
> >> a smart XML file?
> >> I think that would be perfect and really a better way to get 
> >> CustomerChangeData for an account.
> >>
> >> Would be great to hear sth. from you about that.
> >>
> >> Regards,
> >> Daniel
> >>
> >
> 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 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

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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

Reply via email to