Interface Campaign

Campaignオブジェクトは、キャンペーンの情報を表します。
Campaign object describes Campaign information.

Hierarchy

  • Campaign

Properties

accountId?: null | number
アカウントIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Account ID.
Although this field will be returned in the response, it will be ignored on input.

Memberof

Campaign

appId?: null | string
アプリID(iOS)またはパッケージ名(Android)です。
※アプリキャンペーンでiOSの場合、入力は数値のみです。
ADD時、campaignTypeがSTANDARD、またはDYNAMIC_ADS_FOR_SEARCH_SETTINGの場合、無視され、MOBILE_APPの場合、必須となります。
App ID (for iOS) or Package name (for Android).
*Input only the numbers for iOS in Mobile App Campaign.
In ADD operation, this field will be ignored when campaignType is \'STANDARD\' or \'DYNAMIC_ADS_FOR_SEARCH_SETTING\', and is required when campaignType is MOBILE_APP.

Memberof

Campaign

appOsType?: null | search.CampaignServiceAppOsType

Memberof

Campaign

biddingStrategyConfiguration?: null | CampaignServiceBiddingStrategy

Memberof

Campaign

biddingStrategyFailedReason?: null | CampaignServiceBiddingStrategyFailedReason

Memberof

Campaign

Memberof

Campaign

campaignId?: null | number
キャンペーンIDです。
SET時およびREMOVE時、このフィールドは必須です。
Campaign ID.
This field is required in SET and REMOVE operation.

Memberof

Campaign

campaignName?: null | string
キャンペーン名です。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
※入力制限:50文字以内です。
Campaign name.
*Insert limit: Up to 50 characters.
This field is required in ADD operation, and will be optional in SET operation.

Memberof

Campaign

campaignTrackId?: null | number
トラッキング用キャンペーンIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Campaign ID for tracking.
Although this field will be returned in the response, it will be ignored on input.

Memberof

Campaign

conversionOptimizerEligibility?: null | CampaignServiceConversionOptimizerEligibility

Memberof

Campaign

createdDate?: null | string
キャンペーンが作成された日です。
※フォーマット:yyyyMMdd
Date of Campaign made.
* Format: yyyyMMdd

Memberof

Campaign

customParameters?: null | search.CampaignServiceCustomParameters

Memberof

Campaign

endDate?: null | string
キャンペーンの終了日です。
ADD時およびSET時、このフィールドは省略可能となります。ADD時のデフォルト設定値は20371231となります。
過去の日付、開始日以前の日付は指定できません。
※YYYYMMDD形式です。
End date of Campaign.
This field is optional in ADD and SET operation. The default value in ADD operation will be 20371231.
*Cannot set the past date and date before the start date.
*In YYYYMMDD format.

Memberof

Campaign

failedBiddingStrategyConfiguration?: null | CampaignServiceBiddingStrategy

Memberof

Campaign

labels?: null | search.CampaignServiceLabel[]

Memberof

Campaign

servingStatus?: null | search.CampaignServiceServingStatus

Memberof

Campaign

settings?: null | CampaignServiceSettings[]

Memberof

Campaign

startDate?: null | string
キャンペーンの開始日です。
ADD時およびSET時、このフィールドは省略可能となります。ADD時のデフォルト設定値は当日日付となります。
過去の日付は指定できません。
※配信開始済みのキャンペーンは変更できません。
※YYYYMMDD形式です。
Start date of Campaign.
This field is optional in ADD and SET operation. The default value in ADD operation will be Today\'s date.
*Cannot set the past date.
*Cannot change the date to the campaign that is already active.
*In YYYYMMDD format.

Memberof

Campaign

trackingUrl?: null | string
トラッキングURLです。
ADD時およびSET時、このフィールドは省略可能となります。
※アプリキャンペーンがAndroidの場合、設定はできません。
Tracking URL.
This field is optional in ADD and SET operation.
*Cannot set if Mobile App Campaign is in Android.

Memberof

Campaign

type?: null | CampaignServiceType

Memberof

Campaign

updatedDate?: null | string
キャンペーンが更新された日です。
※フォーマット:yyyyMMdd
Date of Campaign updated.
* Format: yyyyMMdd

Memberof

Campaign

urlReviewData?: null | CampaignServiceUrlReviewData

Memberof

Campaign

userStatus?: null | search.CampaignServiceUserStatus

Memberof

Campaign