Hi,

A device criteria for each device implicitly exists in each campaign, so you 
won't be able to ADD or REMOVE those criteria. However, you can use bid 
modifiers to opt out of a specific device or set the bid modifier for a 
specific device. For example, if you want to exclude tablets, you can issue a 
campaign_criterion SET operation with bid_modifier 0. You can use the example 
below as a template, although you'll want to replace the highlighted portions 
with your customer ID and campaign ID. The value of 30002 corresponds to the 
TABLET enum value.

{
customer_id: "...",
validate_only: "false",
operations:
[
{
update_mask: "bid_modifier",
update:
{
resource_name: "customers/.../campaignCriteria/...~30002",
bid_modifier: 0.0
}
}
]
}

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5001UCZZUX:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/P77qV000000000000000000000000000000000000000000000PTXBU900DPVg2ry3RESG1g1p0K3xOA%40sfdc.net.

Reply via email to