Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Garretth
Garretth
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
7

Posts

Posts
27

Discussions

Discussions
0

Questions

Questions
27

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Garretth
Customize the badges you want to showcase on your profile
Re: Adobe Analytics Segment Matches Operator - Adobe Analytics 08-11-2021
The matches operator does not use a full range of regex, it simply allows you to use the * wildcard as the documentation suggests. the regex '.*' should translate to all strings. This provides no results however, showing that matches is not a regex operator. It is essentially an equals operator that also handles string values and allows you to use the * wildcard. In the scenario you've described however you are very close to doing the recommended approach which is to build your segments using th...

Views

328

Likes

0

Replies

2
Re: DataFeed - Removing Excluded Hits - Adobe Analytics 05-11-2021
I've noted this doc and will be presenting it to the documentation team for correction. In the future if you find something incorrect with the documentation opening a ticket with customercare@adobe.com should get it in front of the right people to get edited. Thanks for the help!

Views

267

Like

1

Replies

1
Re: DataFeed - Removing Excluded Hits - Adobe Analytics 05-11-2021
If exclude_hit is equal to 0 this means the hit was not excluded. So you want to include hits where exclude_hit is 0. You are correct the document is misleading. If it were to say "hits are excluded when exclude_hit > 0" this would be correct, but if you were writing a query you wouldn't want to use that condition.If you were writing a query in sql along the lines of select * from db where exclude_hit > 0 This would be a list of excluded hits If you wanted a query that included non excluded hits...

Views

276

Like

1

Replies

3
Re: Difference between page view metric - Adobe Analytics 05-11-2021
Hi, The segment you've created is visit based, meaning all hits in the visit will be included where at least one hit in the visit had the marketing channel Search - Natural. I suspect you would find the same numbers with a hit based include on the segment condition.

Views

155

Likes

2

Replies

1
Re: Adobe API Data extraction - Getting Top n values of a dimension - Adobe Analytics 03-11-2021
Hi, It seems a 'limit' in your request would give you the result you are after. If you search limit in this documentation you will find some examples: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/reporting-guide.mdAnother option is to create the report you want to generate via the api in workspace and then view the api request generated by workspace, then you can use that same api request outside of the UI or as a template for future requests...

Views

274

Likes

0

Replies

1
Re: Campaign Pathing - Adobe Analytics 03-11-2021
The closest I can think of to this sort of report would be what is documented here under "Multi-Channel - Path Length"

Views

162

Likes

0

Replies

0
Re: Freeform table - highlighting rows or specific numbers - Adobe Analytics 03-11-2021
Hi, I think your specific use case does not have an existing feature, but would be worth submitting as an idea on these forums. The best solutions for the type of problem using what is available now that I can think of would be to select the cells you want highlighted and create a visualization, you could then collapse the visualization and move it out of the way, but this will result in highlighted cells that will persist after you've saved the project. For example: Intra-linking is another opt...

Views

183

Likes

0

Replies

0
Re: Content velocity vs Page velocity - Adobe Analytics 03-11-2021
Hi, I'm pretty sure page velocity was the name of the content velocity metric previously. They are they same, just been renamed. If that doesn't sound right and you have some documentation you are referencing for page velocity that may help in clearing this up. The type of scenario you are describing for your report seems like a flow report may be suitable for what you are after: https://experienceleague.adobe.com/docs/analytics/analyze/analysis-workspace/visualizations/flow/flow.html?lang=en

Views

150

Likes

0

Replies

0
Re: Time Spent per Visits(seconds) vs Total Seconds Spent / (Visit - Bounce) - Adobe Analytics 02-11-2021
Without being able to fiddle with the workspace table myself my best attempt at answering this is thatthe column on the left is resulting in Total Seconds Spent / Visit because all of the bounces are getting excluded by so the segment "time spent per visit > 0", which makes sense because there are not two hits to calculate time spent for in the case of a bounce.resulting in Total Seconds Spent/ Visit which is the same as the metric on the right column.The remaining discrepancies are due to the d...

Views

269

Likes

0

Replies

0
Re: App visits count - Adobe Analytics 02-11-2021
Hi, I understand the difference between your example 2 and example 3 to be that the user killed the app in their usage of the app rather than sending it to the background. This documentation treats a return to the app and bringing the app from the background the same and as a launch: https://experienceleague.adobe.com/docs/mobile-services/using/get-started-ug/mobile-metrics/metrics-reference.html?lang=en"Triggered on a run that is not an install or an upgrade. This also triggers when the applica...

Views

192

Likes

0

Replies

0