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 8275241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:00:38+00:00 2026-06-08T08:00:38+00:00

How do I track a custom property for each page on my site? For

  • 0

How do I track a custom property for each page on my site? For example, as well as tracking page views, bounce rate, etc for a given page, I want to be able to track a custom property as well (specifically, the number of times someone clicks a specific link on a specific page).

Below is a mockup of what I want to be able to see (either on Google Analytics dashboard or via GAPI):

enter image description here

  • 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-06-08T08:00:42+00:00Added an answer on June 8, 2026 at 8:00 am

    You can do this with event tracking. See google’s guide for more information:
    https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide

    Example:

    <head>
    ...
    <script>
    var _gaq=[['_setAccount','UA-XXXX-X'],['_setDomainName', 'example.com'],['_trackPageview']];
    ...
    </head>
    <body>
    ...
    <a href="#" onClick="_gaq.push(['_trackEvent', 'Custom Clicks Category', 'Custom Link Clicks Action', 'Custom Label', 1]);">Click me</a>
    ...
    <script>
    (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
    g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
    s.parentNode.insertBefore(g,s)}(document,'script'));
    </script>
    

    The final param, which I didn’t use is the non-interaction parameter and it’s usage depends on your particular case and how you would like bounce rate effected. Read about it at https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#non-interaction

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

Sidebar

Related Questions

How to set custom header logo on your Track Wiki project page? How to
I have a UITableView with custom cells. Inside each cell is 2 views. Each
I want to implement a custom trace listener like follows: public class TraceListener :
I have a my custom collection derived from List(.MyItem.) I want to trace if
confused - given a track uri, I can get one album but possibly more
How do you track mouse motion after mousedown until mouseup using JQuery? Tracking should
I'm trying to implement a navigation controller with some hierarchical views. I want to
I have collection of custom objects(assets) which I want to group with LINQ. Custom
I'm using a custom UIGestureRecognizer subclass to track gestures on my InfoView class. The
DUPLICATE: Using a Django custom model method property in order_by() I have two models;

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.