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: Read Cookie Adobe Launch - Adobe Experience Platform Data Collection 27-09-2020
Cookie values can only be strings. I haven't personally tried storing non-text values in cookies using _satellite.cookie.set(), but if it's working for you, then that means Launch is able to stringify the object before storing it as a JSON value in the cookie._satellite.cookie.get() would return the cookie's value as-is, i.e. as a string. To convert it back to its original type, use `JSON.parse()`.E.g.var digitalDataString = _satellite.cookie.get("digitalData"); var digitalData = JSON.parse(digi...

Views

340

Likes

2

Replies

0
Re: Building customer journey segments - Adobe Analytics 27-09-2020
If you have pages or links that correspond with each journey stage, you can fire success events with them to "mark" their stages. You can then visualise the journey with a Freeform table or build a Fallout chart. You could also use these success events with Marketing Channels to see which channels have more conversions per stage.

Views

290

Likes

0

Replies

0
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: Seeing which rules a data element is used on - Adobe Experience Platform Data Collection 24-09-2020
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?

Views

641

Likes

0

Replies

0
Re: CUSTOM LINK Analytics Call Server - Adobe Experience Platform Data Collection 24-09-2020
Answer provided in comments. Posting here for easy access. "I fixed it, wrong send beacon method"

Views

403

Likes

0

Replies

0
Re: Adobe Launch Beacon - Adobe Experience Platform Data Collection 23-09-2020
Understand. I took this screenshot from a portal beacon and I m thinking to achieve the same result. Currently, we can see the beacon in clear and maybe i will have some issue with my client. Even if I have no PII in the beacon. Thanks

Views

409

Likes

0

Replies

0