Questions tagged [referrals]
181 questions
2
votes
1 answer
Android_ID (SSAID) to track devices in Android 10 and above
I am working on an install referral in which need to avoid crediting users for multiple app installs. Settings.Secure.ANDROID_ID looks to solve the issue. In the below URL it is mentioned not to use hardware identifiers and need…

OnDWay
- 119
- 4
- 11
2
votes
0 answers
Is there method to get referral code from google play store in android?
if userA share his link referral with userB .when userB download app and do some function then app send referral id for userA to backend to increase points for userA
Is it possible to see that referrer (if any) in the code of my app?
i have tried…

Gehad abdelfatah
- 31
- 1
- 5
2
votes
1 answer
how to track referral link on android
I've an android app available on google play store and I want to create a referral system to engage users to share.
The app already has an share button which creates a link like:
Hey, have a look at this…

Rafael Lima
- 3,079
- 3
- 41
- 105
2
votes
1 answer
get a value with different key Firebase Realtime DB
so i want to create a refferal code system,using firebase realtime database,but i found a difficult,how i can get all the value in key refferal?
i already have the code,but its just give me the value from my uid,
Show below:-
Query query =…

Ian LaFlair
- 21
- 2
2
votes
0 answers
PHP code to track infinite levels of referrals and count
am currently working on making a php code that would count all users referred directly and indirectly a person. In my mysql database, each user have a column called "upline" which is the referrer.
*P.S The referral system is by referral link by the…

Powhattan
- 41
- 4
2
votes
1 answer
Get referral Url in new tab
If you click on a link and it opens in a new tab, in that new tab you have some Javascript that gets the referral url but the referral url equals nothing or undefined.
I want to know if it is possible to get the referral url even when the link has…

Kyle B Cox
- 421
- 6
- 18
2
votes
2 answers
How do I implement a referral module onto my android application?
I want to implement a refer-a-friend kind of functionality onto my application such that every user will have a unique link directing to the apk and the user can share the link via different mediums. I am done with the generating link part, now I…

Sumit Shetty
- 112
- 1
- 9
2
votes
1 answer
Get referral (parthnership) link for a product on Aliexpress?
The question is about API and independent from programming language.
I want to get a commission from products on Aliexpress.
API documentation (press "API Documents")
But I can't understand how to generate a link and then how to check if it is…

Vyachaslav Gerchicov
- 2,317
- 3
- 23
- 49
2
votes
0 answers
Track Referral in ios
I wanted to track referral code shared on social media for ios app.
As UDID is not provided by apple. I have tried various approach to get it done but, none of the method works 100%.
1) I tried to track IP, Vendor ID and match it with installed App.…

sandeepsure
- 1,113
- 1
- 10
- 17
2
votes
1 answer
Referal links - how does it work?
Could you explain me?
Because in stats I can find Refelar links and I am curious.
How are they made?
Is it placed somewhere in HTTP request?

oneat
- 10,778
- 16
- 52
- 70
2
votes
0 answers
detect source download of applications from web like google analytics campaign
I'm developing an android app, and publish it to my website. If I publish my app to google play I can use Campaign Measurement to detect source download, and I want to use this feature when I publish my app to my own website to detect my partner IDs…

spectre
- 95
- 1
- 8
2
votes
1 answer
Python: how to setup python-ldap to ignore referrals?
how can I avoid getting (undocumented) exception in following code?
import ldap
import ldap.sasl
connection = ldap.initialize('ldaps://server:636', trace_level=0)
connection.set_option(ldap.OPT_REFERRALS, 0)
connection.protocol_version =…

sebast26
- 1,732
- 1
- 22
- 38
2
votes
2 answers
Google Analytics in iOS, How do I know if a page of my website was opened using an app?
I'm developing an iOS app that required me to track a clicked event on an advertising image.
When user clicked on the ads image the app will open a website in web view. My question is : how does the owner of that website know that the website has…

Phally
- 47
- 7
2
votes
1 answer
Get Referrer ID
Im trying to modify this wordpress plugin of mine to track the name of who reffered the current logged user.
So far I managed to build the code below, but i'm very new with any kind of coding and I would be very thankfull if I get some help.
The…

Diego Victor
- 45
- 6
2
votes
1 answer
How to show above referrals in referral system?
I'm having a problem to show users in my referral system.
If you look at table you'll notice userid '29' was refered by '28';
and '28' by '26';
also '26' by '10'
When user session '29' is active the page should display above users.
Hope you got the…

user2091156
- 23
- 2