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: Rule not firing onchange event - Adobe Analytics 05-10-2020
@jezwn I personally wouldn't rely on window.onunload because there will always be race conditions between your code getting executed vs the browser navigating away. Maybe it works for you, but it might not with your users. But if you find that your method works, then go ahead, and I suggest that you document it clearly, because it's definitely out of the ordinary.

Views

744

Likes

0

Replies

0
Re: Using existing context data to populate eVars/ probs... - Adobe Experience Platform Data Collection 05-10-2020
I haven't tried it myself, but I suppose it can be done.On the other hand, context data is meant to be used with Analytics directly. So you need to consider if your future self or your successor(s) will be able to remember how you're using context data with Launch instead.

Views

308

Likes

2

Replies

0
Re: Rule not firing onchange event - Adobe Analytics 05-10-2020
@jezwna Data Element Change event might not be the best for you.Try using a Custom Code event. In there, you can use:window.addEventListener('beforeunload', function (event) { trigger(); // REQUIRED });Then, you can read from your data element in a condition or action.

Views

765

Likes

0

Replies

0
Re: Rule not firing onchange event - Adobe Analytics 04-10-2020
What is most likely happening is that there's a "race condition" between when your digitalData.form.formAbandonment gets set vs when the browser has already unloaded and is navigating to the next page. You can verify if this is the case with the Adobe Experience Platform Debugger's Events panel.With window's unload function, one "trick" I've used that works pretty consistently is to perform the Rule's action within a condition. Basically, run the action's custom code in a condition, and make sur...

Views

854

Likes

0

Replies

6
Increase font size in "Create report suite" page - Adobe Analytics 02-10-2020
11 pixels is really small and hard to read for those without 20/20 eyesight.

Views

373

Like

1

Replies

1
Re: Page URLs with double slashes under Workspace - Adobe Analytics 02-10-2020
@prathap08 could you edit your original post to show screenshots of some example reports where you see the double-slash discrepancy?

Views

1.0K

Likes

0

Replies

0
Re: Referrer TYPE = Social Networks | Traffic is very LOW. - Adobe Analytics 02-10-2020
@prathap08 https://helpx.adobe.com/experience-cloud/supported-users.html

Views

365

Likes

0

Replies

0
Re: Rule not firing on click event - Adobe Experience Platform Data Collection 02-10-2020
Any user interaction within an IFRAME usually cannot be detected by the parent frame, which is where your Launch property is. And so Launch will not be able to detect those interactions/events.If you can add code to the page in the IFRAME, consider using postMessage() in the IFRAME to send the event data up to the parent frame. Then within Launch, you can use window.addEventListener('message', callbackFunction) to handle those events as you wish.

Views

966

Likes

4

Replies

6
Re: Page URLs with double slashes under Workspace - Adobe Analytics 02-10-2020
@prathap08 it sounds strange that you encounter this problem of double slashes "//" in your prop's values only with the Typed/Bookmark referrer. If that is really the case, then it sounds to me like a bug that Adobe should fix. I suggest opening a ticket with Client Care for them to investigate and resolve.

Views

1.1K

Likes

0

Replies

0
Re: Referrer TYPE = Social Networks | Traffic is very LOW. - Adobe Analytics 02-10-2020
@prathap08 that's what I meant by I can't comment on Adobe's method of classifying referral traffic. If you believe it's wrong, you should open a ticket with Client Care for them to resolve.

Views

405

Likes

0

Replies

0