-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Hi, I was wondering how can I set allow_enhanced_conversions to true?
On GA/Ads docs says that you need to do the following:
gtag('config', 'TAG_ID', { ' allow_enhanced_conversions':true } ) ;
I couldn't find a way to do it with this lib under:
googleAnalytics({
measurementIds: ['G-XXXXXXXX'],
}),
I believe we must add a param to gtagConfig to the plugin (if I am not wrong, it's not typed -yet-):
googleAnalytics({
measurementIds: ['G-XXXXXXXX'],
gtagConfig: { allow_enhanced_conversions: true }
}),
Thanks!
Metadata
Metadata
Assignees
Labels
No labels