Hi,

For question #1, if you don't add any carrier targeting then you'll target 
all carriers.

For question #2, you would add multiple *CampaignCriterion* objects where 
the *criterion* is set to a *Carrier* with id 
<https://developers.google.com/adwords/api/docs/reference/v201409/CampaignCriterionService.Carrier#id>
 = 
the ID for the carrier from this list 
<https://developers.google.com/adwords/api/docs/appendix/mobilecarriers>.

The request would look something like this:

        <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201409";>
            <operations>
                <operator>ADD</operator>
                <operand>
                    <campaignId>222713354</campaignId>
                    <criterion 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201409"; 
xsi:type="ns2:Carrier">
                        <id>70660</id>
                    </criterion>
                </operand>
            </operations>
            <operations>
                <operator>ADD</operator>
                <operand>
                    <campaignId>222713354</campaignId>
                    <criterion 
xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201409"; 
xsi:type="ns3:Carrier">
                        <id>70092</id>
                    </criterion>
                </operand>
            </operations>
        </mutate>

I think that covers question 3 as well, but let me know if anything is 
unclear.

Thanks,
Josh, AdWords API Team


On Tuesday, November 4, 2014 12:04:24 PM UTC-5, Berry wrote:
>
> 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',
>                 }
>             }
>         } ]
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d40be25d-32c6-42df-af51-50d24b7ae974%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to