# Listrak

{% hint style="info" %}
If you do not already have a Listrak account please sign up before proceeding.
{% endhint %}

{% hint style="info" %}
To enable the integration, **you must login to Listrak and create an&#x20;*****Integration*** on the *Integrations* page. In the Listrak application on the navigation bar go to: Manage → Integrations.

Please specify integration type `Data` for your integration.

Make sure to securely store a copy of your *Client ID* and *Client Secret*. These values will be needed below. For your security, the *Client Secret* cannot be retrieved if it is lost.
{% endhint %}

#### Plugin Activation <a href="#listrak-pluginactivation" id="listrak-pluginactivation"></a>

* Navigate to Admin → Plugins → Data Sources
* Click on the Listrak Plugin and click the green “Activate” button

<figure><img src="/files/RjZOT88Mskcj8HJU68ww" alt=""><figcaption></figcaption></figure>

* Obtain **dataClientId**, **dataSecretKey**, **emailClientId**, **emailSecretKey**, **crossClientId**, **crossSecretKey**, and **merchantId** from Listrak.  Enter all applicable values here.
* Optionally choose to **sendTestCards**
* Choose to **disable** the plugin at any time
* Click the <mark style="color:green;">**Connect**</mark> button to complete the activation

<figure><img src="/files/B9SZSx1tguaI4PVDabGh" alt="" width="375"><figcaption></figcaption></figure>

#### Products <a href="#listrak-products" id="listrak-products"></a>

Products are sent to Listrak at your discretion. Edit the Listrak plugin and press the <mark style="color:blue;">**Sync Products**</mark> button. Each product sync updates Listrak with CRM product information, including prices and stock on hand (if known).

<figure><img src="/files/Jvp6akLzrN9qk7DnQSqV" alt=""><figcaption></figcaption></figure>

#### &#x20;Orders <a href="#listrak-orders" id="listrak-orders"></a>

Orders are automatically sent to Listrak about 20 minutes after the order is completed in CheckoutChamp. This includes both new sales and rebills.

\
Listrak + Tracking Pixels: [Tracking Pixels - Checkout Champ](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/tracking-pixels.md)

### Fields List

{% tabs %}
{% tab title="Product Export" %}
<https://api.listrack.com/data/v1/Product>

<figure><img src="/files/nZzFz66H86VL36sKQwdg" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Order Export" %}
<https://api.listrack.com/data/v1/Order>

<figure><img src="/files/u0UtCEApbXDiaQd3Bzcj" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Email Contact Export" %}
<https://api.listrak.com/email/v1/List/{LIST> ID}/Contact?updateType=Overwrite\&eventIds={EVENT ID}

updateType=Overwrite (Only when no SKU case)

<figure><img src="/files/CRKcvao8liLrHIuIid5w" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cross Event Export" %}
<https://api.listrak.com/crosschannel/v1/eventConfigurations/{EVENT> ID}/events

<figure><img src="/files/8VT6tIKdyTztGzoOIuUb" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Transactions Export" %}
<https://api.listrak.com/email/v1/List/{LIST> ID}/TransactionalMessage/{EVENT ID}/Message

<figure><img src="/files/g8aVXYgrMJESBJuAPeve" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="On Page Events" %}

<figure><img src="/files/0V4tJJrZ1bv0BtL6srOA" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://help.checkoutchamp.com/crm/plugins/data-sources/listrak.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.
