Basic Metrics

<- Back

Description

Use this feature to gain the total overview of your business on either a daily basis or per hour of the day. By utilizing the various filters, you can extract actionable insights on different segments of consumers in different outlet locations in the e-commerce space, the physical sales channel and much more. This can either serve as a high level summary of how your merchant outlet is performing or as a narrow use case investigation tool.

FAQs

How is a specific outlet performing during summer?

  • Use the filter for a specific date range and the filter for outlet id to see the performance for the given outlet.

How is the performance of an outlet considering only local consumers (consumers estimated zip code equals outlet zip code) ?

  • Filter on the specific outlet and use the locality filter, to see numbers for only local consumers.

How do international consumers contribute for each outlet during Christmas?

  • Filter on international consumers and set the date range to be around Christmas.

Response

Daily

{

    "group_name": {Name of group},

    "company": [

        {

            "company_name"{Name of company},

            "values": [

                {

                    "trx_date"{The date},

                    "card_turnover"{Turnover for the specific date for company},

                    "number_of_transactions"{Number of transactions for the specific date for company},

                    "number_of_cardholders"{Number of cardholders for the specific date for company}

                }               

            ],

            "outlet": [

                {

                    "outlet_id"{The ID for this outlet},

                    "outlet_name"{The name of this outlet},

                    "outlet_zipcode"{Zipcode for this outlet},

                    "values": [

                        {

                            "trx_date"{The date},

                            "card_turnover"{Turnover for the specific date for outlet},

                            "number_of_transactions" {Number of transactions for the specific date for outlet},

                            "number_of_cardholders": {Number of cardholders for the specific date for outlet}

                        }                        

                    ]

                }

            ]

        }

    ]

}

Hourly

{

    "group_name": {Name of group},

    "company": [

        {

            "company_name": {Name of company},

            "values": [

                {

                    "trx_yearmonth"{Year and month},

                    "trx_hour_of_day"{The hour of day},

                    "card_turnover"{Turnover for the specific year, month and hour for company},

                    "number_of_transactions"{Number of transactions for the specific year, month and hour for company},

                    "number_of_cardholders"{Number of cardholders for the specific year, month and hour for company},

                }          

            ],

            "outlet": [

                {

                    "outlet_id"{The ID for this outlet},

                    "outlet_name"{The name for this outlet},

                    "outlet_zipcode"{The zip code for this outlet},

                    "values": [

                        {

                            "trx_yearmonth"{Year and month},

                            "trx_hour_of_day"{The hour of day},

                            "card_turnover"{Turnover for the specific year, month and hour for outlet},

                            "number_of_transactions"{Number of transactions for the specific year, month and hour for outlet},

                            "number_of_cardholders"{Number of cardholders for the specific year, month and hour for outlet},

                        }                             

                    ]

                }

            ]

        }

    ]

}