-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add Google tag manager script tag on all site pages #703
Comments
See here to set up: https://firebase.google.com/docs/analytics/get-started?platform=web |
Here is an article about deciding between Google Analytics and Firebase: https://www.bounteous.com/insights/2018/02/20/choosing-between-firebase-and-google-analytics-sdks-app-tracking/ |
@entrotech @bbovenzi That was a good read. John, you might want to read this one too https://www.webfx.com/internet-marketing/firebase-vs-google.html So Firebase seems great for mobile apps, where GA is best for the website. Also, if we are looking to capture events, then Firebase is better. GA is more session-oriented to track a user's path through the site and then use that to make a better experience. It seems if we have apps, then Firebase would be better, but since we have just a website, GA seems better. We can talk about this Tuesday. |
PR #775 |
@pageignited it looks like there was a PR merged in Dec. What remains in this issue? Does it pass your acceptance criteria or are there any next steps to be carried out? Please define them if there are any. |
Hi Sameer,
yes is ticket pass my AC
…On Thu, Jul 15, 2021 at 6:15 PM Sameer Gautam ***@***.***> wrote:
@pageignited <https://github.com/pageignited> it looks like there was a
PR merged in Dec. What remains in this issue? Does it pass your acceptance
criteria or are there any next steps to be carried out? Please define them
if there are any.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#703 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI4QWCKRM3RJREG5M5PQW3TX6B4TANCNFSM4RY36UTQ>
.
|
As food oasis admin I need the ability to add tracking pixels to the site when I need to, so I don't rely on devs to do this.
Acceptance Criteria:
Need to add google tag manager script tags to all pages
Enable the Preview and Debug mode in Google Tag manager to see if script tags are firing
Check Google Tag Assistant to see if tags are firing
Notes
Script tags need to be placed in two spots on all pages.
Paste this code as high in the < head > of the page as possible:
Additionally, paste this code immediately after the opening < body > tag:
The text was updated successfully, but these errors were encountered: