Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Interface for Content Personalization Server

Methods

reportNewContentEntitlement()

reportNewContentEntitlement(entitlement): void Reports that the customer has a new individual content entitlement inserted into their existing content entitlement list. Only for entitlement not already contained in subscriptions. Only for entitlement inserted due to on-device customer action. Should be reported at time of insertion.

Parameters

entitlement
IContentEntitlement The new enitlement.

Returns

void

Example


reportNewContentInteraction()

reportNewContentInteraction(contentInteraction): void Reports a customer has interacted with content (Liked, disliked, watched trailer, etc..)

Parameters

contentInteraction
IContentInteraction The content interaction that has occurred.

Returns

void

Example


Last modified on October 2, 2025