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: Javascript - when a tracking call has completed? - Adobe Analytics 23-09-2020
@tbaker73 out of curiosity, why do you need to call a s.tl() immediately after a s.t() ?

Views

489

Likes

0

Replies

0
Re: Adobe Analytics Link Click Is not firing - Adobe Analytics 23-09-2020
Since your link tracking is getting cancelled, then it means that yes, you need to add a delay when you track the link. Otherwise, the browser is navigating away from the current web page before the link tracking has completed executing, causing it to be cancelled.A 100ms - 500ms delay should be sufficient.

Views

378

Likes

0

Replies

0
Mark Rules/Data Elements as Favorites - Adobe Experience Platform Data Collection 22-09-2020
It would be nice if we could favorite rules and data elements to make them quicker to access.Further functionality that would be useful:Pin favorites to the top of the listFilter the view by favorited items (similar to how views can be filtered by enabled/disabled)

Views

475

Likes

11

Replies

1
Re: Adobe Analytics Link Click Is not firing - Adobe Analytics 21-09-2020
Can you provide a sample of your data layer code and how you've implemented your Link Click tracking? It's hard to troubleshoot without that additional information.

Views

413

Likes

0

Replies

0
Re: Getting 200 status with type xhr instead of type gif - Adobe Analytics 21-09-2020
No, the choice of xhr or gif doesn't affect your Adobe Analytics reports.

Views

392

Likes

0

Replies

0
Re: Getting 200 status with type xhr instead of type gif - Adobe Analytics 21-09-2020
Both xhr and gif work just fine. Which one is used depends on the amount of data that AppMeasurement needs to send to AA's servers. As long as you're getting HTTP 200 status with either of them, you're all good.

Views

416

Likes

2

Replies

2
Re: Not getting the total price of the product ( rate * q... - Adobe Analytics 21-09-2020
You need to track the total price x quantity in the s.products string. So in your example, it should bes.products = ";abcd;1200;12";Reference: https://docs.adobe.com/content/help/en/analytics/implementation/vars/page-vars/products.html

Views

333

Likes

2

Replies

2
Re: Bounce Rate by Referrer? - Adobe Analytics 19-09-2020
Sure, if the referrer is important to you, then you might want to report on the bounce rate from that referrer.But the results may not be actionable, because you can't control the referrers that your users use to reach your website. Maybe you would be able to determine which ones appear to be sending some kind of quality traffic (based on low bounce rate), and then maybe work out some campaigns with them.

Views

198

Likes

0

Replies

0
Re: Google Translation on my website - Adobe Analytics 19-09-2020
If you're referring to the Google Translate widget, then I don't think it provides a callback function to indicate that it has finished translating your web page. The next best thing could be to detect changes in the widget's dropdown selection, and assume that the user has translated the page if the selected item is not the same as what it was before.Note: Google does not support the Translate widget any more. https://support.google.com/translate/thread/4007370?hl=en

Views

327

Likes

0

Replies

0
Re: Component to measure inflows from other page - Adobe Analytics 18-09-2020
@Andrey_Osadchuk I guess it depends on what @Arisa_Y needs to report on. If he/she needs to report on inflows per link in the previous page, then yes, the Flow visualisation won't work. But if the requirement is as simple as "which pages are leading to the campaign landing page", then the Flow should be good enough.

Views

271

Likes

0

Replies

0