Skip to content
Ads APIReferences / audiences / Get Signed GCS upload URL to upload a user list file for an existing audience

Get Signed GCS upload URL to upload a user list file for an existing audience

Get Signed GCS upload URL to replace an existing audience

Request

  • ad_account_id
    string [uuid]
    Required

    A unique identifier for an Ad Account.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • audience_id
    string [uuid]
    Required

    A unique identifier for the entity.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a

Response

A signed GCS upload URL.

  • id
    string [uuid]

    A unique identifier for the entity.

    Example: "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
  • upload_url
    string [uri]

    Signed GCS upload URL to upload a user list file.

Response sample

{  "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a",  "upload_url": "string"}