i'm trying to 'ADD' new campaign with specific subtype.
this feature was added to v201409, and is
documented hereI 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.