ingestr recipes/Load a specific sourceData Engineer

How do I load Snapchat Ads data into my warehouse?

The Snapchat Ads source exposes objects like campaigns and campaigns_stats with metrics such as impressions, spend, and swipes. ingestr lands them in your warehouse with one command.

Command

ingestr ingest

Defined in

CLI

Works with

Snapchat Ads to any ingestr destination

What you get

Snapchat Marketing API sourcecampaign stats with granularityOAuth refresh token auth

How it works in code

$ ingestr ingest \
  --source-uri 'snapchatads://?refresh_token=token&client_id=id&client_secret=secret&organization_id=org_id' \
  --source-table 'campaigns' \
  --dest-uri $SNOWFLAKE_URI --dest-table 'snapchat_ads.campaigns'

Run ingestr ingest and ingestr loads the Snapchat Ads data into your warehouse.

Move data with one command

Open source. Source URI in, destination URI out, incremental by default.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.

The signup form is hosted by Brevo. Accept cookies to load it.