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

# How Do I Differentiate Between Reward Campaigns Through POS and Online Shopify?

> A quick guide on how to give different rewards based on the channel used by your customers.

## Plan Availability

| Platform | Plan      |
| -------- | --------- |
| Shopify  | All Plans |

<Info>This article applies to the [Reward Campaigns program](/product-documentation/rewards-campaigns/reward-campaign-intro) only.</Info>

If you want to give your customers different reward campaigns based on the used channel — whether an order has been placed online on a Shopify store or through Shopify POS — you will be able to do this through the `place_order` event.

<Tip>Read more on [how to use events on Shopify](/product-documentation/guides-strategies-faqs/shopify-guides/using-events) to understand all available event keys.</Tip>

***

## Using the Source Key to Differentiate Channels

While creating a [reward campaign with type **Action-Based**](/product-documentation/rewards-campaigns/start-from-scratch/create-action-based-reward-campaign), you can use the **"Source"** key to differentiate between a POS and an Online store.

| Source Value | Channel                |
| ------------ | ---------------------- |
| `web`        | Online Shopify store   |
| `pos`        | Shopify POS (in-store) |

This key will always return `"web"` or `"pos"` to let you differentiate. In case you want this campaign applied to both channels, do not use this key. Use it only to target a specific channel.

***

## Related Articles

<CardGroup cols={2}>
  <Card title="How Gameball Works on Shopify POS" icon="store" href="/product-documentation/guides-strategies-faqs/shopify-guides/use-pos-get-rewards">
    Learn how customers can get rewards through Shopify POS.
  </Card>

  <Card title="Enable Customers to Spend Points on Shopify POS" icon="coins" href="/product-documentation/guides-strategies-faqs/shopify-guides/spend-points-on-pos">
    Let customers use their Gameball wallet points during in-store purchases.
  </Card>
</CardGroup>
