Need Help With Attaching Query String To Tracking URL

Joined
May 9, 2015
Messages
238
Likes
64
Degree
0
I know this is a long shot but does anyone use Yourls link shortener along with a 3rd party tracking link like CPV Lab?

I want to shorten my tracking link by putting it inside the Yourls link, however it's not passing the keyword from the query string into CPV Lab.

Right now, I have the tracking link inserted into Yourls field. Example: mysite/base.php?c=000&key=000000000000000

I installed a plugin from yourls that is supposed to pass the query string onto the main tracking link.

I then create a link and test it. For instance: mysite.com/yourls/greatdeal?keyword=reddit

In the tracking stats in Lab, the keyword is still blank.

Here is the add on page: https://github.com/drockney/append-qs

Anybody got an idea of why the keyword isn't passing through?
 
Last edited:
Seems like you need to enable CaptureFullReferrer

The options are defined in the “constants-users.php” file in the following format: $GLOBALS['option-name'] = "option-value";

I don't know though, I haven't used CPV lab in a long time.
 
I don't see the constant-users.php file in Lab install. Was this from a different version?
 
Back