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

Jennifer_Dungan
Jennifer_Dungan
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
62

Likes Received

Likes Received
180

Posts

Posts
357

Discussions

Discussions
26

Questions

Questions
331

Ideas

Ideas
21

Blog Posts

Blog Posts
2
Top badges earned by Jennifer_Dungan
Customize the badges you want to showcase on your profile
Re: Plotting Cumulative Graph In Adobe Analytics - Adobe Analytics 08-08-2022
Me too! But I'm glad I could help you out at least a little today!

Views

62

Likes

0

Replies

0
Re: Plotting Cumulative Graph In Adobe Analytics - Adobe Analytics 08-08-2022
@ranka_ujjwal I just checked with some Adobe folks... they are aware of this, but it's in the backlog..... If you need cumulative reports for UVs you may be stuck with the date range option.... However, have you considered creating rolling date ranges? And That you can reuse every month? It will require manual setup... but then it can be reused, as opposed to setting up specific "Aug 1" and "Aug 1-2", etc ranges....(Months with 28 and 30 days get a little complicated), but it still might save yo...

Views

77

Like

1

Replies

2
Re: Plotting Cumulative Graph In Adobe Analytics - Adobe Analytics 08-08-2022
Ah... interesting that it's double counting your UVs... likely cause it's looking at them as individual daily granularity.... But you're right... that's not what you need.... hmm I was trying to play around with this and so far have not found a solution... but I am not going to give up.... let me try playing with this and I will get back to you....

Views

81

Likes

0

Replies

3
Re: Plotting Cumulative Graph In Adobe Analytics - Adobe Analytics 08-08-2022
You can create a custom calculation metric for "Cumulative" In Calculated Metrics do the following: Add: Function In the Select area, start searching for "Cumulative" (there is both "Cumulative" and "Cumulative Average" Then as the screenshot above, you can specify either the number of rows you want to include (or use "0" to make the cumulative average use all rows in your report date range) Then pull in the metric you want to use Hopefully you have the rights to create custom metrics, or you ma...

Views

88

Likes

2

Replies

5
Re: Adobe Analytics Alerts: To be able to disable alerts without Adobe wiping the recipients list - Adobe Analytics 08-08-2022
Totally agree on this one! You may need to temporarily disable an alert cause there was a bad code release and now the alert is triggered every time and it's spamming users... but once the fix is deployed, you want to re-enable it.... not having to manually enter all the users one by one should be a no-brainer.

Views

44

Likes

0

Replies

0
Re: How are the props created and populated? Error messages? - Adobe Analytics 08-08-2022
Based on what I see here: "Error Messages" is a prop (as @yuhuisg said, that has pathing enabled on it) This creates the "Exit" and "Entry" variations... (first and last value in this prop within the visit) "Error Message Type" looks like a classification rule created from the "Error Messages" prop. You can tell that this is a classification, because instead of seeing "(prop*)", you instead see the name of the prop in the parenthesis "(Error Message)" This rule is likely using the Classification...

Views

55

Likes

0

Replies

0
Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue. - Adobe Analytics 07-08-2022
Ok, that looks like a correct tracking call... In Griffon, under Analytics Events for those calls, what does Request Overview say? Is the correct Report Suite and server here... you don't have to share those, since I won't know the correct values for your company... but make sure that this information is correct.

Views

70

Likes

0

Replies

0
Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue. - Adobe Analytics 06-08-2022
Oh, this is a mobile app? I'm not overly familiar with Java code, but do you have any logs that you can check in the development environment? To make sure that this code is running as intended, with the values you expect at the correct times? Do you have AEP Assurance included in your mobile app so that you can see what is happening using https://griffon.adobe.com/ If not, at the very least, have you run your app through a phone connected via a proxy to your computer running Charles or Fiddler t...

Views

111

Likes

0

Replies

4
Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue. - Adobe Analytics 06-08-2022
Data should start to appear after about an hour... if it's been two days the likely scenarios are that you have the wrong suite name configured, or are pointing to the wrong tracking server... or even that your implementation is incorrect and no tracking calls are being made (maybe you are getting a JS error that is causing the code to fail before the tracking call is made)... Have you checked that tracking calls are being made using the Experience Platform Debugger? Any information you can prov...

Views

130

Likes

0

Replies

6
Re: Tracking URL with dynamic value - Adobe Analytics 05-08-2022
Technically yes, with the right code... First off, is both 'colour' and 'red' dynamic? Or just 'red'? If just 'red' is dynamic, this is a lot easier... you can just create a data element using "Query String Parameter" and specifying "colour" as the item: However, if 'colour' could also be dynamic, you will need to write custom code to extra and process this from your string... and you will need to determine rules on how you want to collect it.. what if there are more than one parameter provided ...

Views

100

Likes

0

Replies

5