Skip to content

Commit e7838de

Browse files
author
Jaehyuk Rhee
committed
update advanced matching section for clarification
1 parent 81adbdc commit e7838de

File tree

1 file changed

+18
-15
lines changed
  • src/connections/destinations/catalog/actions-tiktok-pixel

1 file changed

+18
-15
lines changed

src/connections/destinations/catalog/actions-tiktok-pixel/index.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: [integration_name] Destination
77
[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.
88

99
**Benefits**
10+
11+
Use data collected from TikTok Pixel to:
1012
- **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.
1113
- **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.
1214
- **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, [
1820
## Getting started
1921

2022
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'.
2224
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.
2931
8. Hit the Save Change button.
3032

3133
**Mappings Enabled by Default**
@@ -43,26 +45,27 @@ After setting up the Destination, seven mappings will be enabled by default. You
4345
{% include components/actions-fields.html %}
4446

4547
## Getting Started with Pixel & Obtaining Pixel Code
48+
4649
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).
4750

4851
## Advanced Matching
4952

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.
5156

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.
5358

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.
5660

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).
5862

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.
6064

6165
## PII Hashing
6266
TikTok will automatically hash value with sha256 before value enters TikTok's system.
6367

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
6669

6770
## Data and Privacy Considerations
6871

0 commit comments

Comments
 (0)