Overview

The Events feed is designed for representing events data in a single feed, primarily aimed at ticket sales and event discovery platforms. Feeds are files in JSON format used to transmits your inventory data to the Actions Center.

The events feed consists of two parts:

  • A JSON descriptor file containing a timestamp and the list of files to be uploaded that should be considered in the same set.

  • One or more JSON files representing the EventFeed containing information about the events such as ids, description, images, deeplinks, ticketing and pricing information.

At the highest level, you have an EventFeed, which is a collection of Event objects.

Each Event contains comprehensive information about a single event, including:

  • Basic details: Like a unique ID, title, description, and timing information.
  • Location: Where the event takes place, which can be specified in various ways (place ID, address, coordinates).
  • Related entities: Performers, teams, shows, or festivals information associated with the event.
  • The different ticket options available for the event: including pricing and availability for each.
  • Media: Photos and videos related to the event.
  • Other information: Such as the provider's brand name, links to purchase event tickets, and details about the event creator.