Tagged Questions
The referrals tag has no wiki summary.
4
votes
2answers
89 views
How can I detect rel=“noreferrer” support?
Is there any way I can detect the support for rel="noreferrer" with Javascript?
<a href="http://example.com" rel="noreferrer">link without referral</a>
Solution - $.browser is ...
2
votes
2answers
217 views
PHP MySql user referral tracking
I am presently working on building an user referral tracking script in PHP , MySql . As per the plan , any user who completes the registration will be given a referral link as well as he can share ...
2
votes
3answers
92 views
Pull links from incoming visitors (referrals) via Javascript or jQuery
Is there a way to pull links from incoming visitors on a page (referrals)? I essentially want to do some if statements.
if user is from Nextag.com {do some javacode} else from Pricegrabber.com {do ...
2
votes
1answer
443 views
User Referral System using php, mysql?
I already have a fully pledged membership system and want to integrate my own user referral system but want some tips, advice really on doing it.
My current registered users table is something like
...
2
votes
1answer
241 views
Google Analytics counts visits for all my subdomains but lists my subdomains as referrals
I have a site which consists of mydomain.com (and URLs derived from it such as mydomain.com/the/rest/) and some subdomains like first.mydomain.com and second.mydomain.com. Right now, I'm using the ...
2
votes
1answer
85 views
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?
2
votes
3answers
209 views
Is a visitor to my website coming from a search engine? What were their search terms?
I'd like to display my page differently for the visitor based on if they came from a search engine or not. I guess I'm detecting search engine referrals? I'd also like to know the search terms used to ...
2
votes
4answers
588 views
Google friendly affiliate code
I'm looking for a way to implement a referral system for my web site.
Initially I went with http://mysite.com/?affid=0001 and used the affid in the query string affid value to record referrals. The ...
1
vote
2answers
101 views
Referral link for app purchase
Is there any method to create a referral link to the App Store, with some device ID, for example b7a8913nfs9dfn, in the link, so that when a person downloads the app from the App Store and installs it ...
1
vote
1answer
102 views
Tracking like button
We would like to use the Attribute fb_ref - the ref parameter in a like button (in order to track referral clicks and conversions).
Do you have a tutorial?
Thanks,
1
vote
6answers
270 views
PHP - Help with checking time was within past 24 hours
I have developed a referral system where logged in members can send referrals to there family/friends to recommend them to signup.
Everything works fine but yesterday decided i would limit the ...
1
vote
1answer
154 views
Are hash referral codes in URL necessary?
Other sites' referral programs generate url's with hash codes to represent the referrer. When the url is sent to and followed by friends and family, some kind of points or recognition system awards ...
1
vote
3answers
601 views
Advanced filtering on Google Analytics to grab referrals and convert them to external links
I've been segmenting my full referral path to the user defined value using advanced filters.
I would like that data, which obvious is the form of an URL to be clickable. Would even be better if ...
1
vote
1answer
528 views
Is GoogleAnalyticsTracker.getInstance() required for tracking referrals?
I'm trying to track whether people have found my Android app from an ad, or elsewhere. So I found that google analytics can keep track of that via the carefully constructed url generated by this form:
...
1
vote
3answers
436 views
Django: Implementing a referral program
I have an ecommerce website that works in a classical way: people sign up, buy a product with their CC.
It uses the default Django auth system for users and registration and session framework.
Now I ...
0
votes
1answer
56 views
When using google's Web Optimizer A/B testing, I lose referrals in google analytics
We started the A/B experiments on our site. Homepage is the tracking site and it redirects to 3 other versions. Since the google analytics script (ga.js) is loaded just after the site is redirected, ...
0
votes
1answer
60 views
Is it possible to use the Amazon Associates referral program in an Android app?
I will soon be releasing an Android app from which I think there is the potential to sell a certain type of product. I had the idea to try out the Amazon Associates referral program.
I tried to sign ...
0
votes
1answer
65 views
Cannot add Authenticated Referrals on the developers page
I'm editing the app, I have access to the Authenticated Referrals box but when I enter email (or another set of user permissions) and choose to save. It doesn't keep the setting. Anyone have an idea ...
0
votes
1answer
31 views
Use search engine referral keywords driving dynamic content
Could anyone give some sample sites that are using search engine referral keywords to drive dynamic content on the landing page?
0
votes
1answer
300 views
Open Graph Beta Authenticated Referrals
From reading the open graph beta auth doc it seems like the intent of authenticated referrals is to provide tighter site integration with facebook for open graph beta Actions we define. However ...
0
votes
2answers
124 views
Facebook app request information
I am creating a Facebook app that uses apprequest so players can invite their frineds to play aswell. I want to be able to award points to players when people they have invited accept their invitation ...
0
votes
1answer
67 views
itunes music developer app referral [closed]
How do App developers get a referral bonus for sending users to the itunes store to purchase a song? If i'm not mistaken theres a 30% referral bonus, so to speak, just trying to determine how to tap ...
0
votes
2answers
44 views
To bypass referral check
Is there any way to bypass the referral check applied by some site in order to avoid there data from being extracted. Like if you follow this link!
You will get Access Denied Error. However , if you ...
0
votes
0answers
351 views
Java LDAP search returns partial subdomain entries
I'm having some problem searching through our test AD using LDAP.
The Active directory domain has a subdomain.
I use PagedResultsControl to enumerate the users in pages.
I ask users in bunch of 1000.
...
0
votes
1answer
315 views
Integrating Facebook 'like' link into referral system
I am building a website with a referral system.
Users who get their friends to sign up to the website gets 5 points.
Users who get their friends to buy from the website gets 1 points.
I do this by ...
0
votes
1answer
318 views
Referral program - cookies and more (Rails)
I'm building a referral program for my Ruby on Rails app, such that a user can share a link that contains their user ID (app.com/?r=ID). If a referrer ID is present when a visitor lands on app's ...
0
votes
1answer
57 views
Unregistered domain heiiehdsx.com in my referrer logs
Lately, the unregistered (available) domain heiiehdsx.com has been showing up in my HTTP referrer logs. It comes from a variety of IP addresses (none very similar). When I Google the domain, the ...
0
votes
3answers
99 views
How to find out what was the refferal url?
People come to my website from variety of other websites and I would like to know these referral urls? How can I do it in PHP?
0
votes
1answer
499 views
Get the referral url in javascript
I want to see how much traffic I get from various URL shortening services like
bit.ly
tinyurl.com
But because they use 301 redirection, they don't show up in my analytics.
How can I find out who ...
0
votes
2answers
71 views
Referring to files from within single wordpress pages
This question was already asked in the Wordpress support forums (by me) and can be found here: http://wordpress.org/support/topic/423693?replies=1
But since their response time is unbelievably slow, ...
0
votes
2answers
155 views
Are there holes in my super simple referral program (planned)?
I'm planning on writing a referral program for my recent startup. The goal is to entice the current members to recruit new members. Every member of the site will have a referral code and access to ...
0
votes
3answers
405 views
Getting referral link with asp.NET
How am i supposed to know from which webpage the user came into my website.
Is there any way of reading such info with asp.NET?
I would like to store that info (referral link) into a cookie for later ...
0
votes
1answer
154 views
Referrals DB schema
I'm coding a new {monthly|yearly} paid site with the now typical "referral" system: when a new user signs up, they can specify the {username|referral code} of other user (this can be detected ...
-5
votes
0answers
44 views
Member Referral System, PHP, MySQL [closed]
For starters, I would like to assign custom URL's to my members that are posted in their profiles on my site. The URL would look like this www.mysite.com/login.php?ref_id=28842(the id would be ...