Hi,

When setting MobilePlatformTarget, PlatformTarget is cleared:

entry for PlatformTarget before change (from get method):


        <entries xsi:type="PlatformTargetList" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
          <campaignId>__CAMPAIGN_ID_REMOVED__</campaignId>
          <TargetList.Type>PlatformTargetList</TargetList.Type>
          <targets>
            <Target.Type>PlatformTarget</Target.Type>
            <platformType>HIGH_END_MOBILE</platformType>
          </targets>
        </entries>

change of MobilePlatformTarget (mutate call):


    <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201101";>
      <operations>
        <operator>SET</operator>
        <Operation.Type>CampaignTargetOperation</Operation.Type>
        <operand xsi:type="ns2:MobileTargetList" xmlns:ns2="https://
adwords.google.com/api/adwords/cm/v201101">
          <ns2:campaignId>__CAMPAIGN_ID_REMOVED__</ns2:campaignId>
          <ns2:TargetList.Type>MobileTargetList</ns2:TargetList.Type>
          <ns2:targets xsi:type="ns2:MobilePlatformTarget">
            <ns2:Target.Type>MobilePlatformTarget</ns2:Target.Type>
            <ns2:platformName>iPhone</ns2:platformName>
          </ns2:targets>
        </operand>
      </operations>
    </mutate>


entry for PlatformTarget after change (from get method):

        <entries xsi:type="PlatformTargetList" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
          <campaignId>__CAMPAIGN_ID_REMOVED__</campaignId>
          <TargetList.Type>PlatformTargetList</TargetList.Type>
        </entries>

other target entries stays the same.

What is the problem here or what i am doing wrong ?

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