Home >
Technical & Creative Skills >
Programming, Servers & Scripts
Help passing custom subid in offer link (5)
01-20-2019 09:14 PM
#1
phemistery (Member)
Help passing custom subid in offer link
Hi,
need help in specific sub id passing technique in offer url , if anyone can help that would be great
so let me explain what i actually want to know
i am spying someone lander who is not using any tracker ,and passing users location with sub id's in offer link,so that he get all major data in his affiliate network itself by sub id's
like if user come from dallas,texas it automatic append in his url under sub id
eg:
when i ripped his lander there was only this url :
so how he is passing user's location under sub id's s2 and s3
thanks to everyone in advance !
01-21-2019 07:13 PM
#2
matuloo (Legendary Moderator)
Are you sure they don't use any tracker? That would be kinda weird, like 99% of affiliates I know are using some tracker.
But anyways, there are a few options here :
- the info can be passed by the traffic source, some provide info like this, check what dynamic tokens are offered by your sources.
- the landing page can use custom coding (php for example) that uses some GEO database to identify the user and passes the values to the link.
Matej.
02-08-2019 07:20 PM
#3
phemistery (Member)

Originally Posted by
matuloo
Are you sure they don't use any tracker? That would be kinda weird, like 99% of affiliates I know are using some tracker.
But anyways, there are a few options here :
- the info can be passed by the traffic source, some provide info like this, check what dynamic tokens are offered by your sources.
- the landing page can use custom coding (php for example) that uses some GEO database to identify the user and passes the values to the link.
Matej.
Yes they don't use any tracker
i am not good in coding if you can suggest how i can setup this with GEO database ,that would be really help ,Thanks !
02-09-2019 09:33 PM
#4
wonnick (Member)
Maybe they are using ad networks token ( if they have geo token ) and passing it to lander and than to the offer. Can you check the ad network have any token about geo ?
02-10-2019 04:47 PM
#5
matuloo (Legendary Moderator)

Originally Posted by
phemistery
Yes they don't use any tracker
i am not good in coding if you can suggest how i can setup this with GEO database ,that would be really help ,Thanks !
There are specific functions for this, for example in PHP the function is called "geoip" and it needs a geo DB to be installed on the server. I'm not a coder myself either, so I have my coder handling this. I would suggest using the services of a coder, there are tons of them on fiverr or upwork and this is really basic coding so any decent coder should be able to help you with this.
It can also be based on traffic network tokens as wonnick suggested ... and there is still the chance that some tracker was used and you just missed it, for example because it's hidden with some sort of cloaking setup.
Home >
Technical & Creative Skills >
Programming, Servers & Scripts