Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Required Meta Data

  • "id/GUID": (unique numeric identifier of asset)

  • "title/name": Asset title

  • "sourceURL": link to asset’s video file from either your CDN or CMS

Preferred Meta Data

  • "description": Asset description

  • "categories": Taxonomical structure 

  • "keywords/tags": Keywords or tags associated with the asset

  • "transcript": Either the transcript text or link to a transcript file for the asset

Optional Meta Data

  • "publishedDate": The date/time when the asset record was first published on your web site.

  • "creationDate": The date/time when the asset record was published. 

  • "lastModifiedDate": The date/time when the asset record was last modified

  • "thumbnailURL": URL to a thumbnail or image that you want to represent your asset. For best results, image should be at least 300 pixels (width) with a 16:9 ratio.

  • "length": The duration of the asset in milliseconds

Sample Asset

...

from a Publisher

Code Block
languagejson
{
  "id": 5331690110001,
  "name": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
  "shortDescription": "Donec congue orci vel ante posuere consectetur. Vestibulum vel eros velit. In suscipit arcu nec lectus posuere sagittis.",
  "creationDate": 1487717574502,
  "publishedDate": 1487717955852,
  "lastModifiedDate": 1487717955969,
  "startDate": 1487717955969,
  "endDate": null,
  "tags": [
    "alex rodriguez",
    "new york yankees",
    "mlb"
  ],
  "videoStillURL": "http://xxx/2157889318001_5331738223001_5331690110001-vs.jpg?pubId=2157889318001",
  "thumbnailURL": "http://xxx/2157889318001_5331738224001_5331690110001-th.jpg?pubId=2157889318001",
  "length": 30805,
  "economics": "AD_SUPPORTED",
  "categories": [
    "Baseball"
  ],
  "itemState": "ACTIVE",
  "SourceURL": "http://xxx/2157889318001_5331740038001_5331690110001.mp4"
},

...