tiktok-ads-integration

Send server-side purchase events to TikTok's Events API with SHA-256 hashed PII.

14|3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill tiktok-ads-integration-tomtoto757
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiktok-ads-integration
Source: https://github.com/tomtoto757/ecomm-ai-skills-hub/tree/main/skills/marketing-growth/finsilabs/marketing-growth/tiktok-ads-integration
Command: npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill tiktok-ads-integration-tomtoto757

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many ecommerce stores experience significant under-reporting of purchases in TikTok Ads Manager because browser-side Pixels are blocked by privacy controls, ad blockers, or fallible client signals. This Skill documents pairing the TikTok Pixel with server-side Events API (EAPI) and best practices for catalog sync, Spark Ads, and campaign structure to restore accurate attribution and improve ad performance.

Core Features & Use Cases

  • Server-side Events API integration: Guidance and code patterns for sending purchase events from backend order webhooks with SHA-256 hashed PII and matching event_id to deduplicate with the browser Pixel.
  • Platform mappings & catalog sync: Platform-specific setup notes for Shopify, WooCommerce, and BigCommerce plus feed and JSONL guidance for custom/headless stores to enable Dynamic Shopping Ads.
  • Campaign & creative strategy: Recommended three-tier campaign architecture (prospecting, retargeting, Spark Ads), bidding and creative best practices, and measurement targets for event quality and ROAS.
  • Use Case: Fix a Shopify store reporting only 40% of purchases by enabling Maximum Data Sharing, sending server-side CompletePayment events with event_id, and syncing the product catalog to run Video Shopping Ads and retargeting.

Quick Start

Set up TikTok Pixel and Events API for my Shopify store, enable maximum data sharing for server-side events, sync the product catalog, and create a Video Shopping prospecting campaign.

Frequently Asked Questions about tiktok-ads-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is TikTok Ads Manager under-reporting my Shopify store purchases?

TikTok Ads Manager under-reports purchases because browser-side Pixels are blocked by privacy controls and ad blockers. Pairing the Pixel with server-side Events API restores accurate attribution by sending backend order webhooks with hashed PII and matching event_ids for deduplication.

How do I set up server-side tracking for TikTok Events API?

Set up server-side tracking for TikTok Events API by sending backend purchase events with SHA-256 hashed PII, matching event_id with browser Pixel data for deduplication, including ttclid and user_agent, and wrapping payloads inside a data array with an Access-Token header.

Does server-side tracking work with WooCommerce and BigCommerce for TikTok ads?

Server-side tracking works with WooCommerce, BigCommerce, and Shopify by using platform-specific setup notes and backend order webhooks. Custom and headless stores can also implement tracking using provided feed and JSONL guidance for product catalog sync.

What is the best way to prevent lost conversion signals in TikTok ads?

The best way to prevent lost conversion signals is enabling Maximum Data Sharing and sending server-side CompletePayment events. This recovers blocked browser Pixel data, ensures event deduplication via matching event_id, and improves overall ROAS measurement accuracy.

How do I sync my product catalog for TikTok Dynamic Shopping Ads?

Sync your product catalog for TikTok Dynamic Shopping Ads using platform-specific feed guidance for Shopify, WooCommerce, and BigCommerce. Headless stores can utilize JSONL guidance to structure custom feeds, enabling Video Shopping Ads and effective retargeting campaigns.

What is the recommended campaign architecture for TikTok Spark Ads?

The recommended TikTok Spark Ads architecture uses a three-tier structure: prospecting, retargeting, and Spark Ads. This approach applies bidding and creative best practices alongside server-side tracking to optimize event quality, measurement targets, and overall ROAS.