Actions console analytics

Stay organized with collections Save and categorize content based on your preferences.

You can access the analytics page in the Actions Console. The Transactions tab lets you see the metrics about your fulfillment actions, such as the following:

Checkout Metrics

  • Carts priced: Summary of your checkout action metrics including total number of calls and its success rate.
  • Cart pricing requests: A graph of production traffic incoming to your checkout action.
  • Pricing failures: A graph of the total number and percentage of failed cart checkouts. Checkout fails if the cart in the request is not identical to the cart in the response.
  • Checkout error types: Categorization of Checkout errors with links to Stackdriver logs.

Submit Order Metrics

  • Order placed: Summary of your submit order action metrics including total number of calls and its acceptance rate.
  • Order placement requests: A graph of production traffic incoming to your submit order action.
  • Order failures: A graph of the percentage of failed order submissions. Order submission fails if the order status in the response isn't CREATED or CONFIRMED.
  • SubmitOrder error types: Categorization of Submit Order errors with links to Stackdriver logs.