paid-social-landing-pages

Implement TikTok-first paid-social landing pages with Pixel and Events API tracking.

1|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/eymass/swe-plugin --skill paid-social-landing-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paid-social-landing-pages
Source: https://github.com/eymass/swe-plugin/tree/main/skills/paid-social-landing-pages
Command: npx skills add https://github.com/eymass/swe-plugin --skill paid-social-landing-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paid-social landing pages deployed inside hostile in-app browsers (TikTok, Meta, Snapchat, Pinterest) often struggle with attribution reliability, consent gating, and performance consistency. This Skill provides an end-to-end framework for building, validating, and instrumenting landing pages that preserve signal, meet policy requirements, and enable robust testing across iOS/Android WebViews.

Core Features & Use Cases

  • TikTok-first mitigation templates: multi-token IAB detection, viewport fallback, CSP, and hosted checkout flows to survive WebView quirks.
  • Pixel + Events API integration with server-side deduplication via EMQ hashing and a shared event_id for reliable attribution.
  • Edge-based A/B testing and a structured 8-phase workflow to ship, test, and monitor landing pages at scale.

Quick Start

Draft a TikTok-first LP brief and deploy with edge bucketing so Pixel and CAPI dedupe reliably.

Frequently Asked Questions about paid-social-landing-pages

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

FAQPage Schema
How do I fix TikTok Pixel attribution loss inside in-app WebViews?

To fix TikTok Pixel attribution loss in in-app WebViews, coordinate client-side Pixel tracking with server-side Events API using shared event_id and EMQ hashing for deduplication. This preserves reliable signal recovery in hostile social app browsers.

What is the best way to run A/B tests on paid-social landing pages at the edge?

The best way to run A/B tests on paid-social landing pages is using edge-based bucketing via CloudFront Functions and Lambda@Edge. This structured 8-phase workflow allows you to ship, test, and monitor landing pages at scale.

How do I handle consent gating and viewport issues for TikTok landing pages?

Handle consent gating and viewport issues by implementing multi-token IAB detection with viewport fallback. This addresses WebView quirks by enforcing consent policies and ensuring proper rendering across iOS and Android social app browsers.

Does server-side Events API deduplication work with client-side Pixel tracking?

Yes, server-side Events API deduplication works with client-side Pixel tracking by using a shared event_id and EMQ hashing. This combination ensures reliable attribution when landing pages render inside TikTok and other social WebViews.

How do I protect paid-social landing pages from bot traffic and ensure performance?

Protect paid-social landing pages from bot traffic and ensure performance by implementing Turnstile-based bot protection and RUM instrumentation. These features monitor real user metrics while filtering invalid traffic in hostile in-app browsers.

Can I use hosted checkout flows for TikTok paid-social landing pages?

Yes, you can use hosted checkout flows for TikTok paid-social landing pages. Implementing CSP and hosted payments survives WebView quirks, ensuring payment integration works reliably inside TikTok and other social app WebViews.