Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["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-05-20 UTC."],[[["The Events feed is a JSON format used to transmit event inventory data to the Actions Center for ticket sales and event discovery."],["The feed comprises a descriptor file listing uploaded files and EventFeed files containing detailed event information."],["Each Event within the EventFeed includes details like ID, description, location, related entities, ticketing options, media, and provider information."]]],["The Events feed uses JSON files to transmit event inventory data, primarily for ticket sales and event discovery. It comprises a descriptor file with a timestamp and file list, and EventFeed files with event details. Each Event object within the feed includes: unique ID, title, description, timing, location, related entities (performers, teams), ticket options with pricing and availability, media, provider brand, purchase links, and event creator details. The EventFeed is a collection of these Event objects.\n"]]