Sabhya VermaforSabhya Vermasabhya.hashnode.net·Oct 2, 2022Setting up Segment Analytics in Angular with environment filesIntroduction I recently finished working on an Angular web app and it was time to set up analytics to better understand the user experience it delivers. My choice of analytics provider was Segment as it allows setting up a single analytics source wit...Discuss·2 likes·317 readsSegment analytics
Francisco Morettiforfranciscoemoretti.hashnode.net·Jun 24, 2022How to set up Google Analytics on a Next.js websiteIntro Hey devs, this guide will help you set up Google Analytics 4 on your Next.js website. I did this to learn more about the demographics of people who visit my personal site. With an analytics solution, you can measure your online traffic and opti...Discuss·1 likeNext.js
Olabisi OduolaforThe TechCraft by Olabisibyolabisi.hashnode.net·Feb 24, 2022Setting up a custom hook for connecting Google Analytics to React appGoogle Analytics is a web analytics service offered by Google that tracks and reports website traffic. They offer a great dashboard and the service is free. Our goal is to connect the Google Analytics to our React app using some utility functions and...DiscussReactHooks
Adam forDatatributedatatribute.hashnode.net·Apr 23, 2023Tracking a Job Change with UTMs and Resume HyperlinksThought I got curious if recruiters or hiring managers were even reading my resume, let alone clicking on the links I provided them on my resume. So I got curious.. how can I get concrete visibility into their engagement? Here is what the top of my r...Discuss·28 readsresume
Jenna ThorneforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 19, 2023Google Analytics 4 vs Universal AnalyticsRecently, Google has announced their move to sunset Universal Analytics, the Google Analytics version that we are used to, and move to Google Analytics 4 or GA4. Many marketers are pretty annoyed. Nevertheless, while there are some issues, overall, t...DiscussGoogle Analytics
Harpreet SinghforInsights by Ahy Consultingahyconsulting.hashnode.net·Feb 28, 202310 absolutely important eCommerce metrics that you must trackHow do you know if you are doing good or badly in business? numbers How do you know if your business is growing? numbers The most successful eCommerce brands base their business decisions off of data. This Insight looks at the ten most critical metri...Discussecommerce
Analytics InstituteforAnalytics Instituteanalyticsinstitute.hashnode.net·Dec 30, 2022How to Add Data to the Data Layer and Use It on GTMIn an earlier post, you learned how to create your first data layer event. As a refresher, the basic template is: dataLayer.push({'event': 'insert_event_name_here'}); As an example, we were able to create a button that pushes an event called "happine...Discuss·51 readsData Science
Meenu ThariyanforMeenu Gate6's Blogmeenugate6.hashnode.net·Dec 5, 2022Salesforce And Google Analytics Integration: A match made in heaven!When you look at a company that has several departments, say sales, service, marketing, operations, and more, a thought generally crosses your mind and that is ‘How in heaven's name do they keep their data together?’ ‘How does a lead from Marketing g...Discuss·49 readsSalesforce
ShajithforShajith's Blogshajith.hashnode.net·Dec 3, 2022Add Google analytics to Astro using PartytownAdding google analytics to Astro can be done with the partytown integration. Step 1: Add Partytown to your Astro site npx astro add partytown Step 2: Add datalayer push as a forwarding event in your astro.config.mjs file export default defineConfig ...Discuss·254 readsAstro
Railling FarrellforRailling Farrell blograillingfarrell.hashnode.net·Nov 25, 2022How to add Google Analytics tracking code to ShopifyHow to add Google Analytics tracking code to Shopify You'll understand how crucial it is to learn How to apply Google Analytics tracking code on Shopify once you start operating an online store on the Shopify platform and start receiving plenty of or...DiscussGoogle Analytics
Jean-Rémy DubocforCodaillecodaille.hashnode.net·Nov 9, 2022Understanding Default Dimensions in Google Analytics 4What is a dimension in GA4? A Few Examples Google Analytics is a tool designed to collect data. To know what the data represents, we use dimensions. For example, when a user browses a web page, Google Analytics measures the following dimensions: The...Discuss·112 readsPosts in EnglishGoogle Analytics
Jean-Rémy DubocforCodaillecodaille.hashnode.net·Nov 2, 2022How to use comparisons in Google Analytics 4 reportsReports in Google Analytics 4 are very different compared to Universal Analytics. In this post, we'll have a look at a new feature in GA4 reports called comparisons. Comparisons show data GA4 reports across different sub-groups. They are similar to ...Discuss·28 readsPosts in Englishga4
Harsh MaurforHarsh Maurharshmaur.hashnode.net·Oct 29, 2022Integrate Google Analytics 4 with Next.js in TypescriptThere are numerous examples of integrating Next.js in javascript, and even then, these articles focus on integrations with previous versions of GA 4. This article focuses only on GA 4 and how you can integrate it with your Next.js application written...Discuss·166 readsNext.js