Hi All

I've created a new location (Alaska), and i would like to create for a new 
bid adjustment, as in the California geo, see the  following:

<https://lh3.googleusercontent.com/-vYY2UP6hZTQ/VT90rUgCefI/AAAAAAAAAG8/DQlxVqc6G5g/s1600/Boosting%2Bbased%2Bon%2BGeo%27s.PNG>


       Location  location = new  Location();     
       location.setId(1012873L);
       location.getType();
         CampaignCriterion Criterion = new CampaignCriterion();
       Criterion.setCriterion(location);
       Criterion.setCampaignId(Long.parseLong("242139610"));
       
       CampaignCriterionOperation create = new CampaignCriterionOperation();
       create.setOperand(Criterion);
       create.setOperator(Operator.ADD);
       
       CampaignCriterionOperation[] operations = new 
CampaignCriterionOperation[] {create};
       campaignCriterionService.mutate(operations);

<https://lh3.googleusercontent.com/-vYY2UP6hZTQ/VT90rUgCefI/AAAAAAAAAG8/DQlxVqc6G5g/s1600/Boosting%2Bbased%2Bon%2BGeo%27s.PNG>
And i want to know how to add a bid adjustment, as the California geo, i 
tried to look in several services (campaign service, budget service ....) 
with no success

thanks for any help on that :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4835ec7b-ba83-40e6-9cb3-a47c5d0e3d02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to