Skip to content

Commit

Permalink
changes to mvt items
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyPeachey committed Nov 4, 2024
1 parent e345699 commit e095635
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/app/components/ATIAnalytics/atiUrl/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,14 @@ export const buildATIPageTrackPath = ({
...(experimentVariant
? [
{
key: 'experiment_variant',
description: 'Article page banner test',
key: 'mv_test',
description: 'Article page banner experiment',
value: `Election Banner Experiment`,
wrap: false,
},
{
key: 'mv_creation',
description: 'Article page banner variant',
value: `${experimentVariant}`,
wrap: false,
},
Expand Down

0 comments on commit e095635

Please sign in to comment.