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_UNDETERMINED More details can be found on our Age
Ranges page.
Return values:
Type
Description
String
The age range.
getEntityType()
Returns the type of this entity as a String, 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 in YYYYMMDD form. For instance, March 24th,
2013 is represented as either {year: 2013, month: 3, day:
24} or "20130324". The date range is inclusive on both
ends, so forDateRange("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 in
YYYYMMDD form, or an object with year,
month and day properties.
dateTo
Object
End date of the date range. Must be either a string in
YYYYMMDD form, or an object with year,
month and day properties.