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

leocwlau
leocwlau
Online

Badges

Badges
16

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
37

Posts

Posts
44

Discussions

Discussions
0

Questions

Questions
43

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by leocwlau
Customize the badges you want to showcase on your profile
Re: Delete Report Suite - Adobe Analytics 24-05-2022
I don't aware of the availability of the report suite creation date, not in the admin console and not from API.

Views

114

Like

1

Replies

0
Re: Access/admin to report suites - Adobe Analytics 24-05-2022
Adobe Analytics (and all Adobe Experience Cloud solution) permission is configured via product profile. For AA specifically, it is a combination of report suites, metrics, dimensions, report suites tools, and analytics tools. https://helpx.adobe.com/enterprise/using/manage-permissions-and-roles.html I had about 20 entities within the same Experience Could Organization, each entity has a few different product profiles with different levels of access (such as with/without data warehouse, with/with...

Views

142

Like

1

Replies

2
Re: Get data from dataLayer - Adobe Analytics 24-05-2022
It is strange that there is no _satellite on the page as it is Adobe Launch itself and it should be there for tracking to happen. You may need to check and review how Adobe Launch is added to the site and if anything is missing that cause the tracking issue.Moreover, from your mentioning the data layer, it is better to have communication with the team who manages the data layer and documentation on that. As you are relying on the data layer to track but are not sure how the data layer is being m...

Views

107

Like

1

Replies

1
Re: Delete Report Suite - Adobe Analytics 24-05-2022
Hi @jane_120,You can't. All you can do is hide the unwanted report suite.

Views

133

Likes

2

Replies

2
Re: Get data from dataLayer - Adobe Analytics 22-05-2022
Hi @SlavaN,Did you try to execute '_satellite.getVar("orderId")' in console first? The data element looks ok and the problem may not be with the data element.

Views

135

Like

1

Replies

1
Re: Segment or custom date range based on a dimension value - Adobe Analytics 17-05-2022
Hi @acookie4rachel,No, you can do that with eVar as it is stored as a string and you can't do calculations or numeric comparisons.To do that, you need to track the last modified date and the hit time as UNIX timestamp to different metrics. Then you can create a calculated metric by 'hit time timestamp - last modified date timestamp' and then a segment to compare that calculated metric to whatever value you wanted.

Views

75

Like

1

Replies

1
Re: How to use Experience Platform Debugger as a replacement for Omnibug? - Adobe Experience Platform 16-05-2022
Hi @jmurphyDH,You need to get clear if you are using the newer Web SDK or Adobe Analytics, their data appear in different tabs in the AEP Debugger.For example, the following is the Adobe Analytics data of this particular page now. Adobe is using the old Adobe Analytics for tracking and they don't send any evar at all but context data only. However, if you are using the newer AEP Web SDK, https://experienceleague.adobe.com/docs/experience-platform/edge/home.html?lang=en, you can check for 'Experi...

Views

151

Like

1

Replies

1
Re: Am I understanding hits correctly? - Adobe Analytics 15-05-2022
Hi @jacob1983, Yes, a hit is a server call and that is how Adobe calculates the cost and charges you for Adobe Analytics. To create a segment on this, you need to think about what you are looking for and decide should the 'evar52 = not logged in' at a hit, visit, or visitor level and also the expiry of evar52, you may refer to https://experienceleague.adobe.com/docs/analytics/components/segmentation/seg-overview.html?lang=en on segments. So if you set it at hit level, the segment will include on...

Views

119

Likes

0

Replies

0
Re: Get account creation date and last login date using Umapi - Adobe Experience Cloud 10-05-2022
You got a lot of users. I have close to 2000 and API is also the key to user audit for me. Unfortunately, the UMAPI is so limited and doesn't have this information, and the API to get product profile details to make UMAPI really useful. For Adobe Analytics, you can use the 'users' endpoint of AA API itself, https://analytics.adobe.io/users, which will give you the 'createDate' and 'lastAccess' which are the information you are looking for and I am also using to keep track of the usage of AA acco...

Views

164

Likes

0

Replies

0
Re: Average page depth in report - Adobe Analytics 09-05-2022
You may refer to https://experienceleague.adobe.com/docs/analytics/components/metrics/count-repeat-instances.html, it is a Workspace project-level configuration.

Views

183

Like

1

Replies

1
Likes given to