Thank you.

1. I wrote this script, it ran successfully, but i can't find the placement 
i just added (nor its bid).  
my adgroup is '16263290945',
the placement_url: '1-848160327'

2. in the GUI it seems that i need to set "enable custom bids". according 
to older posts this is done by setting contentBidCriterionTypeGroup.
How do i set it? where does it belong?  (via API of course). Can you be a 
bit specific, please?  

3. is there a way to map between mobile app URLs (used in the API) to 
descriptive names (used in the GUI)  ?
e.g. this mobileapp placement URL: "1-848160327"  -- how it will be called 
in the GUI? is there an authorative source for these names?

BTW 
- i do not understand how to relate the java example codes to the python 
codes. they seem to differ a lot.


On Tuesday, September 2, 2014 11:41:30 PM UTC+3, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> You would do this by creating a Placement 
> <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.Placement>
>  within 
> a BiddableAdGroupCriterion 
> <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion>,
>  
> setting the BiddableAdGroupCriterion's bidModifier 
> <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion#bidModifier>
>  or biddingStrategyConfiguration 
> <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion#biddingStrategyConfiguration>,
>  
> and sending the BiddableAdGroupCriterion to the AdGroupCriterionService 
> <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService>
>  in 
> a *mutate* call.
>
> This would be similar to adding bids for other types of criteria such as 
> keywords. See AddKeywords.java 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddKeywords.java>
>  for 
> an example that uses keywords.
>
> You may also find our Bidding Guide 
> <https://developers.google.com/adwords/api/docs/guides/bidding> helpful 
> if you're new to bidding via the API.
>
> Cheers,
> Josh, AdWords API Team
>
> On Tuesday, September 2, 2014 10:21:14 AM UTC-4, Berry Tsakala wrote:
>>
>> How to bid on a placement (mobile) in the API ?  
>> I have a campaign-id, adgroup-id, and placement-URL.
>>
>> i started to research the solution, but still didn't find which direction 
>> to take for setting the bid.  
>> (i have very little experience with adwords API)
>>
>> maybe there's other terms that i'm missing
>>
>> (i'm using python-googleads, but an example in any language would help)
>>
>> Thank you
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/56bea708-8628-4d05-8eb2-c7a8f8508739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to