Hi Guys,
I'm trying to add the max cpc bid in keyword creating level to prevent
adwords use the default cpc of adgroup but unfortunately I can't find away
to do that :
Please check the below code : (where I can add the max cpc bid ?)
// Create the keyword.
Keyword keyword = new Keyword();
keyword.text = KW;
keyword.matchType = KeywordMatchType.BROAD;
// Create the biddable ad group criterion.
BiddableAdGroupCriterion keywordCriterion = new
BiddableAdGroupCriterion();
keywordCriterion.adGroupId = AG_ID;
keywordCriterion.criterion = keyword;
// Optional: Set the user status.
keywordCriterion.userStatus = UserStatus.ENABLED;
// Create the operations.
AdGroupCriterionOperation operation = new
AdGroupCriterionOperation();
operation.@operator = Operator.ADD;
operation.operand = keywordCriterion;
operations.Add(operation);
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00f01e31-8e43-4ea1-9da7-65e1de584d9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.