Track article id on billboard clicks (#20447)
This commit is contained in:
parent
81b042ee25
commit
fd77c7671d
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue