Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
use the pageId for eventLabel in the send event
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Sep 25, 2023
1 parent d94f3b5 commit 1c7fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReaderFeedback/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ReaderFeedback = ({ pageId }) => {
hitType: 'event',
eventCategory: 'button',
eventAction: 'feedback',
eventLabel: label,
eventLabel: pageId,
eventValue: value
});
}
Expand Down

0 comments on commit 1c7fa9a

Please sign in to comment.