You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Nielsen integration mappings and add new setting to Nielsen DCR (#597)
* Update Nielsen integration mappings and add new setting to DCR
* Upgrade dependencies for analytics-events
* Add Nielsen DTVR integration changes and unit tests
* Update Nielsen integration mappings and add new setting to DCR
* Upgrade dependencies for analytics-events
* Add Nielsen DTVR integration changes and unit tests
* Publishing beta versions of Nielsen DCR 2.1.0 and Nielsen DTVR 1.0.2
* Fix total_length bug by checking for undefined
* Hash URL for assetid and update unit tests
* Update beta version for Nielsen DCR to 2.1.1
* Bump to non beta versions
Co-authored-by: Kiara Daswani <kiara.daswani@Kiaras-MBP.attlocal.net>
assetid: page.url(),// *DYNAMIC METADATA*: unique ID for each article **REQUIRED**
106
-
section: page.fullName()||page.name()||page.event(),// *DYNAMIC METADATA*: section of site **REQUIRED**
119
+
assetid: sha256(url),// *DYNAMIC METADATA*: unique ID for each article, deterministic SHA256 hash of url since assetid cannot contain special characters **REQUIRED**
120
+
section: sectionName,// *DYNAMIC METADATA*: section of site **REQUIRED**
0 commit comments