Home > Tracking Campaigns > CPV Lab Pro

Letters appearing behind tracking ID in CPV Lab (7)


06-25-2013 02:13 AM #1 cataclysm1987 (Member)
Letters appearing behind tracking ID in CPV Lab

When I track a sub id in CPV lab, it always appears...but with these weird letters after it like this:

ekmwpdtyz128z91537

How can I remove this stuff?


06-25-2013 02:42 AM #2 zeno (Administrator)

Is it possible that is the unique click ID being appended? As far as I know with CPVlab (I don't use it) you tell it to pass unique click ID and it appends it automatically to the end of your URL. So, usually you end your URL with something like ....subid4=. Without that it probably mashes it on to the end of your other subid. Example:

Code:
http://trackingurl.com/something.php?subid1=this&subid2=that
CPVlab tries to append unique click ID and it turns into this:
Code:
http://trackingurl.com/something.php?subid1=this&subid2=thatzerkblahzomg1263894723
But if you have your outgoing URL correctly written as:
Code:
http://trackingurl.com/something.php?subid1=this&subid2=that&subid3=
Then CPVlab appends the ID and it looks like this:
Code:
http://trackingurl.com/something.php?subid1=this&subid2=that&subid3=uniqueclickID
Which can now be easily used in a postback URL.

I think this might be the problem?


06-25-2013 03:00 AM #3 cataclysm1987 (Member)

That could be it. I'll try it!


06-25-2013 03:02 AM #4 keepitsimple (Member)

zenos answer is correct


06-25-2013 12:40 PM #5 caurmen (Administrator)

I agree, that looks like it's probably the solution you're looking for! (And thanks to Zeno for that excellent explanation!)

Let us know if it does indeed fix the problem!


06-26-2013 12:51 AM #6 cataclysm1987 (Member)

Hey all, quick update.

I BELIEVE Zeno is right, but I may have found an even easier way to solve this dumbass problem.



Per the CPV lab handbook, it attaches a sub id to each conversion or click so you can tell what the ID is of the person who made the click and categorize them based on their conversion habits (IE how far they are into your sales funnel, etc.)

With this button clicked, it is attaching the sub id to the end of all my links by default. Only problem is I don't have the stupid ass &subid= part Zeno recommended I use.

However, if this works, I should be able to skip all of that and just have CPV lab not attach ANYTHING to my links...(this is obviously the most convenient.)

I'll let you guys know if it works.


06-26-2013 10:14 AM #7 caurmen (Administrator)

If you do that, it will mean that if you start rotating LPs, you won't be able to tell which LP is converting best, since you won't have unique subids to track by. However, if you don't need that, it's worth a go!

Personally I'd recommend tracking unique subids - it's not a big additional step and the data's very useful.


Home > Tracking Campaigns > CPV Lab Pro