Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Some ad fields are null in the "Get ads by account ID" endpoint

Some ad fields are null in the "Get ads by account ID" endpoint

... but they are present on the "Get ad by ID" endpoint

 

The following fields are missing/null:

  • call_to_action.text,
  • call_to_action.language
  • call_to_action.clickthrough_url
  • assets.companion_asset_id
  • assets.logo_asset_id

For example, from the "Get ads by account ID" endpoint:

[

{
"advertiser_name": "<redacted>",
"assets": {
"asset_id": "1a4bd122-aff8-4be7-aa88-8033984e6f65",
"companion_asset_id": null,
"logo_asset_id": null
},
"name": "test ad",
"tagline": "A cool tagline",
"third_party_tracking": [],
"id": "bf1e1b0b-a730-437d-a4f8-d36c3b108b3f",
"call_to_action": {
"text": null,
"language": null,
"clickthrough_url": null
},
"created_at": "2023-10-23T21:51:08.755Z",
"updated_at": "2023-10-23T21:55:15.306Z",
"delivery": "ON",
"ad_set_id": "9e99d44e-095b-4230-b43f-d5cc94512fd6",
"status": "PENDING_APPROVAL",
"reject_reason": "",
"ad_preview_url": "<redacted>"
}

]

 

But from the "Get ad by ID" endpoint, the fields are there:

 

{
"advertiser_name": "<redacted>",
"assets": {
"asset_id": "1a4bd122-aff8-4be7-aa88-8033984e6f65",
"companion_asset_id": "0c3ada4c-c336-47d3-b3a0-c502aacd9c7a",
"logo_asset_id": "dcee0129-b1d9-4fce-bc01-28b318a31f9f"
},
"name": "test ad",
"tagline": "A cool tagline",
"third_party_tracking": [],
"id": "bf1e1b0b-a730-437d-a4f8-d36c3b108b3f",
"call_to_action": {
"text": "LEARN_MORE",
"language": "ENGLISH",
"clickthrough_url": "https://google.ca"
},
"created_at": "2023-10-23T21:51:08.755Z",
"updated_at": "2023-10-23T21:55:15.306Z",
"delivery": "ON",
"ad_set_id": "9e99d44e-095b-4230-b43f-d5cc94512fd6",
"status": "PENDING_APPROVAL",
"reject_reason": "",
"ad_preview_url": "<redacted>"
}

Reply
0 Replies

Suggested posts

Let's introduce ourselves!

Hey there you,   Yeah, you! 😁   Welcome - we're glad you joined the Spotify Community!   While you here, let's have a fun game and get…

ModeratorStaff / Moderator/ 4 years ago  in Social & Random