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

yuhuisg
yuhuisg
Online

Badges

Badges
50

Accepted Solutions

Accepted Solutions
257

Likes Received

Likes Received
476

Posts

Posts
1194

Discussions

Discussions
57

Questions

Questions
1142

Ideas

Ideas
27

Blog Posts

Blog Posts
17
Top badges earned by yuhuisg
Customize the badges you want to showcase on your profile
Re: Track Wizard form Adobe Launch - Adobe Experience Platform Data Collection 27-09-2020
The best way would be to get your website's developer to set all of the required parameters somewhere for you to track. You have a few possibilities, for example:In the Thank You page, set these parameters in the page's data layer, and track them with your s.t() beacon.At the final form submission, send these parameters together in a Direct Call or Custom Event, and track them with a s.tl() beacon.

Views

244

Like

1

Replies

0
Re: Identifier Direct Call Adobe Launch - Adobe Experience Platform Data Collection 27-09-2020
No, Direct Calls can be run from any JavaScript code, whether in your web page, an external JavaScript file, or from within your Launch property.If you suspect that this particular Direct Call is being run from within your Launch property, you can try searching for the "searchResults" name in Launch's global search to see if it finds any matching Rule Component.

Views

887

Like

1

Replies

0
Re: Unique success events vs calculated metrics - Adobe Analytics 26-09-2020
I don't use Data Warehouse much, so my answer won't be 100% applicable to you.I prefer "Use generic success events and create calculated metrics for specific conversions using an eVar".In my experience, an AA user is more likely to want to know the total count of a success event rather than a unique count.If a unique count is needed, a Calculated Metric can solve for that.I don't particular use option 2. It's not trivial to calculate a total count from a unique count, if the total count is ever ...

Views

280

Likes

0

Replies

0
Re: Rule not met causing issue - Adobe Analytics 26-09-2020
(This question is probably more suitable at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/qa-p/experience-platform-launch-questions.)I think the error messages tell you everything that you need to know: in all of those Rules, you have specified some conditions. And each time, one or more of those conditions are not evaluating to "true" when the Rule runs.So your solution is simple:Open the Rule.For each condition:Evaluate when the condition returns true.Refer ...

Views

295

Likes

0

Replies

0
Re: User engagement-how do I see what visitors click on t... - Adobe Analytics 26-09-2020
You can also use Activity Map, but you'd need every single one of those link elements, or a parent DIV, to have its own unique ID.

Views

283

Likes

0

Replies

0
Re: Filtering Unique Visitors based on eVar value across... - Adobe Analytics 26-09-2020
Yes, that would be the correct thinking.

Views

316

Likes

0

Replies

0
Re: Filtering Unique Visitors based on eVar value across... - Adobe Analytics 24-09-2020
Based on your reply to my comment, I'm going to say that this is what is happening:What you're seeing is a characteristic of the "Unique Visitors" metric, which basically counts the number of people (ignoring cookie deletions, tracker blocking, etc).Consider these 2 people: Harry and Sally.Harry visited your site on 23 Sep 2020 and saw zero products.Sally visited your site on 20 Sep 2020 and saw zero products. But she also visited on 23 Sep 2020 and saw 2 products.Let's assume that both Harry an...

Views

332

Likes

0

Replies

2
Re: Filtering Unique Visitors based on eVar value across different time ranges - Adobe Analytics 24-09-2020
1. What is the Expiry setting of that eVar?2. How is the "Visitors who only saw zero shifts" segment defined?

Views

357

Likes

0

Replies

0
Re: Seeing which rules a data element is used on - Adobe Experience Platform Data Collection 24-09-2020
You can try https://launch-parser.com, which was built by @Urs_Boller 

Views

617

Likes

2

Replies

0
Re: Adobe Launch Beacon - Adobe Experience Platform Data Collection 23-09-2020
Since the beacon needs to be sent "in the clear" from the user's browser to AA's server, the user (and anyone who intercepts the user's network traffic) will be able to see the data that you are tracking to AA.Normally, there's no issue with that because the data is about general website usage, e.g. which page is viewed, what link is clicked, etc. But if you're sending personally identifiable information (PII) like names, credit card numbers, etc., then you should really be asking yourself why y...

Views

417

Like

1

Replies

0