Cannot enable Google Analytics tracking
See original GitHub issueDescription:
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:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah wait, I had missed this is mobile related. We don’t have GA support there.
I close this then.