Hi Berry, The campaign subtype field in AdWords API is not the same as campaign subtype in the UI. Currently, there is no way to set the campaign subtype as you see in the UI, through the API.
Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 3, 2014 9:45:38 AM UTC-5, Berry wrote: > > > <https://lh5.googleusercontent.com/--WHTjNeXS4o/VFY520DXJII/AAAAAAAAAJw/TLb_ucCBPgU/s1600/bug.jpg> > i attached in the 2nd post, it's the google-group software hid it > accidentally > > i attache it again; here's the screenshot link: > https://lh5.googleusercontent.com/--WHTjNeXS4o/VFY520DXJII/AAAAAAAAAJw/TLb_ucCBPgU/s1600/bug.jpg > > to recreate the bug, > just try to set its subtype as i did, > and then look in the web interface, at the campaign type & subtype area. > > > > > > > > On Monday, November 3, 2014 4:09:20 PM UTC+2, Anash P. Oommen (AdWords API > Team) wrote: >> >> Hi Berry, >> >> I'm not sure I understand the issue. Were your original mail missing a >> screenshot? >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Sunday, November 2, 2014 9:03:04 AM UTC-5, Berry Tsakala wrote: >>> >>> 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/41d492d2-aa2f-47b5-b7c3-80d44669b9f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
