Help - Search - Members - Calendar
Full Version: Google Analytics Goal Settings
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
superdetail
Has anyone set up goals in their new fully-functional Analytics account?

If so, what are they?

How did you set one up for someone completing an order?

Thanks,
Ian
superdetail
Has anyone set up goals in their Analytics account?
macrick
QUOTE(superdetail @ Aug 30 2006, 02:07 PM) [snapback]114593[/snapback]

Has anyone set up goals in their Analytics account?

This is a good question, we hadn't figured it out either, but our feeling was if someone completed there order, a conversion would show up in Google Analytics as a sale. While not every sale shows up in GA, most of them do now with the new software update.
afloral
We have set up our goal to track people starting the checkout process at the login screen through the confirmation page. However, this is not a perfect situation due to the fact that some people may login on a different login page and not directly before they checkout (about 90% of our customers do use the checkout login screen to sign in). But it gives a very good look at our checkout conversion rate which is steady at 67% checkout conversion. If anyone else has similar goals setup I would like to hear some other checkout conversion stats. Just to have a better idea where we stand.

It will be interesting to see what other people are doing with goals in GA.
totlcomp
QUOTE(superdetail @ Aug 18 2006, 10:58 PM) [snapback]113885[/snapback]

Has anyone set up goals in their new fully-functional Analytics account?

If so, what are they?

How did you set one up for someone completing an order?

Thanks,
Ian

Before the integration, we had a goal for orders (code went into the receipt page) and one for completing registration. Now that it's integrated, you don't really need to set up a goal for orders, since all of that data is captured by default.
afloral
QUOTE(totlcomp @ Aug 31 2006, 08:52 AM) [snapback]114628[/snapback]

QUOTE(superdetail @ Aug 18 2006, 10:58 PM) [snapback]113885[/snapback]

Has anyone set up goals in their new fully-functional Analytics account?

If so, what are they?

How did you set one up for someone completing an order?

Thanks,
Ian

Before the integration, we had a goal for orders (code went into the receipt page) and one for completing registration. Now that it's integrated, you don't really need to set up a goal for orders, since all of that data is captured by default.



totlcomp,

I not sure what you mean. If you wanted to know where customers were bailing out in your registration process or checkout process, where in GA would you find the stats without a goal setup? I will probably feel like an idiot when you tell me.
afloral
Okay I have a question. When monstersmile.gif intergrated with GA I thought we were told to remove all GA code from our pages including the browse products pages. I am not receiving stats from the browse product pages. So I am planning to replace the code on the browse product pages. Does anyone know anything about this? Am I right to do this?
superdetail
QUOTE(macrick @ Aug 30 2006, 07:37 PM) [snapback]114611[/snapback]

QUOTE(superdetail @ Aug 30 2006, 02:07 PM) [snapback]114593[/snapback]

Has anyone set up goals in their Analytics account?

This is a good question, we hadn't figured it out either, but our feeling was if someone completed there order, a conversion would show up in Google Analytics as a sale. While not every sale shows up in GA, most of them do now with the new software update.


Does the url for Successful Checkout look like this:

CODE
/index\.asp\?PageAction\=CHECKOUTMSG


What is up with all the forward slashes?

Also I am trying to set up a goal for sucessful newsletter sign up, with this code:

CODE
index.asp?PageAction=NEWSLETTERSUB


but it doesn't seem to be reporting.

Any help?
scaldiran-MC Team
QUOTE
Okay I have a question. When monstersmile.gif intergrated with GA I thought we were told to remove all GA code from our pages including the browse products pages. I am not receiving stats from the browse product pages. So I am planning to replace the code on the browse product pages. Does anyone know anything about this? Am I right to do this?


The browse product pages are static, HTML pages. The GA code is NOT put on these pages by default. It is put on all the dynamic pages of the cart (ie, all pages ending in .asp). This does not include the HTML Catalog (which ends in .html or .htm for all the pages). So you would have to put your GA code within each static page if you want those to show up in Google Analytics.

Hope this clears that up!
totlcomp
QUOTE(afloral @ Aug 31 2006, 09:06 AM) [snapback]114631[/snapback]

totlcomp,

I not sure what you mean. If you wanted to know where customers were bailing out in your registration process or checkout process, where in GA would you find the stats without a goal setup? I will probably feel like an idiot when you tell me.

My registration goal measures how many registrations are processed. This is the code we have in our "Thank you for registering" page:
CODE

<!-- Google Code for Signup Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1) {
  var google_conversion_value = 1;
}
var google_conversion_label = "Signup";
//-->
</script>


In GA, it looks like this:
IPB Image

If you want to follow the actual progress of an order, you'd use the Funneling feature and define the URL for each checkout step. I don't use this because the View Cart feature in the MC Admin panel shows that same data for checkout.

I use a custom registration page because I need to capture much more data than the standard template, so I can put this code in at will. I don't know if you can customize the "built-in" version.

In GA, the goal reporting looks like this:
IPB Image
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.