Interface CampaignAssetService

CampaignAssetServiceは、キャンペーンに紐づくアセットの操作を提供します。
CampaignAssetService provides operation of assets associated with campaign.

Hierarchy

  • CampaignAssetService

Methods

Methods

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

    Parameters

    Returns CampaignAssetServiceReplaceResponse

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

    Parameters

    Returns CampaignAssetServiceMutateResponse