This commit is contained in:
Marian-Vasile Laza 2021-11-10 22:23:05 +02:00
Родитель 5a9f058649
Коммит 9054eef246
1 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -1490,17 +1490,19 @@ AboutReader.prototype = {
);
// Set up tracking for sign up buttons
this._doc.querySelectorAll(`.pocket-sign-up, .pocket-discover-more`).forEach(el => {
el.addEventListener(`click`, e => {
Services.telemetry.recordEvent(
"readermode",
"pocket_cta",
"sign_up_click",
null,
{}
);
this._doc
.querySelectorAll(`.pocket-sign-up, .pocket-discover-more`)
.forEach(el => {
el.addEventListener(`click`, e => {
Services.telemetry.recordEvent(
"readermode",
"pocket_cta",
"sign_up_click",
null,
{}
);
});
});
});
// Set up tracking for user seeing CTA
this._ctaIntersectionObserver.observe(