TikTok Offline Events

This destination is currently under final review and will be available soon.

TikTok is a social platform short-form video hosting service. This destination leverages TikTok Events API to report offline events.

Key features

The TikTok Offline Events destination provides the following key features:

  • Events structure: our Events reference covers TikTok offline events, meaning that your data is properly bridged to the expected fields in an optimized way.

  • Prebuilt mappings: data mapping for event-based destinations happens automatically, which simplifies user inputs.

  • Smart mapping: data mapping can be readjusted using your datalayer defined fields.

  • Support for multi-item data: information included in the item array is dispatched to TikTok.

Destination setup

Configuration

SettingsDescription

Event Set Id

Required Your event set identifier value. More details are available following this LINK. This setting supports dynamic values [1].

Mapping

Required Map "TikTok Event Types" with your "Commanders Act events" by setting at least a TikTok Event Type and a Commanders Act Event Name . One entry is required.

[1] This feature allows you to set an event property holding a dynamic value by adding two open braces ({{) in front of your property name and two close braces (}}) at the end (E.g. {{myEventPropertyPathAndName}}).

Quick reference

Commanders Act EventsTikTok Event Type

[All events]

CompletePayment , Contact , Subscribe and SubmitForm [1]

[1] See Configuration for more details.

Field Mappings

See more details on phone format by following this LINK.

Commanders Act PropertiesTikTok Properties

Event Set Id

event_set_id

TikTok Event Type

event [1]

id

event_id

context.event_timestamp

timestamp[2]

user.phone

context.user.phone_numbers.0 [3]

user.email

context.user.emails.0 [3]

id

properties.order_id

shop_id

properties.shop_id

items.X.id

properties.contents.X.content_id

items.X.product.name

properties.contents.X.content_name

items.X.product.price

properties.contents.X.price

items.X.quantity

properties.contents.X.quantity

items.X.type

properties.contents.X.content_type

items.X.product.category_1> items.X.product.category_2> items.X.product.category_3> items.X.product.category_4> items.X.product.category_5

properties.contents.X.content_category

currency

properties.currency

value

properties.value

type

properties.event_channel

[1] See Mapping in Configuration for more details. [2] Timestamp to be provided in milliseconds. This is converted in ISO-8601 format. [3] Field automatically hashed with SHA256 if not passed in clear.

Last updated