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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:22:08+00:00 2026-05-15T18:22:08+00:00

On a given page, in addition to normal GA call, I am making an

  • 0

On a given page, in addition to normal GA call, I am making an event call, and what we call a “phantom URL” call. The normal call seems to be recorded in GA, I can run a report on it, but neither event call, nor a “phaontom url” call are recorded.

Here’s the javascript that I place on the page

    <!-- analytics events --><script type="text/javascript">$(document).ready(function() {_gaq.push(['_trackEvent', 'interview', 'ask', 'labelone', 2]);_gaq.push(['_trackPageview', '/phantom/interview/ask']);});</script><!-- end analytics events -->

I can see in FireBug 3 requests to __utml.gif, all 3 look OK to me:

Regular call (I can see the requests in GA)

http://www.google-analytics.com/__utm.gif?utmwv=4.7.2&utmn=59651520&utmhn=www.xxxmysitexxx.com&utmcs=UTF-8&utmsr=1920x1200&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.1%20r53&utmdt=xxxmysitexxx.com&utmhid=787103110&utmr=0&utmp=%2Finterview%2Femail%2Flovedone%3FquestionIds%3D2%26questionIds%3D3&utmac=UA-12946710-1&utmcc=__utma%3D99976543.1556653907.1279057537.1279057537.1279123546.2%3B%2B__utmz%3D99976543.1279057537.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B

Event call [utme=5(interviewasklabelone)(2)] (I don’t see any events in GA)

http://www.google-analytics.com/__utm.gif?utmwv=4.7.2&utmn=505023631&utmhn=www.xxxmysitexxx.com&utmt=event&utme=5(interview*ask*labelone)(2)&utmcs=UTF-8&utmsr=1920x1200&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.1%20r53&utmdt=xxxmysitexxx.com&utmhid=787103110&utmr=0&utmp=%2Finterview%2Femail%2Flovedone%3FquestionIds%3D2%26questionIds%3D3&utmac=UA-XXXXX-X&utmcc=__utma%3D99976543.1556653907.1279057537.1279057537.1279123546.2%3B%2B__utmz%3D99976543.1279057537.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&gaq=1

“phantom URL call (searching for “phantom” in the GA report returns no result)

http://www.google-analytics.com/__utm.gif?utmwv=4.7.2&utmn=358843229&utmhn=www.xxxmysitexxx.com&utmcs=UTF-8&utmsr=1920x1200&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.1%20r53&utmdt=xxxmysitexxx.com&utmhid=787103110&utmr=0&utmp=%2Fphantom%2Finterview%2Fask&utmac=UA-XXXXX-X&utmcc=__utma%3D99976543.1556653907.1279057537.1279057537.1279123546.2%3B%2B__utmz%3D99976543.1279057537.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&gaq=1
  • 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-15T18:22:08+00:00Added an answer on May 15, 2026 at 6:22 pm

    Ok, figured out the problem. My _gaq didn’t have an account set on it, so 2nd and 3rd calls were goingout with

    utmac=UA-XXXXX-X
    

    Code should look something like this:

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-ACCOUNTNUMBER-1']);
    _gaq.push(['_trackPageview']);
    _gaq.push(['_trackEvent', 'interview', 'ask']);
    _gaq.push(['_trackPageview', '/phantom/interview/ask']);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given remote page: http://example.com/paged_list.aspx which uses a Javascript function call to display several pages
How can I refresh a page automatically after a given time period with a
Short question: I'm trying to make that in a given page (uses tabs) back
Given a page like What popular startup advice is plain wrong? , I'd like
http://jsfiddle.net/YumHS/ In the page given in the jsfiddle der is a sidebar in the
Given an HTML page that has a complex table-based layout and many tags that
Given an HTML page I would like to get all the 'x' files that
I have the HTML structure for my page as given below. I have added
Given this class public partial class Default : Page { private IRepository repo; ...
I know how to get the number of people who like a given page,

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.