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
3,098
Replies
3
Views
2,314
Replies
0
Views
2,602
Replies
8
Views
5,241
Newer Threads
Replies
27
Views
13,480
Replies
5
Views
5,153
Replies
8
Views
5,378
Replies
10
Views
6,049
Recommended Threads
Replies
5
Views
2,944
Replies
0
Views
3,935
Replies
6
Views
5,276
Replies
3
Views
4,253
Replies
3
Views
3,311

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