Track article id on billboard clicks (#20447)

This commit is contained in:
Ben Halpern 2023-12-12 17:21:32 -05:00 committed by GitHub
parent 81b042ee25
commit fd77c7671d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ function trackAdImpression(adBox) {
billboard_id: adBox.dataset.id,
context_type: adBox.dataset.contextType,
category: adBox.dataset.categoryImpression,
article_id: adBox.dataset.articleId,
},
};

View file

@ -125,6 +125,7 @@ function trackAdClick(adBox) {
billboard_id: adBox.dataset.id,
context_type: adBox.dataset.contextType,
category: adBox.dataset.categoryClick,
article_id: adBox.dataset.articleId,
},
};