Skip to content

Commit

Permalink
Update parameters sent to analytics provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyyakym committed Jan 20, 2025
1 parent 93932ac commit 20af65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Analytics/AnalyticsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export function AnalyticsProvider({ children, isEnabled, newsroom }: Props) {
plausible_site_id: newsroom.plausible_site_id,
tracking_policy: newsroom.tracking_policy,
google_analytics_id: newsroom.google_analytics_id,
onetrust_cookie_consent: newsroom.onetrust_cookie_consent,
}}
consent={consent ?? undefined}
story={story ? { uuid: story.uuid } : undefined}
plausibleDomain={plausibleDomains}
isEnabled={isEnabled}
Expand Down

0 comments on commit 20af65a

Please sign in to comment.