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

Commit

Permalink
Change category for Mindful Adversting Post events to Advertising Post
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Aug 28, 2024
1 parent 3528fc3 commit dd1eff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ const mindfulConfig = site.getAsObject("mindful");
}
$ const data = {
action: "View",
category: "Content",
category: "Advertising Post",
entity,
};
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ const mindfulConfig = site.getAsObject("mindful");
name="P1EventsTrackScrollDepth"
props={
entity,
category: 'Content',
category: 'Advertising Post',
selector,
targetScrollDepths,
}
Expand Down

0 comments on commit dd1eff7

Please sign in to comment.