Hello,

I wish set targeting setting = 'BID ONLY' for newly created adgroup.

operations = [{
      'operator': 'ADD',
      'operand': {
          'campaignId': campaign_id,
          'name': 'adgroup_name'
          'status': 'ENABLED',
          'biddingStrategyConfiguration': {
              'bids': [
                  {
                      'xsi_type': 'CpcBid',
                      'bid': {
                          'microAmount': '1000000'
                      },
          'TargetingSettingDetail': {

                                      'targetAll':True
                               }         
                   
                  }
              ]
          }
      }
  }]

I was trying above code but its not working . Can you please provide me 
sample code how to set that?

Thank you!

Cheers,
Ashish Pathak



On Monday, January 20, 2014 7:40:42 PM UTC+5:30, Kim Pham wrote:
>
> Hello everyone,
>
> We would like to use diffrent targettings for a display network campaign. 
> For exemple, to use keyword display and to add the placements for an 
> adgroup => our ads will be display on the placements automatic thanks to a 
> list of keywords, and ALSO on the placements added for each adgroups.
>
> I am looking for how to set up automatically the option "bid only" in API 
> for a display network campaign.
> The questions are :
> 1) how can we choose the option "bid only"
> 2) add a long list of placements for each adgroup.
>
> Thank you for your help
>
> Kim
>
>
>

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

Reply via email to