Attentive.Event (attentive v1.0.0)

Link to this section Summary

Functions

Make a call to this endpoint when a user adds a product to their shopping cart.

Make a call to this endpoint for any event-based data representing user actions.

Make a call to this endpoint when a user views a product.

Make a call to this endpoint when a user generates an order or purchase.

Link to this section Functions

Link to this function

add_to_cart(params)

Specs

add_to_cart(Keyword.t()) :: Attentive.Operation.t()

Make a call to this endpoint when a user adds a product to their shopping cart.

Specs

Make a call to this endpoint for any event-based data representing user actions.

Link to this function

product_view(params)

Specs

product_view(Keyword.t()) :: Attentive.Operation.t()

Make a call to this endpoint when a user views a product.

Link to this function

purchase(params)

Specs

purchase(Keyword.t()) :: Attentive.Operation.t()

Make a call to this endpoint when a user generates an order or purchase.