Versions Compared

Key

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

...

...

...

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


Div
stylefont-size: small;


Code Block
"events": [
  {
    "id": "Event category ID",
    "category": "Event category Name",
    "score": <0-1>
  }
]



Example


Div
stylefont-size: small;


Code Block
"events": [
  {
    "id": "GGE24-4",
    "category": "Thanksgiving",
    "score": 0.96
  }
]



Data TypeObject
RequiredNo
Page Element Analyzed

Text

Used ForTargeting/anti-targeting
More InformationGGEvent

...