Skip to content

Commit 2583c9d

Browse files
authored
Merge pull request #14820 from guardian/jm/feat-qualify-epic-impression
Update epic threshold to 40%
2 parents 2a1b06b + ac6c1c8 commit 2583c9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dotcom-rendering/src/components/marketing/epics/ContributionsEpic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const ContributionsEpic: ReactComponent<EpicProps> = ({
278278

279279
const [hasBeenSeen, setNode] = useIsInView({
280280
debounce: true,
281-
threshold: 0,
281+
threshold: 0.4,
282282
});
283283

284284
useEffect(() => {

dotcom-rendering/src/components/marketing/epics/ContributionsLiveblogEpic.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export const ContributionsLiveblogEpic: ReactComponent<EpicProps> = ({
151151

152152
const [hasBeenSeen, setNode] = useIsInView({
153153
debounce: true,
154+
threshold: 0.4,
154155
});
155156

156157
useEffect(() => {

0 commit comments

Comments
 (0)