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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:18:02+00:00 2026-05-31T01:18:02+00:00

Is it possible to pass more than one label in a single call of

  • 0

Is it possible to pass more than one label in a single call of _trackEvent(category, action, label, value) so it could be used in report as a separate as a separate dimension or for filtering purposes?

My requirement is to track links (downloads) clicks for documents related with many meta-data parameters (document ID, product ID, category, language, revision etc.) and all those parameters should be available in customized reports.

Thanks in advance for help.

  • 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-31T01:18:03+00:00Added an answer on May 31, 2026 at 1:18 am

    GA is not set up to track that granular of data about any one item.

    And, since GA uses gif requests to send the data, you may bump up on the limit given the amount of data you want to send.

    One way of tracking all the data you want to would be to push the data into a database via an ajax request.

    If you have to use GA for this, you may be able to send multiple _trackEvents for each or a grouping of the meta-data items based on the document. A setTimeout should be used so GA has time to send the events. See Can I track multiple Google Analytics events at once?

    In your case you would use:

     function recordOutboundLink(link, category, action) {
        _gaq.push(['_trackEvent', 'Click', 'Download', 'Whatever']); //could be mutlipush here
        setTimeout('document.location = "' + link.href + '"', 100);
    }
    

    HTML

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

    Also, install Chrome and the Google Analytics Debugger. Look in the console (control, shift, j) for the event tracking processing.

    enter image description here

    If you don’t see all of your events tracking there (they will be listed separately), then something is up maybe with the tracking code.

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

Sidebar

Related Questions

render_to_response Is it possible to pass more variables than just one? For example in
is there possible to pass more than one keyword argument to a function in
Is it possible to have a single stream and have more than one XmlWriter
Possible Duplicate: Multiple arguments to function called by pthread_create()? How to pass more than
How do I do an inverse join with more than one key column? In
Is it possible to pass the __ contains __ function in a list more
I'm using python 3.1. Is it possible to create more than 1 docstring for
Possible Duplicate: pass by reference not working I was going through some of the
Is it possible to pass a delegate to a WCF remote object from the
Is it possible to pass a variable to a linked .js file? I tried

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.