Setting up a processing rule...Question is, how do you remove a single parameter/value from a query string, but pass the remaining parameters/values?Let's say I have a URL come over with a piece of data that I don't want stored in Analytics. (i.e. PII)Example: https://www.myblog.com?frm=krypton&emai...
I'm trying to create a report with a segment that only includes visitors who visited from two or more countries. Creating the following segment doesn't workCountries is greater than (Distinct Count) 1I do see users with more than one country when breaking down a particular user by country, so it's r...
We are exploring to do visitor segmentation based on monthly engagement and bucket them based on number of engaged days .A User is called engaged user if he has done any clicks (success event) in a Day. We would like to create a user segment for user who’s engaged days is greater than X days in a g...
In the Fallout visualization, you can right click on a touchpoint and select "Breakdown fallout at this touchpoint." The result is a table (below) that lists alternate touchpoints rather than the desired one. I was going through this report with a user the other day a realized that the total was l...
I am wanting to build classifications off of my eVar0 (tracking code). But I am not seeing eVar0 listed as an option when creating a classification under conversion variables. Is there any reason why it wouldn't be listed as an option? Is there another way to handle this?
hey guys,i have an important question: in adobe analytics we have we implemented a metric that counts people who clicked on an ad. This metric is called "AdClick Click". What i want to analyze now is, which people clicked on an ad, which leads to a specific page, in this case a content hub. Therefor...
I have a category page with the product pages (CategoryListing)And I also have a DataLayer on the side: digitalData.product = [ {productInfo: {productID: "10001",manufacturer: "Samsung",productName: "Smartphone12"}, category: { productType: "xx", primaryCategory: "xx"}}, {productInfo: {pro...
Which wildcard operators are supported in Segment Builder?Looking through the posts returned by this search and having done some experimentation, I suspect the asterisk (*) character is the only one (i.e. "matches zero or more of any character").However, my reason for asking is that the Comparison O...