Is there a WP plugin (or PHP code) to track IP addresses and query strings?
-
I want to find the source of clicks to my website based on where I put my links. So I thought I could add a query string. E.g., mysite.com/?reddit001. Then if I placed a Reddit ad #1 and added /?reddit001 to the URL in the ad, I could see that I get the click due to that ad. I could do the same for facebook ads. I would like to see a database with at least these columns:
IP address
Query string
Click Count for the source IP address and Query string.So if I see (“123.45.67.89”, “reddit001”, 2) in the table, I would know that the person at IP address 123.45.67.89 clicked twice on an Reddit ad for which I supplied the URL
mysite.com/?reddit001I did not find anything in the WP Add Plugin page. I prefer an existing plugin, but if needed I could add some PHP code.
- The topic ‘Is there a WP plugin (or PHP code) to track IP addresses and query strings?’ is closed to new replies.