Home > Tracking Campaigns > Thrive

LP Tokens on Intro/Exit Pops (3)


10-30-2015 02:29 PM #1 exitius (Member)
LP Tokens on Intro/Exit Pops

Quick question - I recently moved to Thrive from Voluum and I can't quite get the LP tokens (i.e. brand/isp/location) to work properly on the intro/exit pops.

Previously I used "+getURLParameter('country')+" for example but it no longer works on Thrive.

Any ideas how to fix this?


10-30-2015 02:31 PM #2 tomsko (Member)

Get & display them with PHP

$token = isset($_GET['token']) ? $_GET['token'] : null;

if($token == null) {
$token = "Alternative if sumting wong";
}


<? echo $token; ?>



But tbh your tracking shouldn't have anything to do with displaying tokens. It's the same parameter in URL.


10-30-2015 03:37 PM #3 exitius (Member)

Is there an alternative to PHP? I use html and not PHP.

Also, the parameters are different between Voluum and Thrive.


Home > Tracking Campaigns > Thrive