Hey,
I have problems interpreting return data from CustomerSyncService.
The problem is, return data contains Ids, which were not changed during the 
requested period of time.
For both, keywords and ads. I compare it to Change history in AdWords UI 
and to Change colums in Campaign/AdGroups tabs.
How can this extra ids get into my response? Am i missing something? 
Help me please.

Request xml:
    '<?xml version="1.0" encoding="UTF-8"?>' + 
    '<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708"; 
xmlns:ns2="https://adwords.google.com/api/adwords/ch/v201708"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>' + 
    '<SOAP-ENV:Header>' + 
    '<ns2:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708"; 
xsi:type="ns1:RequestHeader">' + 
    '<ns1:authToken>TOKEN</ns1:authToken>' + 
    '<ns1:clientCustomerId>CUST_ID_PH</ns1:clientCustomerId>' + 
    '<ns1:developerToken>DEVTOKEN</ns1:developerToken>' + 
    '<ns1:userAgent>CHANGES</ns1:userAgent>' + 
    '</ns2:RequestHeader>' + 
    '</SOAP-ENV:Header>' + 
    '<SOAP-ENV:Body>' + 
    '<ns2:get>' + 
    '<ns2:selector 
xmlns:ns2="https://adwords.google.com/api/adwords/ch/v201708"; 
xsi:type="ns2:CustomerSyncSelector">' + 
    '<ns2:dateTimeRange 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708"; 
xsi:type="ns1:DateTimeRange">' + 
    '<ns1:min>START_DATE_PH 000000 America/New_York</ns1:min>' + 
    '<ns1:max>END_DATE_PH 235959 America/New_York</ns1:max>' + 
    '</ns2:dateTimeRange>' + 
    '<ns2:campaignIds>CAMP_ID_PH</ns2:campaignIds>' + 
    '</ns2:selector>' + 
    '</ns2:get>' + 
    '</SOAP-ENV:Body>' + 
    '</SOAP-ENV:Envelope>';

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a6fab5ec-611d-43fd-8d80-c18d4a905023%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to