Skip to main content

New answers tagged

0 votes

What version of the Google Analytics for Firebase iOS SDK is used in the latest Xamarin.Firebase.iOS.Analytics nuget package?

You should able to find a plugin.xml file within a package where you can find the necessary info that includes which version of FirebaseAnalytics has been used for ios by this package.
Jimba Tamang's user avatar
  • 1,325
0 votes

When I use preview mode in google tag manger it opens a new tab for a beta version of tag assistant, how do I get rid of that?

In case anyone in the future has an issue with this - I can't see how anyone can't, because as another poster stated you loose all of your tools and console - you can install the tag assistant browser ...
Jarrod McGuire's user avatar
0 votes

Google analytics API - how to create new account

It appears this is now available via the Google Analytics Admin API. Learn more here Account provisioning accounts.provisionAccountTicket This method returns the accountTicketId field that should be ...
MrChrisRodriguez's user avatar
1 vote

Filtering dev environment events Google Analytics 4

Well, the best thing to do would be to not use react-ga4 at all. It's not proper to have front-end framework working with behavioral analytics directly. There's a reason why we have tag management ...
BNazaruk's user avatar
  • 7,729
0 votes

unknown urls in my Google Analytics performance dashboard

Well, it could be just spam. There's nothing you can do to it in GA4. Google decided to remove the filters/views feature. Just ignore that traffic. Make reports that filter it out by the hostname or ...
BNazaruk's user avatar
  • 7,729
-1 votes

How to track a PDF view (not click) on my website using Google Tag Manager

Have you considered using platform like HelpRange where you can share unforwardable links to pdfs?
Wiktor's user avatar
  • 1
0 votes

Ecommerce data in GTM GA4 Event tag not showing up in GA4 Ecommerce Purchases report

Events you give custom names to won't populate the pre-generated reports. To work with the reports built in to GA4, you need to use the event names recommended in the documentation. If you call the ...
JFA's user avatar
  • 1
0 votes

GA4 Measurement via standard HTTP Request

The debug connect endpoint is simply for debugging. If there is an issue it will tell you that there. It will NOT send a hit to google analytics https://www.google-analytics.com/debug/mp/collect ...
Linda Lawton - DaImTo's user avatar
0 votes
Accepted

promote Bigquery table replica to primary

Dataset replication If you replicate a dataset, BigQuery stores the data in the region that you specify. Primary region. When you first create a dataset, BigQuery places the dataset in the primary ...
Priyanshu Verma's user avatar
0 votes

Tracking booking event using GA4 analytics without GTM

GA4 interface is somewhat misleading. It allows you to make GA4 events based on other already tracked GA4 events. It does not allow you to track anything new. Without using GTM or custom scripting (...
BNazaruk's user avatar
  • 7,729
0 votes
Accepted

Firebase Analytics first_open and session_start events not sent when consent granted

We found an answer to this problem, at least for our project. Maybe it will help someone else. On starting the app, our CMP tool called a custom disableFirebaseTracking() method. Inside this method, ...
AnSrwn's user avatar
  • 13
1 vote
Accepted

Can't get article properties from web page published in Zendesk

The HelpCenter object you are accessing only provides information about the zendesk account and current user, it's not supposed to have any article or category property. The documentation you linked ...
Ingirorhaun's user avatar
0 votes

Firebase Analytics for website is not sending any data in production (https)

I discovered that the issue was with my browser settings. I was using the Brave browser, which blocks analytics data by default. When I tried using a different browser, everything worked perfectly. If ...
Sandro Simas's user avatar
  • 1,297
0 votes

GA4 tag triggering

Open your GTM Preview, clear the consent cookie, load the page, see the DOM Ready fire and the CSP manager blocking the pageview tag. Allow consent. Do you see the pageview fired? No? Then your CSP ...
BNazaruk's user avatar
  • 7,729
0 votes
Accepted

Connected GA4 property through Universal analytics after July 2024

Looks like Google finally got back... tl;dr - Universal analytics will stop working even through GA4. "On 1 July 2024, Google Analytics 4 properties will have fully replaced Universal Analytics ...
Jav's user avatar
  • 1
1 vote

Finalizing GA4 migration - are Universal Tags going to become inactive?

So the simplest way to migrate UA to GA4 is to go there into the UA UI and connect it to a GA4 property. When you do that, what it does is it puts a relay in place that starts redirecting UA tracking ...
BNazaruk's user avatar
  • 7,729
0 votes

Tracking traffic across two sites, one a subdomain of the other

Per @BNazaruk's guidance, I elected to go the GTM approach, and have one tag for both sites — or more like Desired outcome 2. These are the two videos that I found most helpful: Google Tag Manager ...
Lawrence Humphrey's user avatar
0 votes

Tracking traffic across two sites, one a subdomain of the other

Well, yes, the approach you took is not necessarily wrong, but unconventional for sure. In vast majority of cases, you want to have one GA property covering all sites that at least share user journeys ...
BNazaruk's user avatar
  • 7,729
0 votes
Accepted

How to add variable google analytics ids to index.html

I solved this issue by injecting the scripts from a service. Here's the full code: declare let gtag: any; // put this before the @Injectable decorator ... // Below are functions of the analytics ...
Tuma's user avatar
  • 757
1 vote
Accepted

Firebase Analytics log custom events from server

You don't send events from your backend to Firebase. Firebase is a proxy endpoint for analytics data collected from apps. It's a proxy in a sense that the analytics data in Firebase is essentially ...
BNazaruk's user avatar
  • 7,729
0 votes
Accepted

How to exclude traffic from users who click 'Login' to navigate to a subdomain in Google Analytics reports?

Well, first of all, bounce rate is a vanity metric. It's rarely useful and it's very easy to misuse. Mostly because of all kinds of the bots bloating it up with no cookie persistence. It's also ...
BNazaruk's user avatar
  • 7,729
1 vote

For a GA4 property connected to UA, do I have to change the code on the website from UA- to G-ZZZ

Your UA tags, if linked to a GA4 property, will continue to work and process data after the July 1, 2024 shut down of all UA properties. "For Google Analytics 4 properties that rely on Universal ...
Jon Weers's user avatar
  • 1,616
0 votes

How to Add Google Analytics to Astro Starlight Theme Without Layouts or Components Folder

I added the following but couldnt get it to work. head: [ // Add Google Analytics script tag. { tag: 'script', attrs: { ...
Ricardo Rosero's user avatar

Top 50 recent answers are included