Questions tagged [referrals]
181 questions
0
votes
1 answer
How do I call model function on create event? Laravel-5
I'm trying to create a referral url when a user is first created.
My function inside my User model looks like this:
private function make_url()
{
$url = str_random(40);
$this->referral_url->url = $url;
if ($this->save()){
return…

jackjoesmith
- 951
- 4
- 20
- 33
0
votes
2 answers
Creative solution for embedding referral code in OS X app
I've got an OS X app that I'm distributing outside the App Store. Currently, users go to my website and download a .zip file which contains the code-signed app within. It's very important to me that users don't have to register or create accounts to…

JacobEvelyn
- 3,901
- 1
- 40
- 51
0
votes
1 answer
Google Analytics referral exclusions do not seem to work when using the Google Tag Manager script
Two days ago I added 'paypal.com' to the referral exclusions on the google analytics account for my website.
My website is submitting its data to GA via google tag manager.
So far, yesterday's visits are not excluding paypal as referral.
Do you know…

Pedro Rolo
- 28,273
- 12
- 60
- 94
0
votes
2 answers
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, I figured I'd ask it here as well.
Hi all,
I'm…

Amit
- 7,688
- 17
- 53
- 68
0
votes
1 answer
Paypal Express Checkout to pay referrals
I am building a site that will pay members for referrals. I am using Wordpress and I am convinced that everything will work well up to the point where I need to pay a current member who refers a new member. Paypal Express Checkout seems like the…
0
votes
0 answers
How to generate a 10 alphanumeric String?
I want to create a link like http://www.mywebsite/i3DfdgSdec. This link must be unique by registered user in my application. I don't know how to generate a unique ( or with the less error collision probability) on 10 alphanumeric ?

Pracede
- 4,226
- 16
- 65
- 110
0
votes
1 answer
Google Analytics Referral Path Empty When Using Campaign URL Builder
A URL was generated using Google Analytic's (GA) URL Builder (https://support.google.com/analytics/answer/1033867?hl=en).
The URL includes the utm_source and other required params for GA.
When clicking on a link with this URL the Referral Path is…

user3331119
- 235
- 4
- 12
0
votes
1 answer
Google Analytics: Grouping similar referrals without loosing source
Lets say I have 100 customers that bought a website from me. In the footer of their websites I have the text "Website developed by:" followed by a link that points to my company website. In Google Analytics for my company website these referrals…

user2674339
- 13
- 7
0
votes
0 answers
Determine Original Referrer of App Store Purchases
I'd like to start an affiliate/commission system for my app, so that people who promote my app can earn a cut of my earnings when users purchase my app through special links. Essentially, if Promoter A tweets a link to my app, all purchases made by…

Jacob Pritchett
- 380
- 1
- 5
- 14
0
votes
2 answers
Google Analytics initial referral lost
We have Universal Analytics installed on our main domain (site.com) and landingpages (landing.site.com). In real-time tracking, we see activity for both domains, so that works fine.
On our landingpages, people start the signup process by filling in…

Robin
- 443
- 5
- 18
0
votes
1 answer
How to track referrals when website is opened from mobile app
I am wondering if it's possible to track referrals when my website is opened from mobile app? Is there any related information provided in request headers?
Particularly interested to know if it's opened from Facebook mobile app or Instagram mobile…

Nik Sumeiko
- 8,263
- 8
- 50
- 53
0
votes
1 answer
How to get the Referral URL using Google Analytics _UTM Cookies
I have been trying to get the exact referral URL.
I can only able to see the search term and the source in yahoo and only the source but not the search term in google. I needed the URL, How to get the URL And also if possible how to get the search…

n92
- 7,424
- 27
- 93
- 129
0
votes
2 answers
Variable Content w/ Advanced Custom Fields
I am trying to use the Advanced Custom Fields "True/False" plugin for Wordpress to display varied content depending on the user's referral ID.
1) If there is a Ref. ID & "Create" is True, display "Paid Nav"
2) If there is a Ref. ID & "Create" is…
0
votes
0 answers
How to allow members to view their personal referrals in php
I am trying to create a referral list/table in php so that every member can see who they referred. Only 2 columns to display are: name and email.
This code counts each members' personal referrals just fine.
I'm showing it to you to see if I can…
0
votes
1 answer
how send parent iframe referral to php
i insert a button on my site and i use $refer = $_SERVER['HTTP_REFERER']; to get the referral, but always display the URL where the iframe is embed, is any way to send the original referral to the iframe? because i want to know if the user comes…

ozonostudio
- 119
- 2
- 6
- 13