Hi Adeel,

I responded to your other thread, you could refer to 
https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateAdGroup.php
 for 
a code example.

Cheers,
Anash P. Oommen,
AdWords API Advisor

On Sunday, September 29, 2013 8:39:29 PM UTC+5:30, Adeel Ahmed wrote:
>
> Hi,
> Using PHP, I am getting this error for updating Top Level AdGroup cpcBid 
> using "AdGroupService"
>
> here is my request array:
>
>
>     $request = array(
>         "mutate" => array(
>             "operations" => array(
> array("operator"=>"SET","operand"=>array("id"=>$adgroupidx,
> "biddingStrategyConfiguration"=>
>
> array("bids"=>array("Bids.Type"=>"CpcBid","bid"=>array("microAmount"=>$bid))
> )
> )
> )
>
> )
> //--operations
>         )
> //---mutate
>     );
> //---request
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to