Interface AudienceListService

AudienceListServiceでは、オーディエンスリストの取得および追加・更新・削除を行います。
AudienceListService retrives, add, update, and delete the audience list.

Hierarchy

  • AudienceListService

Methods

  • オーディエンスリスト(顧客データ)のユーザリストファイルをアップロードします。
    アップロードリクエストでは以下を指定します。
    テストアカウントでは利用頂けない機能です。
    • ・Content-Type: multipart/form-data
    また、アップロードするファイルの制限は下記の通りです。
    • ・UTF8(BOMなし)、Shift-JIS正規化形式
    • ・ユーザーIDごとに改行
    • ・改行コードLF、CRLF
    • ・ファイルサイズ上限1GB(1,073,741,824 byte)
    Upload the user list file for audience list (customer data).
    Specify the following in the upload request.
    The action is unavailable for test account.
    • * Content-Type: application/octet-stream (text/plain can also be specified for uncompressed format)
    The following is the file upload limit.
    • * UTF8(without BOM), Shift-JIS canonicalized form.
    • * Line break for each user ID
    • * Line feed code LF, CRLF
    • * File size upper limit 1GB(1,073,741,824 byte)

    Parameters

    Returns AudienceListServiceUploadUserListResponse