Hi Josh,

Checking your code, I have observed that you missed some code lines, that's 
why, it generated an error on your end. You may refer to the changes that I 
made in your code below:

$adGroupCriterion = new BiddableAdGroupCriterion();
$adGroupCriterion->setAdGroupId($adGroupId);
$adGroupCriterion->setCriterion(*new Criterion(KEYWORD_ID));*
$biddingStrategyConfiguration = new BiddingStrategyConfiguration();

$money = new Money;
$money->setMicroAmount(500000);
$bid = new CpcBid;
$bid->setBid($money);
$biddingStrategyConfiguration->*setBids([$bid]);*
*$adGroupCriterion*
*->setBiddingStrategyConfiguration($biddingStrategyConfiguration);*

$operation = new AdGroupCriterionOperation();
$operation->setOperand($adGroupCriterion);
$operation->setOperator(Operator::SET);
$operations[] = $operation;
$result = $adGroupCriterionService->mutate($operations);
$adGroupCriterion = $result->getValue()[0];

Hope this helps. If the issue persists, please provide your SOAP request 
and response logs via *Reply privately to author* option.

Thanks,
Vincent
AdWords API Team 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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+unsubscr...@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+unsubscr...@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/3cfcec58-a56d-4995-8ab1-ce81ff30df26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Unable to change... Josh Averbeck
    • Re: Unable ... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to