Welcome!
Welcome to the Marin Software Support Center. We're glad you're here. Here's what you can look forward to:
  • Real-time search so you can find what you need faster than ever.
  • Easy-to-follow video guides for our most popular articles.
  • Interactive simulations and Live Screenshots to make learning easy.
  • Regular content updates to ensure every word you read is accurate and up-to-date.
Home > English > Social > Platform Intro & Metrics > How To Articles: Platform Intro & Metrics > Third Party Tracking (TPT) in Marin Social

Third Party Tracking (TPT) in Marin Social

Introduction

Third Party Tracking (TPT) allow advertisers to track conversions and events along the customer’s journey without needing to rely on cookies. 

Conversion tracking cookies (used in standard tracking methods such as the Facebook pixel) can be cleared by the user or denied by their browsers. TPT conversion tracking does not use cookies to track conversion events. Instead, it uses server-side calls to the pixel (vs. standard tracking that uses client-side calls).

Please note: Only experienced users with familiarity of managing postback URLs should use this tracking method.

How to implement TPT tracking

If you are implementing tracking for the first time, please follow the instruction below:

Requirements   

  1. In order to attribute a conversion to the specific ad that generated the conversion, Marin Social will send the ad_id stringed to the ad’s URL. The ad_id should be saved on your (the client's) side and sent back to us after a user has converted. i.e.  http://www.myurl.com/?myParameter=[adid].
  2. Following a conversion, your sever/website should call Marin Social server with the following post-back URLs.
  3. The post-back URL parameters should be dynamically replaced with the relevant values.

Post-back URLs  

For event tracking : 

http://tpt.mysocialpixel.com/?partner_id=smov&event_name=[event_name]&transaction_<wbr/>timestamp=[timestamp]&<wbr/>transaction_ad_id=[adid]
 

For event with revenue tracking:

http://tpt.mysocialpixel.com/?partner_id=smov&event_name=[event_name]&transaction_revenue=[revenue]&transaction_timestamp=[timestamp]&transaction_ad_id=[adid]

 

All of the following parameters are mandatory :
 

  1. [event_name] Name of the event, will be the column name in the dashboard ( i.e : Purchase )
  2. [ad_id]  Internal Marin Social ad ID, to have this information you should use dynamic tags [adid].
     

Optional parameters : 

  • [transaction_revenue] Revenue of the conversion in cents. i.e 200 is equal to 2 in your account currency.

    or...

  • [transaction_revenue_decimals]Revenue of the conversion in decimals. i.e 2.00 is equal to 2 in your account currency.

  • [timestamp]Unix Timestamp of the conversion (by default: current timestamp)
     

Example for event (Registration) conversion tracking :

http://tpt.mysocialpixel.com/?partner_id=smov&event_name=Registration&transaction_timestamp=1402576581&transaction_ad_id=551553663d1b2a9e4394e415​
 

Example for event (Purchase) with revenue, conversion tracking :  
http://tpt.mysocialpixel.com/?partner_id=smov&event_name=Purchase&transaction_timestamp=1402576581&transaction_ad_id=551553663d1b2a9e4394e415&transaction_revenue=200
 

When using Marin Social third party tracking, the transaction_ad_id field must be the Marin Social ad ID, unlike other third party trackers available on the platform (such as ADX, Appflyer, Adeven etc.), where the ad ID must be the Facebook ad ID.

To activate TPT tracking for one of your campaigns on the Marin Social platform, go to the Media Plan Parameters > Tracking > Third Party Tracking and select the applicable tracker:
 

1.png

Next, implement the URLs (on the website or the server).

When creating the campaigns, please note that you have two different ways to string the myParameter=[adid].

Scenario 1 (recommended)

Add the myParameter=[adid] below extra URL parameter either at the media plan level or at the ad level.
 

2.png
 

3.png

 

Scenario 2

Add the myParameter=[adid] at the end of the URL and make sure to activate the tracking URL (in the ad creation workflow) in order to track properly.
 

4.png

 

Create and launch your ads. Make sure to use a redirection URL formatted as follows: http://www.myurl.com/?myParameter=[adid] during ad creation.

For example:  http://www.example.com/?myParameter=13245678

Note that the [adid] dynamic will automatically populate when the ad is served to the user (not when you create/sync your ads).

On the Marin Social Platform, you will receive calls (events/conversions) in the KPI section (Media Plan parameters). Note that you will be able to choose your conversion in the Media Plan parameters only after the first conversion occur.
 

2.png

 

Troubleshooting

In order to get a faster resolution for any TPT issues and/ or if you are seeing any data discrepancies, please provide your Marin Social consultant with the following information: 

  1. Advertiser name
  2. Media Plan name
  3. TPT event name. i.e. Sale, Purchase etc
  4. List of Server Calls for the time frame you see discrepancies.  Please find below and attached example of the server call we need in order to investigate.

 

 

 
 
 
 
 
 
Last modified

Tags

Classifications

(not set)
(not set)
(not set)

 

wiki.page("Internal/Mindtouch_Launch_Sandbox/js.cookie.js")