User Metadata Attributes

The following table lists some of the user metadata attributes that are made available to Programmers:

KeyTypeSampleRequires encryptionDescriptionDetails
userIDString“1o7241p”NoAccount identifier.The attribute value can be a household identifier or a sub-account identifier. The userID value will differ from the householdID if the MVPD supports sub-accounts and the current user is not the primary account holder.
upstreamUserIDString“1o7241p”NoAccount identifier for concurrency monitoring.The attribute value can be used to enforce concurrency limits across MVPD and Programmer sites and apps. The upstreamUserID value is the same as the userID value for most MVPDs.
householdIDString“1o7241p”NoAccount identifier for parental control.The attribute value can be used to differentiate between household and sub-account usage. Sometimes it can be used as a parental control substitute if true ratings are not available, if the user was logged in with the household account, they can watch, otherwise, rated content would not be displayed. There is a lot of variation across MVPDs for how this is represented (e.g., household user ID, head of household ID, head of household flag, etc.), if the MVPD does not support sub-accounts, this will be identical to userID.
primaryOIDString“uuidd1e19ec9-012c-124f-b520-acaf118d16a0”NoAccount identifier.The attribute is specific to AT&T. The primaryOID value is the same as the userID value when the typeID value is set to “Primary”.
typeIDString“Primary”NoAttribute that indicates if current user is a primary or secondary account holder.The attribute is specific to AT&T. The primaryOID value is the same as the userID value when the typeID value is set to “Primary”.
is_hohString“1”NoAttribute that indicates if current user is head of household or not.The attribute is specific to Synacor.
hba_statusBoolean“true”NoAttribute that indicates if current user authenticated through HBA or not.
allowMirroringBoolean“true”NoAttribute that indicates if current device can mirror screen or not.The attribute is specific to Spectrum.
zipArray[“77754”, “12345”]YesUser’s zip code.The attribute value can be used to deliver localized news, weather updates or sporting events. The zip value represents sensitive data that needs legal agreements with the MVPD. When encrypted, the representation of the zip key will be a String instead of an Array.
encryptedZipString“”YesUser’s encrypted zip code.The attribute is specific to Comcast.
channelIDArray[“channel-1”, “channel-2”]NoList of channels the user is entitled to view.The attribute value can be used to filter various channels from portals that aggregate multiple networks. Our recommendation is to use the Preauthorize API instead of this user metadata attribute to filter out channels that are not available to the user.
maxRatingObjectNoMaximum parental rating for the current user.The attribute value can be used to filter content that is not suited for current user based on “MPAA” or “VCHIP” ratings.
languageString“English”NoLanguage settings.The attribute value can be used to display messages in accordance to the user’s language preferences.

The user metadata attributes made available to a Programmer depend on what an MVPD provides. The following table lists the attributes made available by various MVPDs:

Legal Agreement Signed (zip only)User ID on AuthNUpstream User ID on AuthNHousehold ID on AuthN/ZPrimary OID on AuthNType ID on AuthNHead of Household on AuthNHBA StatusAllow Mirroring on AuthZZip code on AuthN/ZChannel ID on AuthNRating on AuthN/ZLanguageonNetinHomeNotes
Formal Namen/auserIDupstreamUserIDhouseholdIDprimaryOIDtypeIDis_hohhba_statusallowMirroringzipchannelIDmaxRatinglanguageonNetinHome
Requires Encryptionn/aNoNoNoNoNoNoNoNoYesNoNoNoNoNo
Sensitiven/aNoNoNoNoNoNoNoNoYesNoNoNoNoNo
Adobe IdPYesYesYesYes (AuthN only)YesYesYesNoNoYes (AuthN only)YesYes (AuthN only)NoNoNoLegal agreement not needed.
SynacorYesYesYesYes (AuthN only)NoNoYesNoNoYes (AuthN only)YesYes (AuthN only)NoNoNoLegal agreement not covering all the proxied MVPDs. This is generic support for Synacor and possibly not rolled-up to all of their MVPDs.
DishNoYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)YesYes (AuthN only)NoNoNoIt shares the same list as all Synacor MVPDs, plus upstreamUserID.
ComcastNoYesYesYes (AuthZ only)NoNoNoYesNoNoNoYes (AuthZ only)NoNoNo
AT&TYesYesYesYes (AuthN only)YesYesNoNoNoYes (AuthN only)NoNoNoNoNoLegal agreement signed.
DTVYesYesYesNoNoNoNoNoNoYes (AuthN only)NoNoNoNoNo
COXNoYesYesNoNoNoNoNoNoYes (AuthN only)NoNoNoNoNo
CablevisionYesYesYesNoNoNoNoNoNoYes (AuthN only)YesNoNoNoNoLegal agreement signed.
SpectrumYesYesYesYes (AuthN only)NoNoNoYesYesYes (AuthN only)NoYes (AuthN only)NoNoNo
CharterYesYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)NoYes (AuthN only)NoNoNo
VerizonNoYesYesNoNoNoNoYesNoYes (AuthN only)NoNoNoNoNo
HTCNoYesYesNoNoNoNoNoNoNoYesNoNoNoNo
RogersNoYesYesNoNoNoNoNoNoNoNoNoNoNoNo
RCNYesYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)NoYes (AuthN only)NoNoNo
EastlinkNoYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)YesYes (AuthN only)NoNoNo
CogecoNoYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)NoNoNoNoNo
VideotronNoYesYesYes*NoNoNoNoNoYes (AuthN only)NoNoNoNoNoIt exposes householdID with the same value as userID.
Proxy MassilonYesYesYesYes (AuthN only)NoNoNoNoNoYes (AuthN only)NoNoNoNoNoLegal agreement signed.
Proxy ClearleapYesYesYesNoNoNoNoNoNoYes (AuthN only)NoYes (AuthZ only)YesNoNoLegal agreement signed.
Proxy GLDSNoYesYesNoNoNoNoNoNoYes (AuthN only)NoNoNoNoNo
Other MVPDsNoYesYesNoNoNoNoNoNoNoNoNoNoNoNoNo legal agreement yet, sensitive metadata not available for Production. For all MVPDs the userID is available with no extra work.
IMPORTANT
Legal agreements must be signed with MVPDs before sensitive user metadata (e.g., zip code) is made available.