Interface AccountAssetService

AccountAssetService、アカウントに紐づくアセットの操作を提供します。
AccountAssetService provides operation of assets associated with accounts.

Hierarchy

  • AccountAssetService

Methods

Methods

  • アカウントにアセット情報を追加・更新・解除(削除)します。
    ・更新は常に上書きされるため追加分を含めて更新する必要があります。
    ・アセット情報を解除するときは空の情報で更新します。
    ・1つのアカウントに設定できるステータスが有効なアセット情報は、各種それぞれ20件までです。
    ・1つのアカウントに設定できるステータスが無効なアセット情報は、各種それぞれ2000件までです。
    Add, update or release(remove) Asset information of account.
    ・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 AccountAssetServiceType.
    ・Up to 2000 asset information with invalid status can be set for one ad group for each AccountAssetServiceType.

    Parameters

    Returns AccountAssetServiceReplaceResponse

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

    Parameters

    Returns AccountAssetServiceMutateResponse