Interface BiddingStrategyServiceBudget

BiddingStrategyServiceBudgetオブジェクトは、キャンペーン共有予算に関する情報を表します。
ADD時およびSET時、このフィールドは省略可能となります。
The BiddingStrategyServiceBudget object serves campaign budgets.
This field is optional in ADD and SET operation.

Hierarchy

  • BiddingStrategyServiceBudget

Properties

amount?: null | number
共有予算の金額です。
ADD時およびSET時、このフィールドは省略可能となります。
ADD時、新規共有予算を作成してポートフォリオに紐づけます
SET時、ポートフォリオに共有予算が紐づいていない場合は新規共有予算を作成してポートフォリオに紐づけます
SET時、ポートフォリオに共有予算が紐づいている場合は共有予算の金額を更新します
Amount of budget of Campaign.
This field is optional in ADD and SET operation.
Create a new CampaignBudget and link it in ADD operation.
If CampaignBudget is not linked the portfolio, create a new CampaignBudget and link it in SET operation.
If CampaignBudget is linked the portfolio, the amount of the CampaignBudget will be updated in SET operation.

Memberof

BiddingStrategyServiceBudget

campaignBudgetId?: null | number
共有予算IDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
CampaignBudget ID.
This field will be returned in the response, it will be ignored on input.

Memberof

BiddingStrategyServiceBudget

campaignBudgetName?: null | string
共有予算名です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
CampaignBudget name.
This field will be returned in the response, it will be ignored on input.

Memberof

BiddingStrategyServiceBudget

isRemoveCampaignBudget?: null | BiddingStrategyServiceIsRemoveCampaignBudgetFlg

Memberof

BiddingStrategyServiceBudget