Morning,
With the API I can get the file name (eg GB-300x600-Apple.zip) however I can't seem to find any server/path information to actually download it.
I want to preview the ads in our application since the API doesn't return a link I can embed I figure I can download the zip and iframe it so show in our app.
With images you can use the ID as the parameter to
which allows you to fetch the image.
ie;
With the API, how can I retrieve the HTML5 ad zip files?
Thanks