Latest Posts »
Latest Comments »
Popular Posts »

Installing Google Analytics in your ProStores Site Video Tutorial

Written by Matt on July 11, 2009 – 1:19 pm

This brand new video tutorial will lay out the steps for installing Google Analytics in your ProStores site. Without exception if you own a ProStores store you MUST have Google Analytics installed, if you don’t you won’t be as effective with your site as you could be. Google Analytics provides the data that you can take and use to better understand where your visitors are coming from, what they are doing on your site, and why they are or aren’t turning into customers.

I hope this video tutorial will help you learn to install Google Analytics in your ProStores site.

Installing Google Analytics in ProStores from Matthew Montgomery on Vimeo.

ProStores Google Analytics Footer Code

ProStores Google Analytics E-Commerce Code

If you have any questions or problems please e-mail me at matt@onetakemedia.net or leave a comment.


Also, read the first three parts to my 4 part series on Advanced Google Analytics for ProStores

Part 1 – Google Analytics Filters – ProStores Setup
Part 2 – Google Analytics Goals
Part 3 – Advanced Segmentation
Part 4 – Custom Reporting – Coming Soon!

Parts 1-2 will coming to video very soon!

Thank you,
Matthew Montgomery

Bookmark and Share
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Propeller
  • Live
  • Technorati
  • Facebook
  • YahooMyWeb
  • LinkedIn
  • TwitThis
  • email
  • Print

Tags: , , , , , ,
Posted in General Info, ProStores Admin, ProStores Coding, Tutorials | 6 Comments »

6 Comments to “Installing Google Analytics in your ProStores Site Video Tutorial”

  1. Installing Google Analytics in your ProStores Site Video Tutorial …- Suwarto Dot Com Says:

    [...] original here:  Installing Google Analytics in your ProStores Site Video Tutorial … Tags: archive, best-known, data, first-post, probably-the-best, prostores, stores-tips, stuff, [...]

  2. Installing Google Analytics in your ProStores Site Video Tutorial …- SFWEBDESIGN.com Says:

    [...] here to read the rest:  Installing Google Analytics in your ProStores Site Video Tutorial … Tags: are-finding, Google Analytics, how-people, prostores, video-tutorial, you-won, your-dating [...]

  3. Jeff Stannard Says:

    Thank you very much for the tutorial and attached code. Easy to follow and installed in minutes. I wish you all the best.

  4. Matt Smedley Says:

    Great video! Can you explain how to set up the internal site search for a prostores site? What “query parameters” should be used?
    Thanks!

  5. Matt Says:

    Hello! are you referring to: A. the product search inside the ProStores Admin?, B. the search on the storefront that comes with your store?. or C. asking about integrating Google’s site search code into your ProStores code?

  6. Matt Smedley Says:

    Hi Matt,
    I’m thinking B and possibly C. I want to be able to analyze the searches that visitors are making on my prostores site.

    When you go into google analytics, it asks for some query parameters (s, q, etc – which one does the site use?) Since Prostores doesn’t used any of these, and the search is handled dynamically (invisibly) to the visitor it is not possible to capture.

    I talked to another web analytics expert that suggested that we need to modify the code to something similar to this…

    pageTracker._trackPageview();

    If the page is showing search results, then this prostores value is non-empty string:

    So in this case, instead of the original GA line, we would output this:

    pageTracker._trackPageview(document.location.href + “?search=” + + “)”;

Leave a Comment