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

Gokul_Agiwal
Gokul_Agiwal
Online

Badges

Badges
38

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
109

Posts

Posts
242

Discussions

Discussions
31

Questions

Questions
211

Ideas

Ideas
8

Blog Posts

Blog Posts
1
Top badges earned by Gokul_Agiwal
Customize the badges you want to showcase on your profile
Re: getPercentPageViewed v3.0 plug in question - Adobe Analytics 22-01-2019
I am seeing different result when below statements are getting executed. Not sure why this happens.// Fetching the previous page name using below s.prop25 = s.getPreviousValue(s.pageName, 'gpv_nn', '');s._ppvPreviousPage; showing different value. Ideally, getPreviousValue and the value getting in s._ppvPreviousPage should be same but getting different result ? May I know is there co-relation between these two ? or it should be run independently. Gigazelle ParitMittal​ TanmayM​ ericmatisoff Anyon...

Views

1.8K

Likes

0

Replies

0
Re: getPercentPageViewed v3.0 plug in question - Adobe Analytics 21-01-2019
ericmatisoff​Thanks for reply. is getPercentPageViewed v 3.01 just released ? Though I am using getPercentPageViewed v3.0 from this link and still facing the same issue as described above?

Views

1.8K

Likes

0

Replies

0
getPercentPageViewed v3.0 plug in question - Adobe Analytics 18-01-2019
Hello Team,I am using the new plugin getPercentPageViewed v3.0 with getPreviousValue but somehow its not working correctly.I have implemented like belowAdded both the plugin code in PLUGIN Section, and doPlugin section added below code.s.prop9 = s.getPreviousValue(s.pageName, 's_ppn', '');if (s.pageName !== undefined) {var ppv = s.getPercentPageViewed(s.pageName); // passing the page name as parameterif (ppv) {s.prop9 = ppv[0]; // contains the previous page names.prop55 = ppv[1]; // contains the...

Views

4.1K

Likes

0

Replies

6
getPercentPageViewed v3.0 plug in question - Dynamic Tag Management 18-01-2019
Hello Team, I am using the new plugin getPercentPageViewed v3.0 with getPreviousValue​ but somehow its not working correctly. I have implemented like below Added both the plugin code in PLUGIN Section, and doPlugin section added below code. s.prop9 = s.getPreviousValue(s.pageName, 's_ppn', ''); if (s.pageName !== undefined) {var ppv = s.getPercentPageViewed(s.pageName); // passing the page name as parameter if (ppv) {s.prop9 = ppv[0]; // contains the previous page names.prop55 = ppv[1]; // conta...

Views

2.4K

Likes

0

Replies

1
How to track Bright cove videos using Heart Beat Implementation through DTM - Dynamic Tag Management 14-01-2019
Hello team, With the latest version of AppMeasurement JavaScript ( 2.10 ) the media module will no longer be available or supported. In this case, Heartbeat implementation is only option for tracking HTML5 based videos or Brightvove Videos.Anyone know how to implement video tracking with Heartbeat, what are the steps need to done ? Thanks

Views

980

Likes

0

Replies

0
Update the S_code.js to latest version of App Measurement - Adobe Analytics 26-11-2018
Hello Team, May I know what steps are need to be considered when updating s_code.js to latest app measurement version 2.10.0. also if you let us know which plugins have in built support so no need to mentioned externally?

Views

1.0K

Like

1

Replies

1
Re: Fire Event Based rule when I select the options on the dropdown - Dynamic Tag Management 08-10-2018
Hello, Please check below links that might be help in your case. Tracking drop-down using DTM javascript - Adobe DTM Capturing Change of Select - Stack Overflow Hope this helps. Thanks,Gokul

Views

1.5K

Likes

0

Replies

0
Re: Documentation on Satellite library - Dynamic Tag Management 08-10-2018
Thanks for your reply. I knew the above links and I already gone through it. I am looking for documentation in terms developer point of view, like the languages / framework JavaScript, Angular, JAVA etc. have their own documentation. Hope this helps.

Views

4.7K

Likes

0

Replies

1
Documentation on Satellite library - Dynamic Tag Management 08-10-2018
Hello Team,Do you have any documentation with example on Satellite library?What are the functions, methods available ? how to used them in DTM ?

Views

5.7K

Like

1

Replies

3
AppMeasurement Javascript release 2.10.0 question - Adobe Analytics 04-10-2018
Hello Team,Recently AppMeasurement JavaScript new version 2.10.0 released. but how can I get more information about the changes had been done in mentioned release.As per the release notes provided here at AppMeasurement for JavaScript for latest version, what does they exactly and their implications in terms of developer point of view. I am not getting clear idea after reading below- AppMeasurement blocks cookie transmissions during POST. (AN-165538)- Drop support for XDomainRequest. (AN-165733)...

Views

1.8K

Like

1

Replies

3