Yes, I agree with the others, Creating a flag in a dimension is a great way to identify "bad traffic", and using a Virtual Report Suite to exclude that traffic is a great way to go if you can't use the built-in Bot Exclusion Rules.
Like Bjoern said, enabling the standard IAB Bot Filtering is still...
Ok,
Just an FYI, the "Order" setting can be a little misleading... basically this is a stack rank of when to start the execution of a code block relative to other blocks in the same context... but they all technically run simultaneously.
So if you have 5 rules that are set to run at 10, 20, 30,...
Just be careful with the mixed approach... I've seen people do this, but they had issues with timing... sometimes the importer ran first, other times the rule builder ran first....
If your rules depend on the importer data, then this may not be a safe approach... but if they are just both running ...
There may be an API service that could get those granular details, but like @juliusonyancha I find that Occurrences is a close enough metric to get details quickly and easily.
Sadly, I don't think that Monthly Unique Visitors, Daily Unique Visitors, Quarterly Unique Visitors, etc will ever be brought back... those are all legacy metrics that existed before the "date flexible" Unique Visitors metric was created. Then the old metrics were dropped from the UI... The old repo...
Yes, I agree with Mandy... using Visitor based segments is particularly impactful, since it will look at everything the user did within the panel range.
For instance, let's say you have a segment that looks at:
Visitor [
Page equals contest
]
And you want to see a conversion rate from view...
I'm going to attempt to answer this with the help of Google Translate.
First off, s_code.js is really old... That was replaced almost a decade ago by AppMeasurement.js. Then Adobe released DTM (their original tag management system, which is now sunset), then they released Launch (also called Tags,...
Hmm that is interesting.. I just checked a CJA sandbox, and you are right, it doesn't seem to be available....
One of the tricks I use in AA is to split values to Month, Day and Year values, then build our logic to bound the range...
So if I am doing full months, like Feb - Apr 2025 (so Feb, Mar...
Yeah, that definitely doesn't look right...
Activity Map is part of the Page View, because it doesn't trigger a "click event"... it just carries forward the information about what link was used to drive the traffic to the current page....
An actual "link click" tracking should be separate from a...