question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot enable Google Analytics tracking

See original GitHub issue

Description:

Uncommented Google Analytics in config.js

analytics: {
        // The Google Analytics Tracking ID:
        googleAnalyticsTrackingId: 'UA-xxxxxxx-x',

        // Matomo configuration:
        // matomoEndpoint: 'https://your-matomo-endpoint/',
        // matomoSiteID: '42',

        // The Amplitude APP Key:
        // amplitudeAPPKey: '<APP_KEY>'

        // Configuration for the rtcstats server:
        // In order to enable rtcstats one needs to provide a endpoint url.
        // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,

        // The interval at which rtcstats will poll getStats, defaults to 1000ms.
        // If the value is set to 0 getStats won't be polled and the rtcstats client
        // will only send data related to RTCPeerConnection events.
        // rtcstatsPolIInterval: 1000

        // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
        scriptURLs: [
             "libs/analytics-ga.min.js", // google-analytics
            //  "https://example.com/my-custom-analytics.js"
        ],
    },

Made build using the build script xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive

Cannot observe events under my app in analytics.google.com

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Aug 4, 2020

Ah wait, I had missed this is mobile related. We don’t have GA support there.

0reactions
Echoloncommented, Aug 4, 2020

I close this then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Your Google Analytics Isn't Working (and How to Fix It)
1. Your Google Analytics tracking code is not implemented correctly · 2. You're not tracking the correct property or view · 3. You've...
Read more >
Google Analytics not working? Here are 21 ways to fix it
Google Analytics not working? Here are 21 ways to fix it. #1 Delete and Disable the cache #2 Use Google Tag Assistant and...
Read more >
[GA4] Troubleshoot tag setup on your website - Analytics Help
The Google tag ID is incorrect · Click Data Streams and then select the web data stream for the website. · In the...
Read more >
Google Analytics Not Working: 20 Common Errors & How to ...
Find out why Google Analytics is not woking. We've compiled a list of most common errors in Google Analytics and their fixes.
Read more >
How come I cannot enable e-commerce in my Google Analytics?
Sign in to Google Analytics. · Click Admin, and navigate to the VIEW you want. · In the VIEW column, click “Ecommerce Settings”....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found