Download assets (Video/ Images) From Google and Meta Ads

:bullseye: What is your goal?

Goal is to build automation to download creatives along with metrics for goggle and meta ads.

:thinking: What is the problem?

Hi all,

I’m working on an automation workflow and need some guidance.

What I’m trying to build:

Automatically download a report from Google Ads and Meta Ads that includes each creative (image or video), along with its clicks and impressions.

Additionally, I want to automatically download the actual creative file (image or video) so I can later process it with AI for analysis.

Does this approach make sense? Any pointers or best practices would be greatly appreciated.

:test_tube: What have you tried so far?

Have tried creatiing scenario but couldnt find how to get creative URL

1 Like

I don’t think Google Ads Management has a module that outputs the URL or file of the campaign assets.

See if such an endpoint exist in the Google Ads Management Developer API reference. If it exists, you can integrate the endpoint in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea Exchange. However, do search for a similar request (and also upvote), just in case it has already been suggested to avoid duplicates.

If you need assistance in setting up the app’s universal module, or the generic HTTP “Make a request” module, please provide additional information about what you have tried in relation to the external service’s Developer API Reference — how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

Hope this helps! If you are still having trouble, please provide more details.

@samliew

THanks a bunch i got this working !