AGE_RANGE_18_24, AGE_RANGE_25_34, AGE_RANGE_35_44,
AGE_RANGE_45_54, AGE_RANGE_55_64, AGE_RANGE_65_UP,
AGE_RANGE_UNDETERMINEDMore details can be found on ourAge
Rangespage.
Return values:
Type
Description
String
The age range.
getEntityType()
Returns the type of this entity as aString, in this case,"VideoAge".
Return values:
Type
Description
String
Type of this entity:"VideoAge".
getId()
Returns the ID of the video age.
Return values:
Type
Description
String
The ID of the video age.
getResourceName()
Returns the resource name of the video age.
Return values:
Type
Description
String
The resource name of the video age.
getStatsFor(dateRange)
Returns stats for the specified date range. Supported values:
Returns stats for the specified custom date range. Both parameters can be
either an object containing year, month, and day fields, or an 8-digit
string inYYYYMMDDform. For instance,March 24th,
2013is represented as either{year: 2013, month: 3, day:
24}or"20130324". The date range is inclusive on both
ends, soforDateRange("20130324", "20130324")defines a range
of a single day.
Arguments:
Name
Type
Description
dateFrom
Object
Start date of the date range. Must be either a string inYYYYMMDDform, or an object withyear,monthanddayproperties.
dateTo
Object
End date of the date range. Must be either a string inYYYYMMDDform, or an object withyear,monthanddayproperties.
[[["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-11-05 UTC."],[],[]]