@@ -185,59 +185,3 @@ The merchant passes `event_id` and `fbp` (from `session_id`) to their
185185Conversions API integration. The shared ` event_id ` prevents duplicate event
186186counting between the platform's first-party event and the merchant's server-side
187187event.
188-
189- ### TikTok (TikTok Ads)
190-
191- A user discovers a product via a TikTok ad and completes the purchase through
192- an agentic flow:
193-
194- ``` json
195- {
196- "attribution" : {
197- "platform" : " com.tiktok" ,
198- "dedup_keys" : {
199- "event_id" : " evt_tt_xyz789abc012"
200- },
201- "utm" : {
202- "utm_source" : " tiktok" ,
203- "utm_medium" : " paid_social" ,
204- "utm_campaign" : " spring_launch_2026" ,
205- "utm_content" : " 5555555555" ,
206- "utm_id" : " 1234567890"
207- },
208- "custom" : {
209- "click_id" : " E.C.P.abcdef123456..." ,
210- "ad_group_id" : " 9876543210" ,
211- "placement" : " TikTok_For_You_Feed"
212- }
213- }
214- }
215- ```
216-
217- ### OpenAI (ChatGPT Shopping)
218-
219- A user asks ChatGPT for product recommendations and purchases through agentic
220- checkout. Even without a traditional campaign, the platform provides attribution
221- context:
222-
223- ``` json
224- {
225- "attribution" : {
226- "platform" : " com.openai" ,
227- "dedup_keys" : {
228- "event_id" : " evt_oai_def456ghi789"
229- },
230- "utm" : {
231- "utm_source" : " chatgpt" ,
232- "utm_medium" : " agentic" ,
233- "utm_campaign" : " shopping_recommendations"
234- },
235- "custom" : {
236- "session_token" : " chatgpt_sess_abc123..."
237- }
238- }
239- }
240- ```
241-
242- This shows the extension works for any referral channel, not just paid
243- advertising.
0 commit comments