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: Problem with opening links in new tab. - Adobe Analytics 22-08-2022
The Adobe Launch JavaScript should not break the opening link in the new tab. However, you may wish to check what rules had been fired and if any other JavaScript was injected into your page via Launch may break the desired behaviour.

Views

17

Like

1

Replies

0
Re: tracking the scroll depth - Adobe Analytics 20-08-2022
thank you for the response @leocwlau @Jennifer_Dungan @yuhuisg @VaniBhemarasetty @Alexis_Cazes_

Views

26

Likes

2

Replies

0
Re: What happens to visit count when user moves from mobile app to browser? - Adobe Analytics 17-08-2022
The key in your explanation is appendToUrl, this will pass the MID from app to browser so there should not be any changes in the visit as same Visitor ID is present. Simple way to validate this is to extract a data feed and check visitor ids columns to check they are the same, also if you check visit_num and visit_page_num (post version) and finally this one should indicate that it is a new visit. new_visit Flag that determines if the current hit is a new visit. Set by Adobe servers after 30 min...

Views

24

Likes

0

Replies

0
Re: Is there a dimension that lists the webpage a user was on prior to landing on the website? - Adobe Analytics 11-08-2022
To get the External Referring Domain (Instance), you need to use the correct metric. Page Views - this metric will get you all pages in the visit that were hit as a result of the referral (just like you said) Google > Page 1 of Site > Page 2 of Site > Page 3 of Site > etc Referral Instance - this metric will get you only the "instance" of the referral Google > Page 1 of Site You can even create a calculated metric PVs/Referral Instance that you can use to get the average number of pages that peo...

Views

73

Like

1

Replies

0
Re: Why is YouTube traffic being classified as "Organic Social" and not "Display"? - Adobe Analytics 10-08-2022
Assuming you are referring to the marketing channel for Organic Social and Display, you need to check your marketing channel classification rules where assigning marketing channel to traffic based on numerous factors, such as referrer and/or campaign tracking code. By the way, 'Display' usually means banner display ad to me, instead of YouTube traffic, or you are doing some kind of banner ad on YouTube which can be identified by campaign tracking code.

Views

39

Like

1

Replies

0
Re: Calculating Bounce Rate and Page Velocity Using Data Feed - Adobe Analytics 08-08-2022
I had posted a reply over the weekend but it said that required a moderator to review, perhaps due to there was a link to a Google Colab notebook demonstrating the calculation for page velocity. However, now my reply was gone and not even the pending for moderator review.

Views

34

Likes

0

Replies

0
Re: How can i block frod image requests? - Adobe Analytics 29-07-2022
IF the calls are not hardcoded, and are using your Launch implementation, you can use a condition on your rule. So let's say your domain is "mydomain.com" and the bad domain is "garbage.com" In Adobe Launch, you should have configured your domains in the property settings: (add mydomain.com here) In your rules, you can add a condition: You can choose all your single domain (or multiple domains like I have, if this implementation covers more than one site) This should only return "true" if the tr...

Views

94

Likes

0

Replies

0
Re: Mobile app support trackaction/trackState vs pod 'AEPAnalytics', ' - Adobe Experience Platform Data Collection 27-07-2022
The mobile app tracking using Adobe Launch is different from web tracking. In web tracking, you can control a lot of tracking logic using rules in Adobe Launch to trigger what to track or not. However, for mobile app tracking, even with Adobe Launch in place, tracking is actually going out directly from your mobile app when you call trackAction and trackState, even if you use the new Edge.sendEvent. What you can do with Adobe Launch rule is to modify data sending out from trackAction/trackState ...

Views

87

Likes

0

Replies

0
Re: Why the total numbers of by day data not equals to by month data with the segment of "last month" - Adobe Analytics 20-07-2022
I guess that is due to the 31 days of May and compare to the 30 days of Jun.In the first image, the dimension is Jun but the actual report number is May data since you have the Last Month segment.In the second image, the dimension is Day so items are listed from 1-Jun to 30-Jun but the actual report numbers are 1-May to 30-May, and the 31-May is missing as there is no 31-Jun to match.

Views

64

Like

1

Replies

0
Re: Workspace Dashboard duplication from one organization to another in Adobe Analytics - Adobe Analytics 19-07-2022
Can't use the copy/insert function directly in Workspace across organizations. You can use API, https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/projects/, there is of course development effort and you need to aware if there is any discrepancy in dimensions/metrics/segments among organizations making the task even more difficult.

Views

34

Like

1

Replies

0
Likes given to