diff --git a/analytics-ga.js b/analytics-ga.js index d3b0969ef..5c00c8890 100644 --- a/analytics-ga.js +++ b/analytics-ga.js @@ -126,9 +126,10 @@ return; } - // The e2e rtt are not useful in GA, and there are too many of them. - // We just filter them out for now. - if (event.action === 'e2e_rtt') { + // The e2e rtt, rtp stats and rtt by region stats are not useful in GA, + // and there are too many of them. We just filter them out for now. + if (event.action === 'e2e_rtt' || event.action === 'rtp.stats' + || event.action === 'rtt.by.region') { return; }