I am trying to create an advideo using Facebook Marketing GraphQL API and I am wondering about two things:
file_url
or downloads the video from that URL and saves it somewhere in Facebook storage.source
parameter as encoded video, you don't need to specify the file_url
parameter, right?My questions are based on this doc: https://developers.facebook.com/docs/marketing-api/reference/ad-account/advideos#Creating
file_url
provided, then check the source
property (not to be confused with the property of same name when posting to the edge) of the newly-created video: it will point to a Facebook CDN address.