Interface AdGroup

AdGroup オブジェクトは、広告グループを表します。
AdGroup object describes ad group information.

Hierarchy

  • AdGroup

Properties

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

Memberof

AdGroup

adGroupId?: null | number
広告グループIDです。
このフィールドは、ADD時は無視され、SETおよびREMOVE時は必須となります。
Ad group ID.
This field will be ignored in ADD operation, and will be required in SET and REMOVE operation.

Memberof

AdGroup

adGroupName?: null | string
広告グループ名です。
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
Ad group name.
This field is required in ADD operation, and will be optional in SET operation.

Memberof

AdGroup

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

Memberof

AdGroup

biddingStrategyConfiguration?: null | search.AdGroupServiceBiddingStrategyConfiguration

Memberof

AdGroup

campaignId?: null | number
キャンペーンIDです。
このフィールドは、いずれの場合でも必須となります。
Campaign ID.
This field is required in any cases.

Memberof

AdGroup

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

Memberof

AdGroup

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

Memberof

AdGroup

createdDate?: null | string
広告グループが作成された日です。
※フォーマット:yyyyMMdd
Date of ad group made.
* Format: yyyyMMdd

Memberof

AdGroup

customParameters?: null | search.AdGroupServiceCustomParameters

Memberof

AdGroup

frequentlyRunBetterPerformingAdsMode?: null | AdGroupServiceFrequentlyRunBetterPerformingAdsMode

Memberof

AdGroup

isRemoveTrackingUrl?: null | search.AdGroupServiceIsRemoveFlg

Memberof

AdGroup

labels?: null | search.AdGroupServiceLabel[]

Memberof

AdGroup

settings?: null | AdGroupServiceSettings

Memberof

AdGroup

trackingUrl?: null | string
トラッキングURLです。
このフィールドは、省略可能となります。
※キャンペーンがアプリキャンペーンでAndroidの場合、設定はできません。
※SET時、こちらが審査中の場合、編集はできません。また、変更がない場合、審査対象とはなりません。
Tracking URL.
This field is optional.
*Cannot set for a Mobile App campaign for Android OS.
*In SET operation, cannot update it when this field is in editorial review. In addition, if there is no change, it will not to be reviewed.

Memberof

AdGroup

updatedDate?: null | string
広告グループが更新された日です。
※フォーマット:yyyyMMdd
Date of ad group updated.
* Format: yyyyMMdd

Memberof

AdGroup

urlReviewData?: null | AdGroupServiceUrlReviewData

Memberof

AdGroup

userStatus?: null | search.AdGroupServiceUserStatus

Memberof

AdGroup