As you can see from the first example in the thread:
we have create a campaign with rest apis with manual cpm:

{
  "partialFailure": "false",
  "validateOnly": "false",
  "operations": {
    "create": {
      "name": "ManualCPMTest",
      "advertising_channel_type": "DISPLAY",
      "status": "ENABLED",*      "manualCpm": {        
      },*
      "real_time_bidding_setting": {
        "opt_in": "False"
      },
      "campaignBudget": "customers/XXXXXXXXXX/campaignBudgets/YYYYYYYYYYYYYY",
      "networkSettings": {
        "targetGoogleSearch": "False",
        "targetSearchNetwork": "False",
        "targetContentNetwork": "True",
        "targetPartnerSearchNetwork": "False"
      },
      "frequencyCaps": [
        {
          "key": {
            "level": "AD_GROUP",
            "eventType": "IMPRESSION",
            "timeUnit": "DAY",
            "timeLength": 1
          },
          "cap": 1
        }
      ],
      "paymentMode": "CLICKS",
      "startDate": "2020-02-10",
      "endDate": "2020-02-27",
      "geo_target_type_setting": {
        "positive_geo_target_type": "PRESENCE_OR_INTEREST",
        "negative_geo_target_type": "PRESENCE"
      },
      "experiment_type": "BASE"
    }
  }
}


but we observe *Bid Strategy = Viewable CPM *in the Google Ads Console.




On Monday, 10 February 2020 17:06:29 UTC+1, adsapiforumadvisor wrote:
>
> Hi Pietro,
>
> You can use AdWords API to set your bid strategies. Although, we don't 
> have specific examples, you can take a look at the following for some 
> guidance. Here is our guide 
> <https://developers.google.com/adwords/api/docs/guides/bidding#specifying_the_strategy_for_a_campaign>
>  
> on bidding. You can take a look at our update campaign example 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/basicoperations/UpdateCampaign.java>
>  
> as a reference on how to update campaigns and the create campaign example 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/basicoperations/AddCampaigns.java#L163>
>  
> on how to use BiddingStrategyConfiguration.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV02jq:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0dc88ec-5225-40ad-807b-e0d32d9e2fcb%40googlegroups.com.

Reply via email to