I would like to add an identifier to the end of any URL if a visitor comes from any page on the facebook.com domain. It would need to be appended to the target page dynamically.
Is This Possible? Create URL Identifier Based On HTTP Referrer
7
I would like to add an identifier to the end of any URL if a visitor comes from any page on the facebook.com domain.
It would need to be appended to the target page dynamically.
If they were going to my index.html page, then i would like the URL to be:
...index.html?ID=FB
...or if they were hitting something in the articles folder then...
.../articles/page.html?ID=FB
Multiple people will be placing the inbound links on facebook and I cannot trust them to add the identifier, so I'd like my server to do it on the fly.
I am trying to track anything coming from facebook (mainly conversions LOL) and eventually would like to do this with all social domains (Twitter, LinkedIn etc...)
Thanks for any input!
Oneal
It would need to be appended to the target page dynamically.
If they were going to my index.html page, then i would like the URL to be:
...index.html?ID=FB
...or if they were hitting something in the articles folder then...
.../articles/page.html?ID=FB
Multiple people will be placing the inbound links on facebook and I cannot trust them to add the identifier, so I'd like my server to do it on the fly.
I am trying to track anything coming from facebook (mainly conversions LOL) and eventually would like to do this with all social domains (Twitter, LinkedIn etc...)
Thanks for any input!
Oneal
- KirkMcD
- andreasnrb
- [1] reply
- Brandon Tanner
- SteveJohnson
- [1] reply
- stianris
Next Topics on Trending Feed
-
7