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

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Scroll Rate for Page Dimension in Report

Avatar

Level 4

Here I need have metric i.e.scroll rate, so I have created numeric event for scroll rate. 

bindukumari1990_0-1616961555270.png

So, for this I have used below plugin code and assigned it to prop and event8. 

 

bindukumari1990_1-1616961675489.png

When I checked in debugger tool, the event is coming properly with the value, but no data is shown in the AA reports. Please suggest the any solution. As I am beginner and new to tool.

 

Thanks!!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I re-read your s.events line in your original post's screenshot, and realised that there's another error: the "event8" isn't within the string itself.

Your s.events string should be like this:

s.events = "event8=" + s._ppvHighestPercentViewed;

 

View solution in original post

12 Replies

Avatar

Community Advisor

In your event8, you should be tracking the number only. You should not include the "highestPercentViewed=" string.

Avatar

Community Advisor
Are you tracking these as Custom Links, i.e. with s.tl() ? If so, have you set s.linkTrackVars and s.linkTrackEvents before firing s.tl() ?

Avatar

Community Advisor
Well, there's your problem. You need to set s.linkTrackVars and s.linkTrackEvents with Custom Links if you're using custom code to set any props, eVars and/or events.

Avatar

Level 4
@yuhuisg, I am not tracking this as custom link, I have created the event and added the above code which is shown in screenshot in the adobe analytics extension.

Avatar

Community Advisor
Can you show a screenshot from your debugger tool that shows the event being sent to AA?

Avatar

Community Advisor
Thanks. Ok, looks like the problem is with how you've constructed your s.events string, otherwise the debugger won't show the Events value starting with "22".

Avatar

Correct answer by
Community Advisor

I re-read your s.events line in your original post's screenshot, and realised that there's another error: the "event8" isn't within the string itself.

Your s.events string should be like this:

s.events = "event8=" + s._ppvHighestPercentViewed;

 

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now