Hi all, I am seeing an issue where the CustomerSyncService is returning a campaign as "FIELDS_UNCHANGED" (but it has addedAdExtensions) in a time range that definitely contains the time where the campaign was created. My date range starts at the min time supported by the API so I would expect the campaign to return as NEW (or that it would have no sub-changes if it hadn't been created yet).
Is this a bug in the CustomerSyncService change aggregation? I've pasted the api call xml at the end of this message. Request ID: *0004c0b55eb53c800ada3f91000049c2* Thanks, Akil -----------------BEGIN API CALL--------------------- Request ------- <?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">9567252878</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">19700101 000000 UTC</min> <max xmlns="https://adwords.google.com/api/adwords/cm/v201109">20110125 171228 UTC</max> </dateTimeRange> <campaignIds>60421525</campaignIds> </selector> </get> </soap:Body></soap:Envelope> Response -------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ns2:ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/ch/v201109" xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <requestId>0004c0b55eb53c800ada3f91000049c2</requestId> <operations>0</operations> <responseTime>123</responseTime> <units>0</units> </ns2:ResponseHeader> </soap:Header> <soap:Body> <ns2:getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201109" xmlns:ns2="https://adwords.google.com/api/adwords/ch/v201109"> <ns2:rval> <ns2:changedCampaigns> <ns2:campaignId>60421525</ns2:campaignId> <ns2:campaignChangeStatus>FIELDS_UNCHANGED</ns2:campaignChangeStatus> <ns2:addedAdExtensions>92982565</ns2:addedAdExtensions> <ns2:campaignTargetingChanged>false</ns2:campaignTargetingChanged> </ns2:changedCampaigns> <ns2:lastChangeTimestamp>20110125 171228 UTC</ns2:lastChangeTimestamp> </ns2:rval> </ns2:getResponse> </soap:Body></soap:Envelope> -----------------END API CALL----------------------- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
