Average number of transactions per month

Published June 20, 2022
Modules
Difficulty
Selected Clients
sharafdg logo

In this scenario, you will create sample segmentation that allows you to divide your clients into segments based on their average number of transactions per month. You may use that information further for targeted communication with promotions for a specific group.

Prerequisites


Process


  1. Create aggregates.
  2. Create expression.
  3. Create segmentation.

Create aggregates


In the first part of the process, create two aggregates which will be used later for creating expressions:

Total number of transactions for a customer

  1. Go to Analytics > Aggregates > New aggregate.
  2. Enter the name of the aggregate, for example Total number of transactions.
  3. As the aggregate type, select Count.
  4. From the Choose event dropdown list, select transaction.charge
  5. In the date picker, select Lifetime.
  6. Save the aggregate.
The formula of the expression
The formula of the aggregate

Timestamp of the first customer’s transaction

  1. Go to Analytics > Aggregates > New aggregate.
  2. Enter the name of the aggregate, for example Timestamp of first transaction.
  3. As the aggregate type, select First.
  4. From the Choose event dropdown list, select transaction.charge.
  5. As the event parameter, select TIMESTAMP.
  6. In the date picker, select Lifetime.
  7. Save the aggregate.
The formula of the expression
The formula of the aggregate

Create expressions


In the next part of the process, create 4 expressions. The fourth one uses the results of the first three to calculate the average number of transactions, and is later used as an attribute for creating a segmentation.

The list of expressions:

Timestamp of the current day

  1. Go to Analytics > Expressions > New expression.
  2. Enter the name of the expression, for example Timestamp - today.
  3. As the expression type, select Attribute.
  4. Create the following formula of the expression:
  5. Save the expression.
The formula of the expression
The formula of the expression

Timestamp of the customer’s first transaction in milliseconds

  1. Go to Analytics > Expressions > New expression.
  2. Enter the name of the expression, for example Timestamp of the first transaction - milliseconds.
  3. As the expression type, select Attribute.
  4. Create the following formula of the expression:
  5. Save the expression
The formula of the expression
The formula of the expression

Number of months since the first transaction

  1. Go to Analytics > Expressions > New expression.
  2. Enter the name of the expression, for example Months since the first transaction.
  3. As the expression type, select Attribute.
  4. Create the following formula of the expression.
  5. Save the expression.
The formula of the expression
The formula of the expression

Average number of transactions per month

  1. Go to Analytics > Expressions > New expression.
  2. Enter the name of the expression, for example Average number of transactions per month.
  3. As the expression type, select Attribute.
  4. Create the following formula of the expression:
  5. Save the expression.
The formula of the expression
The formula of the expression

Create segmentation


In the final part of the process, create a segmentation that organizes customers into three groups:

  • More than 2 transactions per month - It gathers the customers who make more than 2 transactions per month on average
  • 2 transactions per month - It gathers the customers who make 2 transactions per month on average
  • Less than 2 transactions per month - It gathers the customers who make less than 2 transactions per month on average
  1. Go to Analytics > Segmentations > New segmentation.
  2. Rename Segment A to More than 2.
  3. Click Add segment.
  4. Rename Segment B to 2.
  5. Click Add segment.
  6. Rename Segment C to Less than 2.
  7. Configure the conditions of each segment:
    More than 2

    1. Click Have property…
    2. Select the Number of months since the first transaction expression
    3. As the logical parameter, select MORE (Number icon)
    4. As the value, enter 2.
    5. Click Performed event…
    6. Select the transaction.charge event.

    2

    1. Click Have property…
    2. Select the Number of months since the first transaction expression
    3. As the logical parameter, select Equal (Number icon)
    4. As the value, enter 2.
    5. Click Performed event…
    6. Select the transaction.charge event.

    Less than 2

    1. Click Have property…
    2. Select the Number of months since the first transaction expression
    3. As the logical parameter, select LESS (Number icon)
    4. As the value, enter 2.
    5. Click Performed event…
    6. Select the transaction.charge event.

    The formula of the expression
    The conditions of the segmentation
  8. Save the segmentation.
    Below the settings of the segmentation, you can preview how your customer base splits according to the defined conditions.
  9. Click Show preview.
    You receive the number of customers in each segment and the percentage of each segment in relation to the whole population in the segmentation. Additionally:
  • You can change the chart type - pie chart and column chart
  • You can also export the information to CSV/XLSX (data) or JPEG/PNG/PDF (chart)
The preview of segmentation
The preview of the segmentation

Check the use case set up on the Synerise Demo workspace


You can also check the segmentation configuration directly in Synerise Demo workspace at this link.

If you don’t have access to the Synerise Demo workspace, please leave your contact details in this form, and our representative will contact you shortly.

Read more


😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker