How to check how many sign-ups in analytics without any landing page or goal set ups?

wrigmark

New member
Joined
Oct 6, 2015
Messages
43
Points
0
Hi,

If you've a website and in your site there is an option to take any services first visitor must go for sign up (clicking on sign up button -> opens in a window in middle of a page that means NO SIGN UP URL). And after registration there is no Thank you page.

Also in Google analytics, no goals are maintained as there is no tracking URLs.

So, my question, Is there any alternative way in Google Analytics to track exactly how many registrations has been completed in the website?
 

webdesign

New member
Joined
Jul 5, 2012
Messages
232
Points
0
Hey,

Why you are making everything become complex while it can do easily by some PHP commands.

It can do it in easy steps, if you write your website in PHP language then in your form, after the user clicked on submit button

Adding the value to your table (database) or write it into a txt file on your web hosting

Code:
<?php
// Query to get $signup value from database
$signup  = $signup +1;
// Insert the value to your database 
?>
Now you need to have a page to show number of signups on it.

Other way you can use "Goals" in Google Analytics to track Email Signups.

Hope it helps!
 
Older threads
Newer threads
Replies
11
Views
7,620
Replies
3
Views
3,007
Replies
5
Views
2,973
Replies
9
Views
3,060
Latest threads
Replies
1
Views
125
Replies
0
Views
137
Replies
0
Views
184
Replies
5
Views
454
Recommended threads
Replies
0
Views
2,104
Replies
25
Views
8,751
Replies
1
Views
1,840

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top