Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6377179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:50:19+00:00 2026-05-25T01:50:19+00:00

I was wondering if you know if Google Analytics can track not just where

  • 0

I was wondering if you know if Google Analytics can track not just where the visitor was coming from, but also where he/she went afterwards. I have a mailing list setup on my blog and I would like to know if the users from Google went to my subscribe list.

I have outbound code tracking code from Google analytics on my tags, but I’m not sure if it does 100% what I want. I just set it up like 12 hours ago so hopefully GA will update quickly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:50:19+00:00Added an answer on May 25, 2026 at 1:50 am

    Asynchronous Code

    <script type="text/javascript">
      function recordOutboundLink(link, category, action) {
        _gat._getTrackerByName()._trackEvent(category, action);
        setTimeout('document.location = "' + link.href + '"', 100);
      }
    </script>
    

    Traditional (ga.js) Code
    This should be placed after the standard tracking code snippet, to ensure the tracking object is loaded and retrievable.

    <script type="text/javascript">
    function recordOutboundLink(link, category, action) {
      try {
        var pageTracker=_gat._getTracker("UA-XXXXX-X");
        pageTracker._trackEvent(category, action);
        setTimeout('document.location = "' + link.href + '"', 100)
      }catch(err){}
    }
    </script>
    

    Next, revise outbound links to call the new function without first following the link.
    For example, to log every click on a particular link to http://www.example.com, you would use the _trackEvent() method in the link’s tag:

    <a href="http://www.example.com" onClick="recordOutboundLink(this, 'Outbound Links', 'example.com');return false;">
    

    Stolen from:
    How do I manually track clicks on outbound links?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With google analytics you can track ecommerce events, http://code.google.com/apis/analytics/docs/tracking/gaTrackingEcommerce.html I was wondering if this
I know I can get answers here but I was wondering if anyone knows
I know that you cannot return anonymous types from methods but I am wondering
I was just wondering the general idea how the embedded Google Analytics Javascript works?
Just wondering if you know how to accessing controls on a sharepoint master page
I was wondering if you know somewhere where I can find information on how
I am just wondering if anyone know of some good tutorials on the Internet
Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools?
I'm wondering if I can know how long in bytes for a string in
I know how to do this in server side languages but I was wondering

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.