Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use without ga or _gaq #15

Open
markmclaren6 opened this issue Sep 23, 2020 · 0 comments
Open

Use without ga or _gaq #15

markmclaren6 opened this issue Sep 23, 2020 · 0 comments

Comments

@markmclaren6
Copy link

My Analtyics code snippet looks like this

    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }

        gtag('js', new Date());

        gtag('config', 'UA-XXXXXX-X');
    </script>

My page doesn't fire any explicit analytics events - I've simply told Google Analytics that one of my pages is the 'goal'.

How can I integrate ABaltics to my website since I don't have ga or _gaq defined?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant