Hi, 

I am syncing down the objects from Google using CampaignServiceInterface of 
adwords axis v201809 jar. I am getting bunch of campaigns and their sub 
types for my account. As I see all of those campaigns I sync down using 
this API has advertisingChannelType as SEARCH. 
Now I download the clicks and impressions for the campaigns under my 
account using CampaignPerformanceReport and there I get Video campaigns as 
well which was not part of my original sync. This causes differences 
between between my object sync and cost sync as cost sync brings in new 
objects that are not in the system. Kindly let me know if this is expected 
what is the recommendation to overcome this. 

The SOAP request that is being made from adwords axis jar: 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader xmlns:ns1=
"https://adwords.google.com/api/adwords/cm/v201809"; soapenv:mustUnderstand=
"0">
            <ns1:clientCustomerId>748-885-7805</ns1:clientCustomerId>
            <ns1:developerToken>REDACTED</ns1:developerToken>
            <ns1:userAgent>********</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>false</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/cm/v201809";>
            <serviceSelector>
                <fields>AdvertisingChannelType</fields>
                <fields>AdvertisingChannelSubType</fields>
                <fields>EndDate</fields>
                <fields>Id</fields>
                <fields>Name</fields>
                <fields>ServingStatus</fields>
                <fields>Settings</fields>
                <fields>StartDate</fields>
                <fields>Status</fields>
                <fields>TimeUnit</fields>
            </serviceSelector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>


Thanks,
Sriram 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8393cb85-e9ff-4666-ab50-bc1e7c144455%40googlegroups.com.

Reply via email to