I'm trying to use the query string plugin https://github.com/drockney/append-qs to append ?site=blahblah to the end of my tracking link from CPV Lab which I have entered into URL shorten field.
However, nothing is being recorded for site= when I look in my tracking stats.
Is this plugin still working? Why is this info not being appended to the end of the URL I put into the Yourls bar?
Make sure you have ? at the end of the long url. If your key will the same all the time, you could put ?site= as part of your long url, and your short url would be followed by ?blahblah (using your example above).
When I reviewed the code, I noticed that the key and value are appended to the long URL, but there was no = in between. I added this code between the parts where key and value are appended to the URL. Still testing it to make sure I didn't break something else while fixing my initial issue.
I'm trying to use the query string plugin https://github.com/drockney/append-qs to append ?site=blahblah to the end of my tracking link from CPV Lab which I have entered into URL shorten field.
However, nothing is being recorded for site= when I look in my tracking stats.
Is this plugin still working? Why is this info not being appended to the end of the URL I put into the Yourls bar?