-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Hi there,
we have a hard time optimizing our tracking configuration. Especially the video tracking configuration is vast, because we have to write a special configuration for every video. It is not possible write a configuration for all players that handles an event. If we do this, only the first player is tracked.
For reproduction in Playground open the Network Tab in the Dev Console and filter for collect. If you click on the several videos, the Play Event is tracked only on the first player.
The workaround, as said is to define a special configuration for every player, but that leads quickly to a big config.
Expected behavior:
It should be sufficient to write the tracking configuration only once per Event.
I have a working fix for this, but I am not sure if I did everything right. Especially tests are missing right now. :( I would be glad if someone could guide me through that..
Related Issue: #11380