> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Find customers by profile and purchase frequency

> Combine a profile attribute with how often someone shops.

Profile data on its own rarely makes a good audience. Combined with frequency it does — for example women who have made five or more purchases in the last 30 days.

## What you'll build

```mermaid theme={"system"}
flowchart LR
    A[Member Segment block] --> B[Channel block]
```

## Segment criteria

| Attribute     | What it does here                                                |
| ------------- | ---------------------------------------------------------------- |
| Gender        | The profile condition                                            |
| Receipt count | How many separate purchases, for example 5 or more               |
| Purchase date | The window those purchases fall in, for example the last 30 days |

<Info>
  Receipt count counts **transactions**, not items. For items, use Items bought — see [Find customers by purchase volume in a store](/business-documentation/use-cases/find-customers-by-purchase-volume-in-a-store).
</Info>

## Steps

<Steps>
  <Step>
    ### Start a new campaign

    Open the **Campaigns** tab and select **Add new campaign**.
  </Step>

  <Step>
    ### Add a Member Segment block and set Gender, Receipt count and Purchase date
  </Step>

  <Step>
    ### Add a Channel block and connect it to the Member Segment block
  </Step>

  <Step>
    ### Run the campaign

    Wait for the execution to finish, then download the outcome and check the results.
  </Step>
</Steps>

## Variations

| Instead of             | Change                                                                            |
| ---------------------- | --------------------------------------------------------------------------------- |
| Gender                 | Any other profile attribute available in your programme                           |
| 5+ receipts in 30 days | Raise the count for a loyal-shopper audience, or lower it for occasional shoppers |
| Frequency only         | Add Amount spent to separate frequent-small from frequent-large baskets           |

## Related

* [Reuse a saved segment across campaigns](/business-documentation/use-cases/reuse-a-saved-segment-across-campaigns)
* [Block reference](/business-documentation/journeys/block-reference)

<Info>
  **Migration note.** Rewritten from `Segmentation > User exercises > Configure campaign which will find all women with 5+ purchases within last 30 days`.
</Info>
