i'm trying to 'ADD'  new campaign with specific subtype.
this feature was added to v201409, and is documented here 
<https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign?hl=de>

I want specifically:  DISPLAY_MOBILE_APP

                    'operator': 'ADD',
                    'operand': {
                        'name': 'eshkolit',  
                        'status': 'ENABLED',
                        'advertisingChannelType': 'DISPLAY',      
                        'advertisingChannelSubType': 'DISPLAY_MOBILE_APP',
                        (... more settings...)
                   }

The operation runs without an error.  
Even when I select the campaign via API, I get good results:

(Campaign){
   id = 210402425
   name = "eshkolit"
   status = "PAUSED"
   servingStatus = "SERVING"
   settings[] = 
      (GeoTargetTypeSetting){
         Setting.Type = "GeoTargetTypeSetting"
         positiveGeoTargetType = "DONT_CARE"
         negativeGeoTargetType = "DONT_CARE"
      },
*   advertisingChannelType = "DISPLAY"*
*   advertisingChannelSubType = "DISPLAY_MOBILE_APP"*


However, what I see in the UI is this 
Left side:    the output of the above code,  showing  campaign-id=210402425
Right side:  a correctly configured (manual, not via API) campaign id = 
210070745

also, displaying these campaigns via an API selector doesn't return subtype 
value --- but for the CORRECT campagin.  the INcorrect campaign returns the 
value I previously entered from the API.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/971fddd1-2a21-4324-80b2-7a135d9789ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to