Results 1 to 5 of 5

A bit confused with Analytics Funnels

This is a discussion on A bit confused with Analytics Funnels within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I'm having troubles setting up my Funnels in Google Analytics. My register page is modified [ http://www.elforro.com/register.php ] to ...

  1. #1
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times

    A bit confused with Analytics Funnels

    Hi,

    I'm having troubles setting up my Funnels in Google Analytics.

    My register page is modified [ http://www.elforro.com/register.php ] to have only one step / form and nothing more.

    Once you click the "register" button, if everything is ok, it just redirects the user to a New Thread page [ http://www.elforro.com/newthread.php?do=newthread&f=2 ]

    Since the page where the user is redirected after the registration is processed doesn't have a "google funnel" identifier [I don't know how you call this], I think there might be a problem just there..

    If anyone can help me I would appreciate it.. I attach a capture of my G. Analytics settings.



    Thanks!

    PS: Wait, I think it MAY be working now. But if you can check my settings I will appreciate it anyway...

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Note, analytics is NOT real time. it maky take 24 hours to see some goals come in.

    Funels require at least 2 steps to actually funnel - a start page and an end page.
    You should at least have a 'thanks for registering page'

    I've never seen a setup where submitting the registration form automatically ends up as posting a new thread in a specific forum. Did you set your board up this way?
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    I've modified the register.php in order to redirect the registered user to the New Thread page.

    So, are you saying that if I set up the Funnel end page as "/newthread.php?do=newthread&f=2" it won't work? I think it's working but I don't know if it will be accurate...

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    vBSEO is only designed to track goal pages within the register.php script.


    in functions_vbseo.php, you can find the code block that controls this.

    Code:
    if(THIS_SCRIPT == 'register')
    {
    $vbseo_goal = $_REQUEST['do'];
    if($_GET['a'] == 'act')
    $vbseo_goal = 'complete';
    if($GLOBALS['templatename'] == 'register_verify_age')
    $vbseo_goal = 'birthday';
    $vbseo_goal_pages = array(
    'coppaform'=>'coppaform.html',
    'birthday'=>'enter-birthday.html',
    'signup'=>'agreement.html',
    'register'=>'regform-show.html',
    'addmember'=>'regform-submit.html',
    'complete'=>'registration-complete.html'
    );

    We won't officially support modifications to this, but you may be able to customize this script to add newreply.php as an OR condition and add the goal name to the array, but you will also need to conditionalize it to only show on this particualr funnel, not on regular newreply pages.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    Thanks Brian, I will check it out!

Similar Threads

  1. Funnels/Goals
    By Fred in forum Troubleshooting
    Replies: 1
    Last Post: 01-04-2008, 10:05 AM
  2. Confused a bit
    By HappyDJ in forum General Discussion
    Replies: 16
    Last Post: 02-12-2007, 10:14 PM
  3. Rather confused
    By Mirzone in forum General Discussion
    Replies: 4
    Last Post: 03-21-2006, 02:12 PM
  4. I am confused....
    By BamaStangGuy in forum General Discussion
    Replies: 1
    Last Post: 01-06-2006, 07:59 AM
  5. Whats the next best analytics tool besides google analytics?
    By K4n4Dian-H4x0r in forum Analysis: Traffic & SERPS
    Replies: 3
    Last Post: 12-06-2005, 06:50 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •