Skip to content

Instantly share code, notes, and snippets.

View KamalChembath's full-sized avatar

KamalChembath

View GitHub Profile
@KamalChembath
KamalChembath / AppMeasurement.js
Last active August 29, 2015 14:22
YouTube Video Tracking for Adobe Analytics *AppMeasurement" code
s = new AppMeasurement()
s.account="REPORT SUITE ID"
/************************** CONFIG SECTION **************************/
/* You may add or alter any code config here. */
/* Link Tracking Config */
s.trackDownloadLinks=true
s.trackExternalLinks=true
s.trackInlineStats=true
s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx"