Hi Brian, This is one of those issues that truly eluded me. If I look at v201008 code, then
1. CustomerSyncService.get is in ch/ http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.3/src/AdWords/v201008/AdWordsApi.cs#12980 2. DateTimeRange is in cm/ http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.3/src/AdWords/v201008/AdWordsApi.cs#13268 3. The GetAccountChanges.cs example is not broken for me, and the code also sends the SOAP request with correct namespaces. (Yeah I know, this is v201109, but v201008 also works the same way, see http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=70. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/ch/v201109"> <authToken xmlns="https://adwords.google.com/api/adwords/cm/v201109">****</authToken> <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201109">****</developerToken> <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201109">****</clientCustomerId> <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201109">****</userAgent> </RequestHeader> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/ch/v201109"> <selector> <dateTimeRange> <min xmlns="https://adwords.google.com/api/adwords/cm/v201109">20120213 054409 UTC</min> <max xmlns="https://adwords.google.com/api/adwords/cm/v201109">20120214 054409 UTC</max> </dateTimeRange> <campaignIds>****</campaignIds> </selector> </get> </soap:Body> </soap:Envelope> Yet, I have users reporting to me that this is indeed broken, so any help in replicating this issue (platform, version, runtime version, sample code, etc.) would be most helpful. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
