Interface CampaignServiceBudget

CampaignServiceBudgetオブジェクトは、キャンペーン予算に関する情報を表します。
このフィールドは、ADD時は必須、SET時は省略可能となり、REMOVE時は無視されます。
The CampaignServiceBudget object serves campaign budgets.
This field is required in ADD operation, is optional in SET operation, and will be ignored in REMOVE operation.

Hierarchy

  • CampaignServiceBudget

Properties

amount?: null | number
キャンペーンの一日あたりの予算(一日単位の利用金額)です。
ADDおよびSET時、個別予算を設定する場合、このフィールドは必須となり、共有予算を設定する場合、設定不可となります。また、campaignBudgetIdと同時に設定することはできません。
The daily budget.
In ADD and SET operation, this field is required when setting individual budgets, and is not allowed when setting shared budgets. This field cannot be set at the same time as campaignBudgetId.

Memberof

CampaignServiceBudget

campaignBudgetId?: null | number
共有予算IDです。
ADDおよびSET時、個別予算を設定する場合、このフィールドは設定不可となり、共有予算を設定する場合、必須となります。また、amountと同時に設定することはできません。
※現在利用できません
CampaignBudget ID.
In ADD and SET operation, this field is not allowed when setting individual budgets, and is required when setting shared budgets. This field cannot be set at the same time as amount.
* Not Available.

Memberof

CampaignServiceBudget

campaignBudgetName?: null | string
共有予算名です。
ADDおよびSET時、このフィールドは無視されます。
CampaignBudget name.
This field will be ignored in ADD and SET operation.

Memberof

CampaignServiceBudget