Sends the web event with the options.
The category to send the web event.
The options to send the web event.
Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Waits for the web event to be sent.
The timeout (milliseconds) to wait for the web event to be sent.
Sends the web event for the home view event.
Use airbridge.events.send() instead.
Sends the web event for the sign in event.
Optionaloptions: SignOptions & EventOptionsThe options to send the web event.
OptionaluserID?: stringOptionaluserEmail?: stringOptionaluserPhone?: stringOptionalattributes?: Record<string, unknown>Optionalalias?: Record<string, string>Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the sign up event.
Optionaloptions: SignOptions & EventOptionsThe options to send the web event.
OptionaluserID?: stringOptionaluserEmail?: stringOptionaluserPhone?: stringOptionalattributes?: Record<string, unknown>Optionalalias?: Record<string, string>Use airbridge.events.send() instead.
Sends the web event for the sign out event.
Optionaloptions: EventOptionsThe options to send the web event.
Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the search result view event.
Optionaloptions: SearchResultViewOptions & EventOptionsThe options to send the web event.
Optionalquery?: stringOptionalproducts?: Product[]Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the product list view event.
Optionaloptions: ProductListViewOptions & EventOptionsThe options to send the web event.
OptionalproductListID?: stringOptionalproducts?: Product[]Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the product details view event.
Optionaloptions: ProductDetailsViewOptions & EventOptionsThe options to send the web event.
Optionalproducts?: Product[]Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the product added to cart event.
Optionaloptions: AddedToCartOptions & EventOptionsThe options to send the web event.
OptionalcartID?: stringOptionaltotalValue?: numberOptionalcurrency?: stringOptionalproducts?: Product[]Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event for the product purchased event.
Optionaloptions: PurchasedOptions & EventOptionsThe options to send the web event.
OptionalinAppPurchased?: booleanOptionaltotalValue?: numberOptionalcurrency?: stringOptionaltransactionID?: stringOptionalproducts?: Product[]Optionalaction?: stringOptionallabel?: stringOptionalvalue?: numberOptionalsemanticAttributes?: {The semantic attributes to send the web event defined by Airbridge.
OptionalcustomAttributes?: Record<string, string>The custom attributes to send the web event.
Use airbridge.events.send() instead.
Sends the web event.