I can't target campaign to specific/all mobile carrier(s).
Questions:
1. can i target ALLCARRIERS to a campaign?
2. can I target a list of carriers to a campaign? e.g. ["T-MOBILE@US", etc]
3. How? which service, which type...
Details:
I would like to know how to target a campaign to local mobile carriers (one, several or all).
I saw that there's a special targeting option "all mobile carriers" === "ALLCARRIERS", in relation to Ad (or Mobile Ad). it works for an Ad but not for a campaign.
These are some of the tests I tried (and failed) (the commented lines are different variations I tried)
operations = [ {
'operator': 'SET',
'operand': {
'campaignId': campaign_id,
'xsi_type': "CampaignCriterion",
'criterion': {
#'mobileCarriers': ['T-Mobile@US', 'Verizon@US'],
#'id': ['Verizon@US'],
'id': 70270,
#'id': ['ALLCARRIERS'],
'mobileCarriers': 'ALLCARRIERS',
#'devicePreference': 30001, # mobile
#'type': 'CARRIER',
}
}
} ]