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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:05:39+00:00 2026-06-14T14:05:39+00:00

i have many database generated pages having different url’s. all these are currently tracked

  • 0

i have many database generated pages having different url’s. all these are currently tracked by calling

_gaq.push(['_trackPageview']);

I want to now track these pages as one but I can’t remove the existing _trackPageview call. So I decide to add a new call so that I’ll have two calls to _trackPageview, as:

_gaq.push(['_trackPageview']);
...
_gaq.push(['_trackPageview',static_url]);

will this work. will this track two pageviews for the same page?

  • 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-14T14:05:40+00:00Added an answer on June 14, 2026 at 2:05 pm

    Yes, your current implementation should double count the pageviews for each page, which probably isn’t what you want.

    If you can’t get rid of the first call, I suggest creating a new separate profile and sending the second page call to this new profile so at least it’s tracked independently. The best way to do this could be through adding a prefix on the second tracker:

    _gaq.push(['_trackPageview']);
    ...
    _gaq.push(['b._setAccount', 'UA-XXXXXXXX-2']);
    _gaq.push(['b._trackPageview']);
    

    Here’s a reference where something similar is discussed: http://productforums.google.com/forum/#!category-topic/analytics/discuss-google-analytics-features-with-other-users/5nDlmeAriIw

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

Sidebar

Related Questions

I have a sql file generated by mysqldump --all-databases . There are many databases
I have a database that contains data for many clients. Currently, we insert tens
Currently I have database with the following associations: One Client to Many Intakes One
I have problem with routing. I have many pages on my site generated dynamically
I have many lines on my page generated from database with PHP. Each line
I have many collections of documents in a mongo database that look like this:
I have many (>600) EPS files(300 KB - 1 MB) in database. In my
Background In a PostgreSQL 9.0 database, there are various tables that have many-to-many relationships.
I have a database with many tables and one particular table has columns: name
I have to work on a database in which there are many stored-procedures &

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.