You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello,
Can someone exlpain how do I go about the following with the API?
Set Max CPC bid per keyword ID
Set bid adjust. for : age, gender, city, zipcode, hour of the day, day of the week
Is it better to create a SEPERATE campaign per city, targeting specific city, and set the campaign CPC - rather than using bid adjust. for cities?
Thanks,
Noam.
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Sep 5, 2017, 4:59:50 PM9/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Noam,
Please find my answers below:
Set Max CPC bid per keyword ID
You could check this guide to understand how to set bids at a keyword level. A complete sample in Java can be found here. Samples in other languages can be found here as well.
Set bid adjust. for : age, gender, city, zipcode, hour of the day, day of the week
Please check this section of the guide to understand how to set the bid modifiers at different levels. You will need to use CampaignCriterionService, CampaignBidModifierService or AdGroupBidModifierService based on the criterion that you are trying to modify the bid and based on at which level. The guide explains how to adjust the bids at campaign level and AdGroup level with code samples. You can check this sample for adding AdGroup bid modifier and this sample to set campaign level bid modifier.
Is it better to create a SEPERATE campaign per city, targeting specific city, and set the campaign CPC - rather than using bid adjust. for cities?
Since this is more of an AdWords product level question, my suggestion is to post your question on the advertisers community forum so that the product experts there can help you out.