Jump to content

how to make Referrers (not from a website)


steven

Recommended Posts

i want to make links for specific people who works with me regardless the source
can i make a link like mydomain.com/?=firstexample.com
i have "URL" and 'Referrer' how to use them 

to explain more i get traffic already from twitter but i need to make specific links like how i mentioned above to count for this person


 

Link to comment
Share on other sites

This is possible, but the referrer should be passed in some parameter with predefined name, e.g.:

http://yourdomain.com?ref=firstexample.com

Then you should go to Settings -> Website settings and add ref into one of dynamic HTTP parameters. This will mean that any visitor who comes using the above link will have firstexample.com saved to their session as a ref value. This value will be persisted between all pages of user navigation.

Then on your site you can use %ref% token anywhere you want to print the "firstexample.com" value. For example you can put a link like this:

<a href="https://%ref%">Title</a>

which will be replaced with

<a href="https://firstexample.com">Title</a>

However in dynamic HTTP parameter you need to also specify some default domain name for it, for the cases when users come to your site without ref parameter. In this case your default value will be printed instead of "firstexample.com".

Link to comment
Share on other sites

will this be counted in stats !!
i will use this to let people work for me, he will publish my links but i will use random domain to identify him like agent777.com
i won't get traffic from this domain but just to identify so how can i check stats about that ?
 

Link to comment
Share on other sites

They should use different ref parameters when putting links to your site.

For example when posting your videos on x.com one of them should use:

https://www.kvs-demo.com/video/375/kyle-evans-love-u-tonight/?ref=xxxx

and another should use:

https://www.kvs-demo.com/video/375/kyle-evans-love-u-tonight/?ref=yyyy

Then in Stats -> Add referrer you need to create 2 referrers:

1) Referrer: ref=xxxx

2) Referrer: ref=yyyy

Then visitors with ref=xxxx in your site URLs will be counted under the first referrer, and visitors with ref=yyyy in your site URLs will be counted under the 2nd referrer. They can put these links anywhere, not necessary on x.com, the connection will be done via ref parameter that they put in the URL.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...