answersLogoWhite

0

Subdomain tracking in Google Analytics can be done by modifying your tracking code. Instead of the default, it should be modified to the following (only changed parts are included, the rest should remain the same):

var _gaq = _gaq [];

_gaq.push(['_setAccount', 'YourProfileID']);

_gaq.push(['_setDomainName', 'ExampleDomain.com']);

_gaq.push(['_addIgnoredRef', 'ExampleDomain.com']);

_gaq.push(['_trackPageview']);

Replace YourProfileID with your Google Analytics profile identifier, and ExampleDomain.com with your domain.

A filter will also need to be added to the profile in order to display the domain and subdomain names. To do this, follow these instructions from Google:

  1. In the Profile Settings page, click the Add Filter link.
  2. Choose Add New Filter and provide the filter a name.
  3. Choose Custom Filter and select Advanced on the Filter type settings.
  4. Under Advanced settings:
    1. FieldA should be set to Hostname
    2. FieldB should be set to Request URI
  5. Set the values for both Field A and Field B to (.*), which is an expression that captures all characters.
  6. Set the Output To --> Constructor option to Request URI and provide $A1$B1 as the value for that choice.
User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can Google analytics track or record you when using the incognito function in your web browser?

yes!


How does the Google analytic work?

Google Analytics is used to track visitors to your site or advertising spot as well as your e-commerce. It does so using first-party cookies and JavaScript.


How do I start using web analytics on my web server?

The best way to find otu more about web analystics is to turn to the service offered by Google. Which is called Google Analytics, which can be accessed via their website.


Adsense and Analytics not integrate how?

If you're having trouble getting AdSense and Google Analytics to work together, it often comes down to how your accounts are set up. Make sure both are linked to the same Google account and that your Google Analytics property is using Universal Analytics (UA) instead of GA4, since AdSense doesn’t support GA4 just yet. Also, double-check that your AdSense code is correctly placed on your website and that your Analytics tracking ID is up and running. To link the right property, head over to AdSense → Account → Access and Authorization → Google Analytics Integration. If things still aren’t working, try unlinking and then relinking the accounts, or reach out to Google support for more assistance.


Can you track a cell phone using GPS with Google Earth?

No


Where can one find information about internet marketing advertising?

i'd recommend using Google Analytics It's free


How can you track your mobile phone using Google earth?

"EASY" you cant!


What is the purpose of the Google Analytics URL Builder?

Google Analytics is a tool that analyzes web data. Using the URL Builder, one can analyze the traffic that goes to a specific URL, which would give information regarding how popular a website is and how much bandwidth they use in a given period of time.


How do you check the frequency of usage?

To check the frequency of usage of something, you can track it over a specific time period using tools like Google Analytics or other data analytics software. These tools can provide insights into how often something is used, such as a website feature or a product. Analyzing this data can help you understand user behavior and make informed decisions based on usage patterns.


How do you know if a blogspot has been visited?

You can use Google Analytics, Google webmaster tools, or Feedburner - all are services provided free from Google and they provide excellent statistical reporting for your site. I highly recommend using. You can also use sitemeter and other analytics tools in the internet today. Use a search engine and search for articles with keywords: "Web Analytics". Most search engines today display a very large and reliable results or you can visit ----


Is it possible to create a customized reporting dashboard using Google Analytics and Gostats?

Yes, it is possible to create a customized reporting dashboard using Google Analytics combined with GoStats, although this involves leveraging the strengths of both tools to serve your specific reporting needs. Google Analytics is a powerful tool for tracking and analyzing website traffic and user behavior. It offers extensive options for customization through its dashboard features, allowing users to create detailed and specific reports based on the data they need to observe. Users can add various widgets and metrics that track everything from user demographics to specific events on the website. GoStats, on the other hand, is another web analytics service that provides real-time traffic data. It is known for its simplicity and can be used to complement Google Analytics by offering different perspectives or easier access to certain kinds of data. To create a customized reporting dashboard using both Google Analytics and GoStats, you would follow these general steps: Define Your Goals: Determine what specific data and metrics are crucial for your needs. This could include user engagement, traffic sources, page views, conversions, etc. Set Up Tracking: Ensure both Google Analytics and GoStats are properly set up on your website to track the data you need. This might involve configuring the tracking code on your website and setting up specific events or goals in Google Analytics. Customize Your Google Analytics Dashboard: Utilize the customizable dashboard features in Google Analytics to create a visual representation of the data you find most valuable. You can add widgets for metrics like sessions, bounce rates, conversion rates, etc. Integrate GoStats Data: While Google Analytics provides a more in-depth analysis, GoStats can offer quick insights and a different data presentation style. You can either use GoStats separately to view this data or explore options to integrate some of its data directly into your Google Analytics dashboard if feasible through API or manual data export and import. Regular Updates and Maintenance: As both platforms update or your business needs evolve, continuously refine your dashboard and the data you are tracking. This might include adding new metrics, removing outdated ones, or adjusting the configurations to better suit your evolving business landscape. By effectively utilizing both tools, you can create a comprehensive dashboard that leverages the detailed analytical power of Google Analytics with the simplicity and additional insights from GoStats, providing a robust overview of your web traffic and user interactions.


How do you track a click in Google analytics?

A click can be tracked in Google Analytics by using a javascript onClick event in the hyperlink. The following event should be added to the hyperlink to be tracked:onClick="_gaq.push(['_trackEvent', 'ItemIdentifier', 'ActionIdentifier']);"The ItemIdentifier should be changed to a unique value to identify what is being clicked. The ActionIdentifier should be changed to reflect the action being performed on the item - in this case, Click.The final tag should be similar to this example:Answers.com" title="WikiAnswers" onClick="_gaq.push(['_trackEvent', 'Wiki Answers Link', 'Click']);">Wiki Answers