Get 6 Free Lessons
Get 6 Free Video Lessons on Pretty Link:
Recent Comments
- cartpauj: You can use pretty link to mask the affiliate link by just modifying the code they gave you. This should...
- Ron: OK, I’ll just use my cj link and just bypass the pretty link. I wanted to use pretty link for the...
- cartpauj: within the same pretty link, no. But why can’t you just leave the tracking pixel as is?
- cartpauj: if you’re cloaking the entire affiliate link (including you id) then you can just leave it at...
- Ron: Fantastic plugin! I’m unsure how I can utilize 3rd party pixels. Here’s the scenario: Site A links...



FAQ
Q. I installed your plugin and I’m getting a 404 error or the target URL is displaying improperly
A. This is by far the most common issue — luckily it should be pretty easy to solve. There are some things you can do to troubleshoot this though. Here are a couple of suggestions:
Q. The graph on the “Hits” page is blank
A. There are 2 possible issues that could be preventing your Hit Graph from showing up:
Q. If I have my wordpress install running out of a subdirectory of my website can I still use Pretty Link?
A. Absolutely — there are actually 2 ways you can do this. First, you can just install Pretty Link in WordPress and it will create links that use your subdirectory as a base (example: http://mycoolurl.com/mywordpressdir/xag) or second, if you follow the instructions on this page then you can actually create Pretty Links that hang off of your main domain name (example: http://mycoolurl/xag) even though your WordPress install is actually in a subdirectory.
Q. How do I pass parameters from my Pretty URL to my Target URL?
A. It’s actually quite straight forward. When you add or edit a link, click the “Advanced Options” link and then select the type of parameter forwarding you want to use. You have a couple of options:
http://blairwilliams.com/w7aand you wanted to pass it to a script with a few parameters herehttp://blairwilliams.com/bogusscript.php?id=45&product=4&sku=12then you could just append the parameters to the end of your Pretty URL like so:http://blairwilliams.com/w7a?id=45&product=4&sku=12and Pretty Link will forward the parameters to the target URL if you have this option selected. With this option, Pretty Link will merely forward any parameters it sees after the Pretty Link to the Target URL.http://blairwilliams.com/w7a/45/prod/4/12instead ofhttp://blairwilliams.com/w7a?id=45&product=4&sku=12then you could select this option and enter a custom URL format of/%id%/prod/%product%/%sku%. This custom string just tells Pretty Link that the first value after the slash is the id parameter, followed by a static word “prod”, the second value is the product parameter and the third value is the sku parameter. With this option checked and the custom format entered, Pretty Link would resolvehttp://blairwilliams.com/w7a/45/prod/4/12tohttp://blairwilliams.com/bogusscript.php?id=45&product=4&sku=12.Q. How do I exclude IP Addresses from showing up in my Hit Report & Data Download?
A. Go to the Pretty Link options page from the top level WordPress admin page by clicking “Settings -> Pretty Link” and then click on “Reporting Options.” You’ll see a text field appear that will enable you to enter a comma separated list of IP Addresses. For your convenience, directly beneath this field you’ll see your current IP address (that’s usually the one you’ll want to exclude — of course).