You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-tiktok-pixel/index.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,21 @@ This destination is maintained by TikTok. For any issues with the destination, [
26
26
4. Select an existing JavaScript Source to connect to TikTok Pixel.
27
27
5. Give the Destination a name.
28
28
6. On the Settings screen, provide the Pixel Code. This can be found in the TikTok Events Manager (TTEM).
29
-
- Ensure that the Use Existing Pixel field is **off** if you want Segment to load the TikTok Pixel JavaScript code onto your website.
30
-
- Ensure that the Use Existing Pixel field is **on** if you want Segment to detect and keep using the existing TikTok Pixel JavaScript snippet which has already been loaded on your website.
29
+
- Ensure that the "Use Existing Pixel" setting is **off** if you want Segment to load the TikTok Pixel JavaScript code onto your website. This is the default and recommended behavior.
30
+
- Ensure that the "Use Existing Pixel" setting is **on** if you want Segment to detect a pre-existing TikTok Pixel that's already loaded to your website independently of Segment. If you enable this option and don't have TikTok Pixel loaded to your website, your data collection to Segment may be disrupted. See [the "Use Existing Pixel" setting](#use-existing-pixel-setting) for more information on how to use this setting safely.
31
31
7. Toggle on the Destination using the **Enable Destination** toggle.
32
32
8. Click **Save Change**.
33
33
34
+
<aid="use-existing-pixel-setting"></a>
35
+
## The Use Existing Pixel setting
36
+
37
+
> warning ""
38
+
> Use caution when you toggle on the **Use Existing Pixel** setting; it could result in disruption to data collection if Segment doesn't detect TikTok Pixel on the website.
39
+
40
+
The TikTok Pixel destination's default behavior is to load a TikTok Pixel JavaScript library onto your website when the page loads. However, if you already have TikTok Pixel on your website before enabling this Destination, you may want Segment to detect and use your pre-existing TikTok Pixel JavaScript library instead of loading a new TikTok Pixel library.
41
+
42
+
Toggling the **Use Existing Pixel** setting on will prevent Segment from loading a TikTok Pixel library onto the web page. Instead, Segment will attempt to detect your pre-loaded TikTok Pixel library and will use it when forwarding events to TikTok.
43
+
34
44
### Mappings enabled by default
35
45
36
46
After setting up the Destination, Segment enables seven mappings by default. You can click on the mappings tab to view and edit these mappings.
0 commit comments