Questions tagged [referrals]

181 questions
4
votes
2 answers

Django referral system with pinax-referrals?

I am trying to create referral system in my Django project. I found very interesting app (pinax-referrals) for this task and want to test it. From documentation its not clear how correctly to use it and there is no example. As I understand we need…
Nurzhan Nogerbek
  • 4,806
  • 16
  • 87
  • 193
4
votes
2 answers

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 same Analytics' snippet of code in all of the site's…
Pablo Antonio
  • 859
  • 2
  • 8
  • 20
4
votes
1 answer

Get referrer details after installing app from Play store

I am using Branch for deferred deep linking and I am trying to find all referral data after installing app from play store. I have added Google Analytics Campaign Parameters to Google Play URL as recommended.…
4
votes
1 answer

Google Analytics Cross Domain Tracking Conversion Referral Issue

So I have two sites for a client, we'll say www.main.com is their main website and www.signup.com is a site where the user signs up for a certain service. I recently switched signup.com over to universal analytics so that we could implement…
3
votes
2 answers

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 info about my application on Facebook and Twitter…
deGee
  • 781
  • 1
  • 16
  • 34
3
votes
3 answers

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 some javacode}. Before I can do the if statements I…
ToddN
  • 2,901
  • 14
  • 56
  • 96
3
votes
2 answers

User Referral System using PHP and 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 users (table) - id (user id) - email (user…
PHPLOVER
  • 7,047
  • 18
  • 37
  • 54
3
votes
4 answers

How to read URL parameters in laravel

I am begginer, and trying to create a referral system. following is sample url http://dev.lea.com/register?ref=mh2HPLpVSn I try to get referral string. how can i get separately? is there need of middleware for getting cookies? if yes then what will…
Hassan Raza
  • 1,454
  • 2
  • 13
  • 17
3
votes
1 answer

Referral Code not retrieve after installing from play store

I needed to integrate referral code implementation in my app for that I created url with : https://play.google.com/store/apps/detailsid=MY_PACKAGE_NAME&referrer=USER_REFERRAL_CODE and created broadcast receiver for…
Tecksky Android
  • 133
  • 3
  • 14
3
votes
3 answers

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 it could open in a new window. Anyone knows what I…
Frankie
  • 24,627
  • 10
  • 79
  • 121
3
votes
1 answer

Best way to implement referral technique/app invitation in android?

I have to implement referral concept in my app ie , The campaigner/user will tell some one to install the app.and if he accepting and installing the app from play store the campaigner/user will get some rewards.. The referral intermediary apps might…
Stella
  • 1,817
  • 6
  • 30
  • 55
3
votes
1 answer

How to use anafero to create a referral system in django?

I want to create a two-sided benefit referral system, with different types of referrals in django using the anafero app. I looked at this article and looked at the documentation for anafero and I cannot make sense of it. Can someone please give an…
Cheng
  • 770
  • 11
  • 22
3
votes
2 answers

Is there a way to detect the source of android app page view on google play?

I basically want to detect the path from where users are getting to my android app market page. What are the different keywords for which users are searching and thus viewing (if not necessarily downloading) my android app. If they are clicking on…
John Nash
  • 315
  • 2
  • 6
2
votes
2 answers

Google Analytics referral triggered by a bookmarklet

I have a question regarding Google Analytics and unwanted referral stats generated by a bookmarklet. I have a web service with GA installed. My users are using a bookmarklet to accomplish a certain task while visiting some other web page.…
Leon
  • 121
  • 2
  • 9
2
votes
2 answers

LDAP search Unprocessed Continuation Reference(s)

I am using Grails 2, Groovy 1.8.5, Grails Ldap plugin to perform lookups via LDAP on Active Directory and I am getting javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name '/'. For authorization I use Spring…
gdev
  • 73
  • 2
  • 10
1
2
3
12 13