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
[TikTok Pixel](https://ads.tiktok.com/marketing_api/docs?id=1739583652957185) is a piece of code that you can place on your website that allows you to share website events with TikTok. With any of our TikTok for Business Tools, the pixel can help you measure traffic on your website, measure ad campaign performance, optimize your campaigns and find new customers.
8
8
9
9
**Benefits**
10
+
11
+
Use data collected from TikTok Pixel to:
10
12
-**Build marketing audiences**: Create Custom Audiences based on website visitor events, like viewing a product page or making a purchase. Audiences can be used to re-engage previous site visitors or model lookalikes to find new customers.
11
13
-**Optimize ad delivery**: Target audiences that are more likely to initiate a website event by setting an optimization goal on visitor events like add to cart, view page or purchase.
12
14
-**Measure campaign performance**: Measure your ad performance and return on ad spend (ROAS) based on a series of conversion events you define.
@@ -18,14 +20,14 @@ This destination is maintained by Tiktok. For any issues with the destination, [
18
20
## Getting started
19
21
20
22
1. From the Segment web app, click **Catalog**, then click **Destinations**.
21
-
2.Find the Destinations Actions item in the left navigation, and click it.
23
+
2.Search for the 'TikTok Pixel' in the search bar, and then click on the Destination named 'TikTok Pixel'.
22
24
3. Click **Add Destination**.
23
-
4. Select an existing Javascript Source to connect to TikTok Pixel.
24
-
5. Give Destination a name.
25
-
6. On the Settings screen, provide Pixel Code and toggle "Use Existing Pixel" to use existing Pixel that is already installed on your website.
26
-
-If you want to re-use the exsiting Pixel that has been installed separately, please toggle the "Use Existing Pixel" to prevent the Segment library from installing a new Pixel on your website.
27
-
-Segment TikTok Pixel browser destination provides built-in presets for available web events that can be easily mapped to send web events via Pixel without any additional configuration.
28
-
7. Toggle on the Destination.
25
+
4. Select an existing JavaScript Source to connect to TikTok Pixel.
26
+
5. Give the Destination a name.
27
+
6. On the Settings screen, provide the Pixel Code. This can be found in the TikTok Events Manager (TTEM).
28
+
-Ensure that the "Use Existing Pixel" field is 'off' if you want Segment to load the TikTok Pixel JavaScript code onto your website.
29
+
-Ensure that the "Use Existing Pixel" field is 'on' if you want Segment to detect and keep using the exsiting TikTok Pixel JavaScript snippet which has already been loaded on your website.
30
+
7. Toggle on the Destination using the 'Enable Destination' toggle.
29
31
8. Hit the Save Change button.
30
32
31
33
**Mappings Enabled by Default**
@@ -43,26 +45,27 @@ After setting up the Destination, seven mappings will be enabled by default. You
43
45
{% include components/actions-fields.html %}
44
46
45
47
## Getting Started with Pixel & Obtaining Pixel Code
48
+
46
49
Please refer to the [TikTok Help Center documentation](https://ads.tiktok.com/help/article/get-started-pixel?redirected=2) to learn more about how to get started with TikTok Pixel. Once the Pixel is created, please retrieve the Pixel Code from TikTok Events Manager (TTEM).
47
50
48
51
## Advanced Matching
49
52
50
-
Advanced Matching helps you optimize your TikTok ads and drive performance by matching customer information with people on TikTok. Hashed customer information can be shared with any TikTok event to attribute more conversions, build bigger audiences and improve campaign optimization.
53
+
Advanced Matching helps you optimize your TikTok ads and drive performance by matching customer information with TikTok users. Hashed customer information can be shared with any TikTok event to attribute more conversions, build bigger audiences and improve campaign optimization.
54
+
55
+
There are two types of Advanced Matching: manual or automatic.
51
56
52
-
There are two ways to enable Advanced Matching: manual or automatic.
57
+
**Manual Advanced Matching** is the passing of customer information to TikTok from your website. With this option, you have the flexibility to configure what information and for which event you want to pass to TikTok. This will be enabled automatically if PIIs are included in the Pixel events sent from TikTok Pixel Destination.
53
58
54
-
-**Manual Advanced Matching** is the passing of customer information to TikTok from your website. This can be implemented using code for each event on your website or if you're using a partner integration, you can enable Manual Advanced Matching in the data sharing settings of the partner platform. With this option, you have the flexibility to configure what information and for which event you want to pass to TikTok.
55
-
-**Automatic Advanced Matching** is when advertisers instruct TikTok to automatically identify form fields on pages where Pixel is installed and to hash and collect email and phone numbers entered on those pages for ad measurement and attribution purposes.
59
+
When email and/or phone number values are sent to TikTok, TikTok will try to match TikTok users using the PIIs that were sent to TikTok. If both email and phone number values are not sent to TikTok, TikTok will try to match TikTok users using IP and user-agent values that are included in the Pixel event payload.
56
60
57
-
We recommend advertisers use both Manual and Automatic Advanced Matching at the same time, as this setting maximizes Advanced Matching's full performance.
61
+
**Automatic Advanced Matching** is when advertisers instruct TikTok to automatically identify form fields on pages where Pixel is installed and to hash and collect email and phone numbers entered on those pages for ad measurement and attribution purposes. Learn more about Automatic Advanced Matching and how to turn it on in [TikTok help center](https://ads.tiktok.com/help/article/advanced-matching-web?lang=en).
58
62
59
-
Learn more about Automatic Advanced Matching and how to turn it on in our [help center](https://ads.tiktok.com/help/article/advanced-matching-web?lang=en).
63
+
TikTok recommends advertisers use both Manual and Automatic Advanced Matching at the same time, as this setting maximizes Advanced Matching's full performance.
60
64
61
65
## PII Hashing
62
66
TikTok will automatically hash value with sha256 before value enters TikTok's system.
63
67
64
-
- Normalize your phone numbers to E.164 format, a combination of +[country code][phone number]. An example of a US number in the E.164 format: +12133734253
65
-
Recommend using [this library](https://github.com/catamphetamine/libphonenumber-js) for E.164 parsing.
68
+
- Phone number sent to TikTok should be normalized to the E.164 format. This format is a combination of +[country code][phone number]. An example of a US number in the E.164 format: +12133734253
0 commit comments