part of CriterionUserList and finally part of BiddableAdGroupCriterion wrt to add_group_id.
I am basically looking for to include device type as a criterion under campaign or add_group.Let me know what's the best approach.
Thanks,
-A
Hi Arnab,
What is currently available via the AdWords API is to create a userList using the AdwordsUserListService.mutate() then afterwards, upload members using the AdwordsUserListService.mutateMembers() containing the mobileId details. You may refer to this section of our remarketing and audience targeting guide for more information.
You may then target the said userList ID using the AdGroupCriterionService.mutate() as a BiddableAdGroupCriterion.
Regarding devices, when you create a Campaign or AdGroup, they (Platform) should be automatically created. You can also check the Campaign or the AdGroup itself after creation via the Google Ads UI and check the Devices view. However, if you wish to target them, you would need to specify a bidModifier using the CampaignCriterionService or the AdGroupCriterionService.
Let me know if this helps.
Thanks and regards,
Peter
Google Ads API Team
Hi Arnab,
Yes, you are right. Setting the value to 0 for bid modifier is reserved for opting out of a platform or excluding the specific device as a target. For your other concern, the bid adjustments set to -100% means it will opt out showing the ads on a specified device. Let us know if you need any additional information.
Regards,
Nikisha Patel, Google Ads API Team