You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the asset_feed_spec returns back an array of a small amount of video information, but none of the id's match the id's returned in the getAdVideos endpoint.
Expected Results:
the video_id is returned
the ids in getAdVideos match the getAdCreative->asset_feed_spec->video ids.
The text was updated successfully, but these errors were encountered:
Which SDK version are you using?
v18.0
What's the issue?
The
getAds
never returns thevideo_id
field, even when requested for video ads which definitely have video creative.Steps/Sample code to reproduce the issue
Observed Results:
asset_feed_spec
returns back an array of a small amount of video information, but none of the id's match the id's returned in thegetAdVideos
endpoint.Expected Results:
video_id
is returnedgetAdVideos
match thegetAdCreative->asset_feed_spec->video
ids.The text was updated successfully, but these errors were encountered: