Google Analytics Addon Multiple Segments - google-analytics

I'm trying to apply two segments to my google analytics report with the addon on google sheets.
I'm trying to segment new users who did not vist /dashboards/
My query is below
users::condition::ga:pagePath!#/dashboards/::ga:userType=#New
Any help is appreciated.
Thanks

I hope you have found the answer to this by now now, however this would work
users::condition::!ga:pagePath!#/dashboards/;condition::ga:userType=#New

Related

Google Analytics on WikiMedia Page

I would like to know how to add my wiki page to a google analytics tracking. I have tried different approaches, using the tag manager or trying to add the necessary codes over and , but I am really really new to this.
Can anyone help me with that?
Thank you

Filtering out URI in Google Analytics not working

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.

Google Analytics: Mark some visitors to filter them later in analytics?

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.

Google Analytics - Filter Regexp

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...

Can you use the google analytics API to create the same type of graph as on your google analytics dashboard?

I'm curious to know if there is an easy way to creat a similar graph to embed google analytics into our cms for clients pages, so that they can see the same type of chart that google has on there analytics dashboard.
What exactly do you want? If you want to use data collected by Google Analytics, you can use its' Google Analytics Data Export API.
Yes - check out embeddedanalytics.com. You define the chart (metrics, dimensions, type) and simply embed a snippet of code into your site.
Disclosure: I work with embeddedanalytics.

Resources