KLYMM / cnergy-fe

0 stars 1 forks source link

Data Tracking - Detail Article #293

Open edwindamanik opened 1 year ago

edwindamanik commented 1 year ago

Update global variable for article detail

Currently:

kly.gtm.type = 'text'
kly.gtm.category = 'ReadPage'
kly.gtm.subCategory = 'trstdly'
kly.pageType = 'ReadPage'

notes:

Acceptance:

kly.gtm.type = 'feedArticle'
kly.gtm.category = 'Article'
kly.gtm.subCategory = $categoryName
kly.pageType = 'ReadPage'