Links

Pepperjam integration

Pepperjam is integrated in AnyTrack so that you can instantly start tracking your conversions across your marketing stack.
PepperJam Anytrack Integration
The Pepperjam and AnyTrack integration allows you to instantly track Pepperjam offer links, and syncs your conversions data from your Pepperjam account to all your marketing tools, analytics and ad networks.

How the PepperJam and AnyTrack integration works:

  1. 1.
    Once you add the Anytrack Tag on your site, all affiliate links will be automatically "tagged" with the subid parameters required for conversion tracking. Learn more about redirectless tracking.
  2. 2.
    Then, your conversions will be fetch via API from your PepperJam account into AnyTrack.
  3. 3.
    Finally, the conversions will be attributed and sent to Google Analytics, Facebook API and other pixels you've connected to your AnyTrack account.
⌚ Time to set up: Less than 1 minute.

Prerequisites:

Before you get started with the PepperJam </> AnyTrack integration you will need:
  • A PepperJam publisher account (open one here)
  • An AnyTrack account (open one here)
  • The AnyTrack TAG on your site.
These instructions imply that you've already setup your AnyTrack account.

Setup guide:

  1. 1.
    Login to your PepperJam account
  2. 2.
    Navigate to the resource section > API Keys
  3. 3.
    Copy ctrl+c the API key to your clipboard
  4. 4.
    Navigate to your AnyTrack Dashboard > Integrations > PepperJam
  5. 5.
    Click on Install Integration
  6. 6.
    Paste the PepperJam API Key

PepperJam conversion data

When you connect your PepperJam account API Key in AnyTrack, your account will start fetching your conversion data from the PepperJam API and sync it with your AnyTrack account.
Note that AnyTrack only fetches conversions that have been tagged by the AnyTrack TAG.

Example of the PepperJam conversion data

{
"transaction_id": "128850973", // the PepperJam transaction ID
"date": "2020-10-24 18:06:58",
"new_to_file": "No",
"program_name": "Acme brand name", // Brand name sent to your analytics
"program_id": "7937",
"type": "sale", // conversion type
"sid": "0pVYT86exJT5ssssDwgCTH1qNuMPxyhruw8pe", // The AnyTrack Click ID.
"sub_type": "",
"creative_type": "generic",
"commission": "0.84", // your commisssion
"order_id": "1062047781",
"sale_amount": "28.00", // Total sale amount - not currently used
"status": "pending" // conversion status
}
You can view the data fetched through the PepperJam conversion data debugger available here.
The Redirecless Tracking method automatically applies to any PepperJam links.

💡How Redirecless Tracking works:

When your page load, the AnyTrack tag automatically appends a subid parameter sid=anytrack_click_id to your PepperJam links. The anytrack_click_id value is unique to each click and is the key used to further track and attribute the conversions.
https://www.pjtra.com/t/asdfasdfsfsafd?sid=0pVYT86exJT5ssssDwgCTH1qNuMPxyhruw8pe
Because you might publish your links using plugins or internal redirects, we provide additional methods that can be used to indicate the link's affiliate network's type.

Each tab shows a different AutoTag method

Native
Link attribute
Rel Tag
CSS
<a class="lp-element lp-pom-button" id="lp-pom-button-250"
href="https://www.pjtra.com/t/asdfasdfsfsafd" target="_self">
<span class="label">Click Me!1</span></a>
data-tracking-group="pepperjam"
<a class="lp-element lp-pom-button" id="lp-pom-button-250"
href="https://anytrack.io/goto/pepperjam" data-tracking-group="pepperjam"
target="_self"> <span class="label">Click Me!1</span></a>
rel="sponsored pepperjam"
<a class="lp-element lp-pom-button" id="lp-pom-button-250"
href="https://www.anytrack.io/goto/pepperjam" rel="sponsored pepperjam"
target="_self"> <span class="label">Click Me!1</span></a>
tgid-pepperjam
<a class="lp-element lp-pom-button tgid-pepperjam" id="lp-pom-button-250"
href="https://anytrack.io/goto/pepperam" target="_self">
<span class="label">Click Me!1</span></a>

AutoScan

AutoScan is a feature that automatically "scans" offer links that haven't been tagged. In these cases, the link will be saved in your tag, and will be autotagged next time it is identified on your site.

Final notes about the PepperJam Anytrack integration

The time to complete the integration can vary between 1 and 5 minutes, depending on how long it takes you to add the AnyTrack Tag to your site and copy/paste the PepperJam API Key to your AnyTrack account.