Thrive gives you multiple codes to track different landing page flows and variables. How do you make sure that you track the click through from your landing page to the offer? Not a problem, just grab your LP Click Through Tracking Code and place it in any spot that links out to the offer.
Need to capture specific variables like country, email submit, or device on your lander? Continue reading below to find out how.
Where can I pull the Landing Page Codes?
You can find this code on your Landing Pages tab of the install
Inside, you will find a few different options.
Basic Landing Page Click Through Tracking Code
This is the standard click through code that you will pace on your landing page in any spot that you want to link out to the offer page.
In order to properly track click-throughs on your landing pages, please use this code in your landing page where you want to link your visitor to the offer page. This code is the exact same for every landing page.
Thrive Tracker will handle rotating in the correct offer based on campaign rotations that you set. If you use multiple landing pages, simply use this code to link to the offer on the last landing page before the offer page.
Landing Page Click Through Code for Email Submits
If you want to track email submits on your landing page, all you have to do is redirect the visitor to the following link immediately after their form is submitted. Redirecting visitors through this link instead of the above would indicate a conversion for “LP Conv” and “LP CVR” metrics, and you would be able to tell how many visitors submitted emails.
How to track Multiple Offers on the Same Landing Page
Say you have multiple offers that you want to link out to on a single landing page. You would want to make sure that the corresponding image or link goes to the correct offer. To always link to a specific offer, type "?g=" after "out.php" followed by the offer's ID number.
The offer ID numbers can be found on the Offers page next to each offer.
Important: Make sure that the landing page and all the offers you link to in the landing page are added to rotation for each campaign you want to run this landing page.
Call Variables Dynamically on Landing Pages
If you want to pass a specific variable to your landing page, you can use this code to do so.
Example: You are using c1={country} in your URL to pass the country to the Landing page. If you want to also call out the country in the body of your landing page, you can add in the below code:
Code for Calling Out Device
You can use this code to display the brand and name/model of your visitor's device if you pass those variables to your landing page URL. Here is the general logic included in the code
- If brand is blank, then "device" will be used instead
- If name is blank, then whatever is in the model will be used
- If model is also blank, then nothing will be used for the name or model, a.k.a. the brand will be used only
Two code samples are provided. One for PHP, and the other for JavaScript.
Example: If the variables passed into the landing page URL are b={brand}, n={name}, and m={model}, then to display it to your page you would use:
If you have any questions on set up or need assistance, please contact Support anytime and we would be happy to help you out.
Comments
0 comments
Please sign in to leave a comment.