# Send Offline Conversions

### Overview

With this destination service, DinMo will share events from your data warehouse as offline conversion events. It lets you track and measure offline activity from people that see or interact with your ads.

To do so, you will need to go through these three steps:

* Creating a TikTok Ads destination. Refer to this corresponding section for more info.
* Creating an event segment composed of all the offline events you wish to send to TikTok Ads. All records of the segment correspond to **a unique conversion action**.
* Activating the segment to the TikTok Ads destination to start sending data.

DinMo will be sending all the new conversion events each time the activation is running.

### Destination setup

To start sending offline conversion events, you are first required to create a TikTok Ads destination with the corresponding destination service.

You will need to specify the **Advertiser ID** to which your events will be sent.

### Activation configuration

{% hint style="info" %}
Learn how to activate a segment in our [step-by-step tutorial](/guides/get-started-with-dinmo/create-and-activate-segments-on-dinmo/activate-your-first-segment.md)
{% endhint %}

Once the destination has been setup, and your DinMo segment containing all your conversion events created, you can create an activation to start sending Web Conversions data to TikTok Ads right away.

#### Event type

The name must be one of these accepted values: AddPaymentInfo, AddToCart, AddToWishlist, ClickButton, CompletePayment, CompleteRegistration, Contact, Download, InitiateCheckout, PlaceAnOrder, Search, SubmitForm, Subscribe, or ViewContent.

#### Fields mapping

In the Fields mapping section, you are asked to specify the meaning of the fields of your segment that you wish to send to TikTok Ads. Any non mapped fields in your segment will not be sent to TikTok Ads.

You must map the following fields:

* **Event Time**: The timestamp when the conversion took place
* **One user property**: You need, at least one user property, between emails or phones.

{% hint style="info" %}
The more user properties mapped, the most likely TikTok will be able to identify the users.
{% endhint %}

You can also map other fields to send more information about the conversions: currency, value, number of items, an identifier of the order (order\_id) or an identifier of the shop (shop\_id).

#### Scheduling

In this section, specify how often the conversions should be sent to TikTok Ads.

All new conversions will be sent in batch to TikTok Ads at the specified time interval.

We highly recommend setting up at least a daily schedule frequency. TikTok Ads might indeed reject old conversions.

#### Warnings

In this section, specify if you want to receive warning for your TikTok Ads activation.

{% hint style="info" %}
Consult the specific section to [learn more about sync warnings](/activations/troubleshooting-syncs/sync-warnings.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dinmo.io/integrations/destination-platforms/tiktok-ads/send-offline-conversions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
