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.
- 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.Then, your conversions will be fetch via API from your PepperJam account into AnyTrack.
- 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.
Before you get started with the PepperJam </> AnyTrack integration you will need:
These instructions imply that you've already setup your AnyTrack account.
- 1.Login to your PepperJam account
- 2.Navigate to the resource section > API Keys
- 3.Copy
ctrl+c
the API key to your clipboard - 4.
- 5.Click on Install Integration
- 6.Paste the PepperJam API Key
.gif?alt=media&token=a7e5007e-172b-4a7b-8460-ce80f5d45b1c)
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.
{
"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
}
The Redirecless Tracking method automatically applies to any PepperJam links.
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.
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 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.
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.
Last modified 2yr ago