> ## 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 purchase volume in a store

> Target customers by how many items they bought in one store, in a given period.

Volume-based targeting picks customers out by *how much* they bought rather than *what* they bought — for example everyone who bought between 100 and 200 items in one store during September.

## What you'll build

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

## Segment criteria

| Attribute     | What it does here                             |
| ------------- | --------------------------------------------- |
| Items bought  | Sets the volume range, for example 100 to 200 |
| Store         | Restricts the count to one store              |
| Purchase date | Sets the period, for example September        |

## 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 Items bought, Store and Purchase date

    Items bought takes a range, so both a lower and an upper bound can be set.
  </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                                                            |
| ---------------- | ----------------------------------------------------------------- |
| One store        | Drop the Store condition for a chain-wide or programme-wide count |
| A calendar month | Any Purchase date window                                          |
| A range          | A single lower bound, to catch every high-volume shopper          |

## Related

* [Find customers by spend in a chain](/business-documentation/use-cases/find-customers-by-spend-in-a-chain)
* [Block reference](/business-documentation/journeys/block-reference)

<Info>
  **Migration note.** Rewritten from `Segmentation > User exercises > Configure campaign which will find all members who bought from 100 to 200 items in specific store in September` (the original had a typo, "sement builder").
</Info>
