> For the complete documentation index, see [llms.txt](https://because.gitbook.io/because/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://because.gitbook.io/because/the-because-platform/troubleshooting-campaigns/how-do-campaigns-get-reloaded.md).

# How Do Campaigns Get Reloaded

Here’s how our widget works to refresh campaigns in your store:

### **How Campaign Reloading Works**

1. **Triggered on Button Clicks**

   * Our widget is designed to re-check the cart rules and refresh whenever a button is clicked, typically starting on the product page (PDP).
   * **In-Cart Behavior**: Depending on how your cart is set up, campaigns may also auto-refresh when shoppers interact with:
   * **Upsell/Quick Add Buttons** inside the cart.
   * **Quantity Buttons** to increase or decrease item quantities.

   ⚠️ **Note**: Some carts have quantity controls configured as icons (e.g., SVG elements) instead of buttons. In these cases, the cart may not auto-refresh.<br>
2. **Auto-Refreshing for PDP Adds**
   * When a shopper adds a new item from the PDP to an already open cart, the cart auto-refreshes to reflect the new total or qualify for updated campaigns.
   * This applies to campaigns like “You’re $X away from Free Shipping!” or others based on cart total or contents.<br>
3. **Click Detection and Cart Changes**
   * Any click on your site—such as selecting a variant, clicking a size chart, or removing an item—triggers a re-check of the cart contents.
   * If a click causes a change in cart value or items, the campaign updates dynamically.
   * **No Change, No Refresh**: If the cart or URL doesn’t change, the campaign won’t reload, ensuring there’s no unnecessary flicker.

### **Important Notes**

* **Example in Action**:
  * A shopper sees a message, “You’re $10 away from Free Shipping.”
  * They add an item that pushes their cart total over the free shipping threshold.
  * The message refreshes automatically to display “You’ve unlocked Free Shipping!” (assuming the rules are met).

### **Need More Help?**

If you have any questions or need assistance, our friendly support team is here for you! Simply reach out to us at [**support@trybecause.com**](mailto:support@trybecause.com), and we’ll be happy to help.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://because.gitbook.io/because/the-because-platform/troubleshooting-campaigns/how-do-campaigns-get-reloaded.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
