无法创建广告组

问题描述 投票:0回答:1

运动:

{
  "id": "1709932214",
  "name": "Noah Baumbach",
  "status": "ENABLED",
  "servingStatus": "PENDING",
  "startDate": "20190219",
  "endDate": "20190220",
  "budget": {
      "budgetId": "1730787529",
      "name": "Dominic Schumm",
      "amount": {
          "ComparableValue.Type": "Money",
          "microAmount": "10000"
      },
      "deliveryMethod": "STANDARD",
      "referenceCount": 5,
      "isExplicitlyShared": true,
      "status": "ENABLED"
  },
  "conversionOptimizerEligibility": {
      "eligible": false,
      "rejectionReasons": [
          "CONVERSION_TRACKING_NOT_ENABLED"
      ]
  },
  "adServingOptimizationStatus": "OPTIMIZE",
  "frequencyCap": {
      "impressions": "100",
      "timeUnit": "DAY",
      "level": "CAMPAIGN"
  },
  "settings": [
      {
          "attributes": {
              "xsi:type": "GeoTargetTypeSetting"
          },
          "Setting.Type": "GeoTargetTypeSetting",
          "positiveGeoTargetType": "DONT_CARE",
          "negativeGeoTargetType": "DONT_CARE"
      }
  ],
  "advertisingChannelType": "DISPLAY",
  "networkSetting": {
      "targetGoogleSearch": false,
      "targetSearchNetwork": false,
      "targetContentNetwork": true,
      "targetPartnerSearchNetwork": false
  },
  "biddingStrategyConfiguration": {
      "biddingStrategyType": "MANUAL_CPC"
  },
  "campaignTrialType": "BASE",
  "baseCampaignId": "1709932214"
}

当我尝试使用以下参数创建广告组时:

{
    campaignId: 1709932214,
    name: 'Jess Hegmann',
    status: 'ENABLED',
    criterionTypeGroup: 'VERTICAL',
    targetAll: false,
    bidAmount: 10000,
    biddingStrategyType: 'MANUAL_CPC',
    biddingStrategyName: 'biddingName 123',
    adGroupType: 'DISPLAY_STANDARD',
    adGroupAdRotationMode: 'OPTIMIZE',
  };

谷歌adwords给我一个错误:

失败:“[OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations [0] .operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'DISPLAY']”

我怎么解决这个问题?

google-adwords
1个回答
0
投票

我想这可能是原因:

从v201705开始,无法在广告组或广告组标准级别将此字段设置为BiddingStrategyType.NONE以外的任何值。

Bid Strategy AdGroup Google Ads

© www.soinside.com 2019 - 2024. All rights reserved.