Disable player analytics

I am using player v2.51
I get a lot of requests from the player with /api_v3/index.php?service=analytics

I understand that the analytics service is not available for CE but I still want to disable these calls as I don’t need stats.

In the past I used ‘statistics’: {‘plugin’: false},
but it does not work for the new analytics service

1 Like

Hi Benny,

Edit /opt/kaltura/web/html5/html5lib/v2.51/modules/KalturaSupport/UiConfResult.php
and comment out:

//"kAnalony"=>array(),

Then clear cache under /opt/kaltura/web/html5/html5lib/v2.51/cache/*
Please be sure NOT to remove /opt/kaltura/web/html5/html5lib/v2.53/cache/ itself.

1 Like

Thanks.

It works just fine.

1 Like

Thank you so much, jess.I am also looking for this answer.I am using v2.51 Player.Actually, I was using used ‘statistics’: {‘plugin’: false},.You give me hint.It really helps to finish my site modification.

1 Like