Hi Anash,

thanks for your reply, I try to post a SOAP request on Monday, since I have 
the data not with me right now. 
Anyhow, I made some further progress with the CustomerSyncService. The 
error above seams to be a result of a wronge timezone setting. I resolved 
this by using the PHP date format (ymd his T) which worked until in germany 
and most other european countries as well switched the timesetting from 
winter to summertime and so the abbreviation from CET to CEST, what gave me 
an TIMEZONE error. So I changed the date format again to (ymd his O) which 
doesn't gave me any errors but also no results from the service, I know 
work with (ymd his e) which formats the timezone Europe/Berlin, this seams 
to work. Since I couldnt finde any clear recommendation which timezone 
format is best to use and the 3 char abbreviation doesn't work for europe 
due to the summertime, it was a bit of try and error, and I hope my 
settings will work, even if the timesettings will change again next winter. 
Furthermore I don't understand how long it takes, that changes made inside 
the account are visible for the syncService. I do recognized that if one 
make some changes, and then call immediately after that the service, the 
changes won't show up, but if one waits a little while they will. Is there 
a defined intervall between making some changes and getting them via the 
service? 

Cheers,
Nils

Am Montag, 1. April 2013 07:54:07 UTC+2 schrieb Anash P. Oommen (AdWords 
API Team):
>
> Hi Nils,
>
> Could you post a sanitized SOAP request and response xml that shows the 
> issue? I'll investigate this further.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, March 21, 2013 4:04:26 AM UTC+5:30, Nils Hempel wrote:
>>
>> Since my last question gots deleted for some reason, i retry it once, if 
>> its a double post ignore the other one. 
>>
>> I have a problem with the CostumerSyncService using PHP. The return 
>> value, does not contain the AdGroupChangeData array, also the Campaign 
>> status remains on 'fields_unchanged' even so i changed for example the 
>> headline of an ad. This change will be showen in the change log in the 
>> AdWords Account it self, but it doesn't seams to have any effect on the api 
>> calls. I'm using an test account, still the 201209 version, php and my code 
>> is more or less a copy of the GetAccountChanges.php example included in the 
>> API sources. Besides this i recognized that the lastChangesTimestamp 
>> doesn't mark the last change, but the time of the last api call instead, in 
>> my place this would be a get() call on the CampaignService for getting all 
>> the campaign ids.
>>
>> I searched this forum and google for a solution or hint but couldn't find 
>> any, so your help would be realy welcome.
>>
>> regards
>> nils
>>
>

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

--- 
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.


Reply via email to