Will this filter for Google Analytics do what I think it's going to:
/pages/(2377|2363|2365|2366|2324|2364|2751|2310).asp
I need only those particular pages.
Thanks
Yes, it will only show /pages/2377.asp, /pages/2363.asp, etc...
Related
I am looking to add two Google Analytics tracking codes to the same web page. Specifically one through Google Tag Manager and one hardcoded on the page. Is this possible to do with one being in GTM? I read you have to set two tracking objects, but how do I implement that if both codes aren't hardcoded on the page?
Thank you.
You can add a tracking code in GTM and another in page.
They will work independently as long as you don't do something strange with tacker names.
I am using _trackEvent to record events in Google Analytics, and it appears to work fine.
I am doing something like this:
_gaq_push(['_trackEvent', 'Chat', 'Male',
'www.somesite.co.uk/?gclid=CNHvuPiijrUCFQsGnQodpjsA9w']);
Now, I see the URL and gclid appear in the label field in Google Analytics, however what I really want to happen is for it to interpret the gclid and populate the keywords section in GA.
Is this possible? How do I achieve it?
I am not sure what you are trying to achieve here but gclid is something that is not publicly documented. If you really want to fill in the campaign information, you should try and use the APIs described here or do something like this.
Link your adwords account to your google analytics account and the gclid will be resolved automatically. Manually resolving the gclid ist not possible.
Update: Sorry, I've only just seen that you are talking about events. So no, that is not possible - the proper way is to build segments with your keywords and to see which events apply to that segment (or the other way around, depending on what you are doing).
I'm using Google Analytics to track pageviews on my website. However, there's a specific URL that I want to ignore (www.example.com/android_api).
So, inside filters, I have this filter:
Custom Filter-> Exclude-> Request URI-> ^/android_api-> Not Case Sensitive
However, "/android_api" is still showing up in "Top Pages".
Any idea what I'm doing wrong? Thanks a bunch!
Figured it out! Filtering doesn't work with the real-time portion of the analytics.
Are you certain your viewing your reports after you've created the filter? There could be some lingering data occurring in your top pages if your time span is set to encompass the data prior to the filter.
As the title describes, does anyone know how this can be accomplished? Or is the regular setup sufficient?
Thanks!
You can just put the analytics code on your pages and it will track :)
Here is what you are asking about.
Is it possible mark some visitors, so that later i can able to filter them in analytics reports?
Manager asked me if it's possible to view which users payed for services and from where did they come.
I know that this is all possible without analytics. But why bother with it if there is already free and good solution like Google Analytics? :)
Thanks ;)
Yes. You can set custom variables with Google Analytics. You can then report on the custom variables.