Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > The STM Mobile Tracker

stm202 how to Setup an Advanced Landing Page?? (8)


11-28-2013 12:59 AM #1 affempire (Member)
stm202 how to Setup an Advanced Landing Page??

i want to use 3 offers in one lander ,how can i do? any one who can setup a step by step guide? thank you!


11-28-2013 11:49 AM #2 caurmen (Administrator)

Do you want to rotate those offers, or link to all three of them from the same page so that the visitor can choose which one to use?

I should do an advanced landing page setup tutorial for the STM mobile tracker in any case - good idea!


11-28-2013 01:27 PM #3 affempire (Member)

caurmen ,i want to link to all three of them from the same page so that the visitor can choose ,if the given three piece php codes can paste to one landing page? i've tested this today ,seems stm202 have some bugs. for example if a visitor click my traking link and navigate to my landing page , click offer1 then click offer2, but only offer1 record to stm202 database,offer2 click is droped,maybe this is a bug


11-29-2013 11:40 AM #4 caurmen (Administrator)

Hmm, I'll check this just now and see if that's a general problem. Thanks!

I take it you've pasted the PHP into your page and used each of the links provided for your links?


11-29-2013 01:52 PM #5 affempire (Member)

caurmen,yes ,i paste the three piece php code to one landing page ,each offer use there own link


11-30-2013 03:13 PM #6 thepeopleschamp (Member)

Have some troubles understanding this as well. Trying to link to 2 seperate offers on the same LP and hope for double conversions =)

When i look at old prosper tutorials, you get 1 landing page javascript code and then one unique code for each offer that you paste in an external .php-file. And then you "href=offer1.php" etc. So clicking on the offer1 CTA-button the user gets redirected to the right .php file & right offer.

But when i want to get Advanced LP code in the STM tracker, there are only 2 codes generated for the (2) offers, no code to be pasted onto the LP.

So should i:
1. Paste both codes into the landing page and then just "<a href="<?php echo $clickThruLinkXXXX ? >"> Click </a> for each offer?

2. Not have any code at all on the LP, and then create one php file per offer where i paste the codes generated, and then href=./images/offer1.php?

3. Combine the 2 codes generated and paste it at the top so it looks like this:

<?php

// -------------------------------------------------------------------
//
// Tracking202 PHP Redirection, created on Fri Nov, 2012
//
// This PHP code is to be used for the following setup:
// offer 1 on http://domain.biz/folder/index.php
//
// -------------------------------------------------------------------

$clickThruLinknumbers1 = 'http://domain.biz/tracking202/redirect/off.php?acip=numbers1&'.$_SERVER['QUERY_STRING'];
$clickThruLinknumbers2 = 'http://domain.biz/tracking202/redirect/off.php?acip=numbers2&'.$_SERVER['QUERY_STRING']; </a>
?>
And then href= <?php echo $clickThruLinknumbersx ? >

4. Quit Affiliate marketing?

Thanks =)


11-30-2013 04:23 PM #7 caurmen (Administrator)

@thepeopleschamp - Don't do 4) !

3) is the correct answer - and thanks for putting that so clearly. Combine the two "$clickThruLinknumbers" lines (you'll want to remove the stray </a> tag after the second one, but I assume that's a typo) , then use the <?php echo $clickThruLinknumbersx ? > to give the link for each offer.

Basically, what you're doing here is simply adding the subid and a couple of other bits of info to both offers - that's what the $_SERVER['QUERY_STRING']; bit does - and then using the combined address as your link.

Does that make things clear? I'm going to do a full tutorial on this on Monday since it looks like it'd be helpful.


12-01-2013 08:25 AM #8 thepeopleschamp (Member)

Thanks =) All good, it is working now! Double conversions here i come!


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > The STM Mobile Tracker