Stay organized with collections
Save and categorize content based on your preferences.
Entitlements object
An Entitlements Object is a JSON representation of a single entitlement for a publication, to be associated with a subscription-linked reader account.
Fields
product_id: An identifier formed by merging the publication ID
and the name or level of entitlement.
subscription_token: A publisher-provided string representing their understanding of a subscription. Google stores this, but does not use it for anything.
detail: A user-facing description of the entitlement. This is surfaced in the reader's self-service My Accounts page for better identifying their entitlements.
expire_time: A timestamp in RFC 3339 format. The maximum expire_time is 398 days from now(). If you need to support a longer entitlement period, you must update the expire_time to extend it before it reaches the expire_time.
Entitlements object example
constentitlement={"product_id":"dailybugle.com:basic","subscription_token":"dnabhdufbwinkjanvejskenfw","detail":"This is our basic plan","expire_time":"2022-08-19T04:53:40+00:00"}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[[["An Entitlements Object is a JSON object representing a publication's entitlement linked to a reader's subscription."],["It includes fields for product ID, publisher-provided subscription token, user-facing description, and an expiration timestamp."],["Entitlements have a maximum duration of 398 days and require updating the `expire_time` field for extensions."],["Google provides resources and examples for creating OAuth service accounts and using JWT for secure communication."]]],[]]