Interface AdGroupAssetService

AdGroupAssetServiceは、広告グループに紐づくアセットの操作を提供します。
AdGroupAssetService provides operation of assets associated with ad groups.

Hierarchy

  • AdGroupAssetService

Methods

Methods

  • 広告グループにアセット情報を追加・更新・解除(削除)します。
    ・更新は常に上書きされるため追加分を含めて更新する必要があります。
    ・アセット情報を解除するときは空の情報で更新します。
    ・1つの広告グループに設定できるステータスが有効なアセット情報は、各種それぞれ20件までです。
    ・1つの広告グループに設定できるステータスが無効なアセット情報は、各種それぞれ2000件までです。
    Add, update or release(remove) Asset information of ad group.
    ・Update will overwrite the old information, so have to include the additional information on every updates.
    ・To release FeedItem information, update with blank data.
    ・Up to 20 asset information with valid status can be set for one ad group for each AdGroupAssetServiceType.
    ・Up to 2000 asset information with invalid status can be set for one ad group for each AdGroupAssetServiceType.

    Parameters

    Returns AdGroupAssetServiceReplaceResponse

  • 広告グループとアセット間の設定情報を更新します。
    ・1つの広告グループに設定できるステータスが有効なアセット情報は、各種それぞれ20件までです。
    ・1つの広告グループに設定できるステータスが無効なアセット情報は、各種それぞれ2000件までです。
    Updates configuration information between ad groups and assets.
    ・Up to 20 asset information with valid status can be set for one ad group for each AdGroupAssetServiceType.
    ・Up to 2000 asset information with invalid status can be set for one ad group for each AdGroupAssetServiceType.

    Parameters

    Returns AdGroupAssetServiceMutateResponse