Interface AudienceListService

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

Hierarchy

  • AudienceListService

Methods

  • オーディエンスリスト(顧客データ)のユーザリストファイルをアップロードします。
    アップロードリクエストでは以下を指定します。
    テストアカウントでは利用頂けない機能です。
    • ・Content-Type: application/octet-stream(非圧縮形式の場合はtext/plain指定も可能)
    • ・Content-Length: アップロード対象のファイルのバイト数
    • ・Request body: アップロードするユーザーリストのファイル本体
    Transfer-encoding: chunkedを指定してのアップロードには対応していません。
    また、アップロードするファイルの制限は下記の通りです。
    • ・UTF8、BOMなし、正規化形式
    • ・ユーザーIDごとに改行
    • ・改行コードLF
    • ・ファイルサイズ上限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)
    • * Content-Length: Number of bytes in the file to be uploaded
    • * Request body: File body of the user list to upload
    Uploading with chunked specified for Transfer-encoding is not supported.
    The following is the file upload limit.
    • * UTF8, no BOM, canonicalized form.
    • * Line break for each user ID
    • * Line feed code LF
    • * File size upper limit 1GB(1,073,741,824 byte)

    Parameters

    Returns AudienceListServiceUploadUserListResponse