Skip to content

Supported Destinations

SweetCode Cloud forwards tracking events to five major ad platforms. All destinations are available on every plan, including the free tier. Configuration is automatically synced from Pixel Manager for WooCommerce — you never need to manually enter credentials in the SweetCode Cloud dashboard.

  1. Configure your ad platform destinations in Pixel Manager for WooCommerce (API tokens, pixel IDs, etc.)
  2. Paste your SweetCode Cloud Sync Token into the Pixel Manager settings
  3. Pixel Manager pushes the destination configuration to SweetCode Cloud automatically
  4. Credentials are encrypted with AES-GCM before storage — they’re never visible in the dashboard, only masked previews (e.g. sk-****...7f3a)

When you update credentials or add/remove a destination in Pixel Manager, changes sync automatically. You can also trigger a manual resync from the domain detail page.

Each SSP event type is mapped to the corresponding platform-specific event name:

SSP EventMeta (Facebook)TikTokPinterestSnapchatReddit
PageVisitPageViewPageviewpage_visitPAGE_VIEWPageVisit
ViewContentViewContentViewContentview_categoryVIEW_CONTENTViewContent
SearchSearchSearchsearchSEARCHSearch
AddToCartAddToCartAddToCartadd_to_cartADD_CARTAddToCart
AddToWishlistAddToWishlistAddToWishlistadd_to_wishlistADD_TO_WISHLISTAddToWishlist
PurchasePurchaseCompletePaymentcheckoutPURCHASEPurchase
LeadLeadSubmitFormleadSIGN_UPLead
SignUpCompleteRegistrationCompleteRegistrationsignupSIGN_UPSignUp
CustomCustomEventCustomEventcustomCUSTOM_EVENT_1Custom

API: Facebook Graph API v21.0

SweetCode Cloud sends events to Meta’s Conversions API, which is used by Facebook Ads, Instagram Ads, and the broader Meta advertising ecosystem. Server-side events sent through the Conversions API are matched with browser-side pixel events for improved attribution and deduplication.

FieldWhere to Find It
Access TokenMeta Events Manager → Settings → Generate Access Token
Pixel IDMeta Events Manager → Data Sources → Your Pixel → Pixel ID
  • Test Event Code — Used to send events to the Meta Test Events tool for debugging without affecting production data. Found in Events Manager → Test Events.

Each event is sent as a POST request to https://graph.facebook.com/v21.0/{pixelId}/events with the access token as a query parameter. User data (email, IP, user agent, click IDs) is included for advanced matching.


API: TikTok Business API v1.3

SweetCode Cloud forwards events to TikTok’s Events API for server-side ad measurement and optimization. Like Meta, TikTok uses these events alongside browser-side pixel data for improved attribution.

FieldWhere to Find It
Access TokenTikTok Ads Manager → Assets → Events → Manage → Settings → Generate Access Token
Pixel IDTikTok Ads Manager → Assets → Events → Your Pixel ID
  • Test Event Code — Used to send events in test mode for debugging.

Events are sent as a POST request to https://business-api.tiktok.com/open_api/v1.3/event/track/ with the access token in the Access-Token header.


API: Pinterest API v5

SweetCode Cloud sends conversion events to Pinterest’s API for ad measurement and optimization. Pinterest uses ad account IDs rather than pixel IDs for server-side event delivery.

FieldWhere to Find It
Access TokenPinterest Business → Apps → Generate Token
Ad Account IDPinterest Ads Manager → Your ad account ID
  • Test Event Code — Used to send events in test mode for debugging.

Events are sent as a POST request to https://api.pinterest.com/v5/ad_accounts/{adAccountId}/events with the access token in the Authorization header.


API: Snapchat Conversions API v3

SweetCode Cloud forwards events to Snapchat’s Conversions API for ad attribution and optimization.

FieldWhere to Find It
Access TokenSnapchat Ads Manager → Business Settings → Generate Token
Pixel IDSnapchat Ads Manager → Events Manager → Your Pixel ID
  • Test Event Code — Used to send events in test mode for debugging.

Events are sent as a POST request to https://tr.snapchat.com/v3/{pixelId}/events with the access token in the Authorization header.


API: Reddit Conversions API v3

SweetCode Cloud sends conversion events to Reddit’s Ads API for campaign measurement and optimization.

FieldWhere to Find It
Access TokenReddit Ads → Pixel → Conversions API → Generate Token
Pixel IDReddit Ads → Pixel → Your Pixel ID

Events are sent as a POST request to https://ads-api.reddit.com/api/v3/pixels/{pixelId}/conversion_events with the access token in the Authorization header.


After connecting your destinations through Pixel Manager and SweetCode Cloud, verify that events are being received by each platform:

  1. SweetCode Cloud Dashboard — Go to the Events page and check that events show a success outcome for each destination
  2. Meta Events Manager — Check the “Server Events” tab for incoming events
  3. TikTok Events Manager — View the event activity in your pixel’s dashboard
  4. Pinterest Conversions — Check the conversion events in your ad account
  5. Snapchat Events Manager — View events under your pixel
  6. Reddit Ads Dashboard — Check the conversions tab in your pixel settings

If events show a failed outcome in SweetCode Cloud, click on the event to see the error message from the destination API. Common issues include expired access tokens and incorrect pixel/account IDs — see the Troubleshooting guide for fixes.