Hi

Please find the SOAP request made -

<soapenv:Body>
    <mutate xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
        <operations>
            <operator>ADD</operator>
            <operand>
                <campaignId>504680</campaignId>
                <criterion xsi:type="ns2:Language" xmlns:ns2="https://
adwords.google.com/api/adwords/cm/v201109">
                    <id>1000</id>
                </criterion>
            </operand>
        </operations>
        <operations>
            <operator>ADD</operator>
            <operand>
                <campaignId>504680</campaignId>
                <criterion xsi:type="ns3:Platform" xmlns:ns3="https://
adwords.google.com/api/adwords/cm/v201109">
                    <id>30000</id>
                </criterion>
            </operand>
        </operations>
    </mutate>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201109">
        <requestId>0004b3741339c1480a0ca30b00003303</requestId>
        <serviceName>CampaignCriterionService</serviceName>
        <methodName>mutate</methodName>
        <operations>2</operations>
        <responseTime>1414</responseTime>
        <units>2</units>
    </ResponseHeader>
</soap:Header>
<soap:Body>
    <mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/
v201109">
        <rval>
            <ListReturnValue.Type>CampaignCriterionReturnValue</
ListReturnValue.Type>
            <value>
                <campaignId>504680</campaignId>
                <criterion xsi:type="Language" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
                    <id>1000</id>
                    <type>LANGUAGE</type>
                    <Criterion.Type>Language</Criterion.Type>
                    <code>en</code>
                    <name>English</name>
                </criterion>
                <CampaignCriterion.Type>CampaignCriterion</
CampaignCriterion.Type>
            </value>
            <value>
                <campaignId>504680</campaignId>
                <criterion xsi:type="Platform" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
                    <id>30000</id>
                    <type>PLATFORM</type>
                    <Criterion.Type>Platform</Criterion.Type>
                    <platformName>Desktop</platformName>
                </criterion>
                <CampaignCriterion.Type>CampaignCriterion</
CampaignCriterion.Type>
            </value>
        </rval>
    </mutateResponse>
</soap:Body>

Thank you
Balaji

On Dec 5, 12:29 pm, Balaji <[email protected]> wrote:
> I am seeing this issue in Sandbox and i have not checked in
> Production.
>
> On Dec 5, 12:26 pm, Balaji <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi
>
> > I AM FACING THIS WHEN MIGRATING MY JAVA API CODE FROM V201101, V13 TO
> > V201109.
>
> > In my Google campaign target, i tried adding Language and Platform and
> > mutated with Google API. In the return value I am seeing the two
> > targets being added i.e. Language and Platform.
>
> > 1) In "Sandbox Account Viewer" I am seeing only "en" under Language
> > and i do not see any Platform value.
> > 2) Since #1 is not working, I tried using the writing an API call
> > using the example GetAllCampaignTargets in the 
> > linkhttp://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v...google-api-adwords-python-lib|google-api-adwords-dotnet|google-api-adwords-ruby|google-api-ads-ruby|google-api-adwords-perl&sa=N&ct=rx&cd=2.
> > Here I see total num entries is 6 but in the actual entries, only one
> > entry is available with no targets.
>
> > Could anyone please help me to sort out the problem.
>
> > Thank you
> > Balaji

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

Reply via email to