Skip to content

Google Analytics - Allow enhanced conversions #503

@gvillo

Description

@gvillo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions