Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 494 Bytes

File metadata and controls

13 lines (8 loc) · 494 Bytes

Home > @yext/analytics > EventPayload > customValues

EventPayload.customValues property

Up to 10 pairs matching custom string keys to number values to associate with the event. Keys are case-insensitive.

Signature:

customValues?: Record<string, number>;