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

Commit

Permalink
Merge pull request #956 from Shinsina/advertising-post-category-mindf…
Browse files Browse the repository at this point in the history
…ul-events

Change category for Mindful Adversting Post events to Advertising Post
  • Loading branch information
zarathustra323 authored Aug 28, 2024
2 parents 3528fc3 + dd1eff7 commit 5c8741a
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 5c8741a

Please sign in to comment.