Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

init method is not working #5

@Vishanth

Description

@Vishanth

I tried the following

from the main:

  • Vue.$analytics.fbq.init('AppID', {em: });
  • Vue.analytics.fbq.init('AppID');

from the vue page:

  • this.$analytics.fbq.init('AppID', {em: });
  • this.$analytics.fbq.init('AppID');

But adding the script from Facebook Pixel initializes properly.
What's the right way of initializing through the analytics.fbq.init() method?

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions