Quick question - I recently moved to
Previously I used "+getURLParameter('country')+" for example but it no longer works on Thrive.
Any ideas how to fix this?
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.
Is there an alternative to PHP? I use html and not PHP.
Also, the parameters are different between