Hi,

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"
    }
  }
}


when we do a get with rest apis we get:
{
    "resourceName": "customers/XXXXXXXXXX/campaigns/9235142566",
    "id": "9235142566",
    "name": "TO - 0001053",
    "status": "ENABLED",
    "campaignBudget": "customers/XXXXXXXXXX/campaignBudgets/YYYYYYYYYYYYYY",
    "adServingOptimizationStatus": "OPTIMIZE",
    "advertisingChannelType": "DISPLAY",
    "networkSettings": {
        "targetGoogleSearch": false,
        "targetSearchNetwork": false,
        "targetContentNetwork": true,
        "targetPartnerSearchNetwork": false
    },
    "experimentType": "BASE",
    "startDate": "2020-02-10",
    "endDate": "2020-02-27",
    "servingStatus": "PENDING",
    "*biddingStrategyType": "MANUAL_CPM",*
  *  "manualCpm": {},*
    "baseCampaign": "customers/XXXXXXXXXX/campaigns/9235142566",
    "realTimeBiddingSetting": {
        "optIn": false
    },
    "frequencyCaps": [
        {
            "key": {
                "level": "AD_GROUP",
                "timeUnit": "DAY",
                "eventType": "IMPRESSION",
                "timeLength": 1
            },
            "cap": 1
        }
    ],
    "geoTargetTypeSetting": {
        "positiveGeoTargetType": "PRESENCE_OR_INTEREST",
        "negativeGeoTargetType": "PRESENCE"
    },
    "paymentMode": "CLICKS"
}

but once we do a check over the Google Ads Console Application it shows: *Bid 
Strategy = Viewable CPM*

How is that possible ?
Can you please check ?
What it means ?

Regards,
Pierpaolo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9e450912-c3b5-4de3-be2f-b8d7a1049033%40googlegroups.com.

Reply via email to