-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JS] Allow playerName to be set per-tracker instance #83
Comments
Hi @arm22, Currently the SDK doesn't support overriding playerName. Only channel can be overridden per tracker instance. There is new way to implement Media Analytics tracking Web SDK. This solution uses the new XDM format for data and send s data to Adobe Experience Platform where it can be used with AA, CJA, etc. If you are not ready to migrate and want to use the 3.X JS SDKs, please raise a feature request from your side. In the meantime I will also bring this to the Media Analytics Product team. Thanks, |
Hello @addb, I appreciate the insight. This application is not currently being migrated to the new "Edge" solution. Can you provide more details regarding raising a feature request? Is that something done via a Pull Request, or via the Adobe Analytics UI? Best, |
@arm22 I have conveyed this request to the Product team, I will let you know about the updates or if anything needs to be done from your side. Thanks, |
Thank you @addb! Please keep me posted. If it's appropriate to close this issue, feel free to do so. |
Hello @addb are there any updates regardin this issue? Let us know if anything comes up and if anything should be done on our side. Thank you |
Hello @elleryvelope, @arm22, We have added this feature request in our roadmap. I will get back as soon as I have an ETA on this. |
Understood @addb please let us know. Thank you |
Hello @addb are ther eany updates on an ETA fo rthis issue just so that we can have an idea of where it could be expected? Let us know i fthere's an update. Thank you |
Hi @elleryvelope, We are in a release restriction period currently, so we will release the new version of the SDK with the updates in January. |
Hello @addb thank you for the response. Do you have an ETA for when in January the new version of SDK might be released? |
Hello @elleryvelope @arm22, We have released the Media JS SDK v3.1.0 with the feature to override the player name similar to channel. We have also expose constants to use for configuration. Sample:
Thanks, |
I have an application where there is the potential for > 1 video player to be present on a single page. With the v3 JS SDK I cannot set the
playerName
to a distinct value for the discrete tracker instances created.The SDK defaults both trackers to report
playerName
as"unknown"
Streaming Video Session Start payload
VOD Video Session Start payload
The text was updated successfully, but these errors were encountered: