Snapchat Marketing API
v0.0.2
To find out more about the Snapchat Marketing API check their docs out: Snapchat Ads API Snapchat Ad Squads API Snapchat Campaigns API Snapchat Measurements API.
Set up
To set up the Snapchat connector, all you need is your username and password.
Features
| Feature | Support | Notes |
|---|---|---|
| Backfill | ✅ | Backfill supported on Campaign Statistics, Ad Account Statistics, Ad Squad Statistics and Ad Statistics for up to 2years. Public Profile Stats supports backfill for up to 90 days |
| Incremental | ✅ | Incremental supported on Campaign Statistics, Ad Account Statistics, Ad Squad Statistics, Ad Statistics and Public Profile Stats. |
| API reliability | ✅ | Reliable |
Reports detail
| ⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
|---|---|---|---|
| Ad Accounts | N/A | ID | Get Ad Accounts |
| Ad Squads | N/A | ID | Get Ad Squads |
| Campaigns | N/A | ID | Get Campaigns |
| Ads | N/A | ID | Get Ads |
| Campaign Statistics | END_TIME | ID | Get Measurements |
| Ad Account Statistics | END_TIME | ID | Get Measurements |
| Ad Squad Statistics | END_TIME | ID | Get Measurements |
| Ad Statistics | END_TIME | ID | Get Measurements |
| Public Profile Stats | END_TIME | ASSET_ID, START_TIME, FIELD_NAME, DIMENSION_BREAKDOWN | Get Public Profile Metrics |
| Public Profile Stats (Lifetime) | N/A | ASSET_ID, END_TIME, FIELD_NAME, DIMENSION_BREAKDOWN | Get Public Profile Metrics |
| Public Profiles | N/A | ID | Get Public Profiles |
| Public Profile Assets | N/A | ID | Get Profile Assets |
Limitations
Incremental runs create duplicate rows.Public Profile Stats re-requests the most recent day on every incremental run, so that day is loaded more than once. Deduplicate in the transform layer on the report's primary key, keeping the latest load
Suggested use forPublic Profile Statsreport: one breakdown dimension at a time.Prefer single, low-cardinality dimensions such as
AGEorGENDER. Combining several, or using any of theCOUNTRY_AGE,COUNTRY_GENDERandCOUNTRY_SUBSCRIPTIONdimensions, can exceed Snapchat's per-response size limit, and the extract will fail (or stall).If that happens, switch to a lower-cardinality dimension. Shortening the backfill will not help.
Updated 5 days ago
