Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Page Analysis Only

The custom GumGum Events classifier identifies seasonal events (e.g. annual, bi-annual, 4-yearly events) for the purposes of contextual ad targeting. Examples include cultural events such as the Oscars, sporting events such as the Olympics, and seasonal events such as New Year. See GGEvent for a listing of Event categories.

Up to 5 GumGum Event classifications may be reported on a page.

Syntax


"events": [
  {
    "id": "Event category ID",
    "category": "Event category Name",
    "score": <0-1>
  }
]
Example
"events": [
  {
    "id": "GGE24-4",
    "category": "Thanksgiving",
    "score": 0.96
  }
]
Data TypeObject
RequiredIncluded in the response only if Events are detected.
More InformationGGEvent
  • No labels