Kamilski81
Kamilski81

Reputation: 15127

Why does google analytics not segment when using != operator?

I am playing around with Google analytics and for some reason can't get dynamic::ga:eventAction expressions to work correctly:

They both yield the same results, 348 clicks.

Both != and == yield the same results, see below:

How not equal looks

How equal equal looks

Upvotes: 0

Views: 152

Answers (1)

artfuldev
artfuldev

Reputation: 1118

There is no error, what actually happened is that you used a segment instead of a filter which is why you're seeing both data. See here.

Segments only separate data and do not filter out anything.

Hope that helps. :)

Upvotes: 1

Related Questions