Community Discussion
Motion ads endpoint is giving "Invalid Url" in response
Hi, I am using motion ads endpoint while adding a video ad, but it is giving invalid url, here is the request json -
{
"url": "https://google.com",
"title": "title1",
"video_url": "https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4",
"fallback_url": "https://creative-library-dev.static.fabfunnel.com/70d4ea28-79ae-4440-8b35-5b01253d3262-JXWXPPYP-thumbnail.jpg"
}
error -
{
"http_status": 400,
"message": "Invalid url: %s",
"offending_field": "https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4",
"message_code": "api.action.bad_request.https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4"
}