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


FeatureSupportNotes
BackfillBackfill 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
IncrementalIncremental supported on Campaign Statistics, Ad Account Statistics, Ad Squad Statistics, Ad Statistics and Public Profile Stats.
API reliabilityReliable

Reports detail


⬇️ Report🔑 Incremental key🔑 Primary key📄 Link to API endpoint
Ad AccountsN/AIDGet Ad Accounts
Ad SquadsN/AIDGet Ad Squads
CampaignsN/AIDGet Campaigns
AdsN/AIDGet Ads
Campaign StatisticsEND_TIMEIDGet Measurements
Ad Account StatisticsEND_TIMEIDGet Measurements
Ad Squad StatisticsEND_TIMEIDGet Measurements
Ad StatisticsEND_TIMEIDGet Measurements
Public Profile StatsEND_TIMEASSET_ID, START_TIME, FIELD_NAME, DIMENSION_BREAKDOWNGet Public Profile Metrics
Public Profile Stats (Lifetime)N/AASSET_ID, END_TIME, FIELD_NAME, DIMENSION_BREAKDOWNGet Public Profile Metrics
Public ProfilesN/AIDGet Public Profiles
Public Profile AssetsN/AIDGet 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 for Public Profile Stats report: one breakdown dimension at a time.

Prefer single, low-cardinality dimensions such as AGE or GENDER. Combining several, or using any of the COUNTRY_AGE, COUNTRY_GENDER and COUNTRY_SUBSCRIPTION dimensions, 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.


Did this page help you?