Hi.
-- I would like to place bids (CPC bid) for specific placements and not to target only them (the adgroup will have a default bid for all others). This is at the Display network.
How can I do this? What values should I place to what fields at the adgroup and at the adgroup criterion?
For now I have tried the mutate method with:
[{
'operator': 'ADD',
'operand': {
'xsi_type': 'BiddableAdGroupCriterion',
'adGroupId': ------- SOME ID -------,
'criterion': {
'xsi_type': 'Placement',
'url': '----- SOME URL ------'
},
'biddingStrategyConfiguration': {
'bids': [
{
'xsi_type': 'CpcBid',
'cpcBidSource': 'CRITERION',
'bid': {
'microAmount': ----- SOME BID ------
}
}
]
},
'criterionUse': 'BIDDABLE'
}
}]
But that makes the adgroup to target only this url.
Thanks in advance.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a1831a00-edd6-4d8a-81b7-10d9c1933424%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment