SDK Event and Action Types
here's how to access event and action types events the available events are as follows recordimpressions recordpageevents recordrecclicks recordrecimpressions contextipaddress contextcustomvariables contextuseragent contextpageview contextcart contextaddtocart contextpurchase contextmetadata contextproductdetailview contextproductthumbnailview contextreferrer contextcoordinates contextscreensize event definitions events are defined in the common package you can access these events by importing this package with the following code code to import events in the common package import { eventtypes } from '@personalization js sdk/common'; once imported, you can reference these events using the syntax eventtypes \<event name> for example, recordimpressions is referenced by eventtypes recordimpressions events are defined in the common package you can access these events by importing this package with the following code code to import events in the common package import { eventtypes } from '@personalization js sdk/common'; once imported, you can reference these events using the syntax eventtypes \<event name> for example, recordimpressions is referenced by eventtypes recordimpressions events are defined in the monetate ios sdk package import this package with the following code code to import events in the monetate ios sdk package import monetate ios sdk once imported, you can reference these events using the syntax \<event name> for example, recordimpressions is referenced by recordimpressions events are defined in eventtypes java you can reference these events using the syntax eventtypes \<event name> for example, recordimpressions is referenced by eventtypes recordimpressions actions the following actions are available in all four versions of the monetate sdk action type action type string omnichannel json monetate\ action\ omnichanneljson omnichannel recommendations monetate\ action\ omnichannelrecommendation omnichannel social proof monetate\ action\ socialproofdatav2 omnichannel product badging monetate\ action\ omnichannelimagebadging omnichannel data collect monetate\ action\ datacollection no action monetate\ action\ noaction