Skip to content

Releases: adobe/aepsdk-roku

v1.2.0

03 May 23:05
e1f1c67
Compare
Choose a tag to compare

Release Notes

  • Added support for Datastream overrides, allowing for more flexibility in configuring the Datastream.
  • Added getExperienceCloudId() API, which enables developers to retrieve the Experience Cloud ID (ECID) from the SDK.

v1.1.0

07 Mar 20:06
9d1ee36
Compare
Choose a tag to compare

Release Notes

  • Streaming Media for Edge Network
    • Added new APIs and configuration for tracking media.
    • Customizable ping interval.
  • Added support to create multiple instances of the SDK.
  • Support non-xdm data in SendEvent API
  • A comprehensive migration guide to transition from Adobe Media SDK to Adobe Experience Platform Roku SDK.

v1.1.0-beta

19 Jan 15:20
7315bed
Compare
Choose a tag to compare

Release Notes

  • Support non-xdm data in SendEvent API

Breaking change

Please review the breaking change below and make the necessary changes to make your code be compatible with the AEP Roku SDK 1.1.0-beta.

  • The XDM data passed to the sendEvent API should be wrapped in a root object.
xdmData = {
    "eventType": "commerce.orderPlaced",
    "commerce": {
      .....
    }
}

- m.aepSdk.sendEvent(xdmData)

+ m.aepSdk.sendEvent({
+    "xdm": xdmData
+ })

For more information, please see the API reference.

What’s Changed

v1.1.0-alpha

30 Nov 23:41
51f6728
Compare
Choose a tag to compare

🚀 What's New

🆕 Streaming Media for Edge Support

Alpha release of the Adobe Streaming Media for Edge Network which sends data about audio and video consumption on your streaming applications to the Adobe Experience Platform Edge Network. This enables capabilities for measurement, analysis, and activation with media data across the Adobe Experience Cloud solutions.

Edge

  • Added support to create multiple instances of the SDK.

📓 Documentation & Sample Channel:

Click to view the full changelog

v1.0.0

07 Aug 16:54
e7b1869
Compare
Choose a tag to compare

This is the first stable release of the AEP Roku SDK, which exposes APIs to help developers to integrate the Adobe Experience Platform solutions with the Roku channel.

🚀 Features:

  • Adobe Experience Edge Network Integration: Seamlessly send data to the Edge Network, and get greater control over data interactions by optionally registering a callback for Edge response handles.

  • Automated ECID and ImplementationDetails Attachment: Experience more efficient tracking and integration as ECID (Experience Cloud ID) and Implementation details are now automatically appended to every XDM Experience Event request.

  • Custom Identity Synchronization: Personalize user experiences effectively by syncing Custom Identities with each XDM Experience Event request. Unlock the potential of the Edge Network while maintaining tailored interactions.


For more information, refer to the documentation below:

1.0.0-alpha1

29 Jun 20:07
0cf15fe
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Early build for the AEP Roku SDK.

For more information, refer to the documentation below: