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

wrigmark

Member
Registered
Joined
Oct 6, 2015
Messages
34
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

Well-known member
Joined
Jul 5, 2012
Messages
120
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
Replies
3
Views
2,332
Replies
3
Views
1,929
Replies
0
Views
2,036
Replies
8
Views
3,974
Newer Threads
Replies
27
Views
10,329
Replies
5
Views
3,884
Replies
8
Views
4,140
Replies
10
Views
4,807
Recommended Threads

Latest postsNew threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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