> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/css/labelizer/product-groups-legacy.md).

# Product groups (legacy)

{% hint style="warning" %}
Product groups are only available for merchants that already used this feature before.
{% endhint %}

Product groups are a legacy Producthero feature that remains available in Channable for existing setups.

You can’t create new product groups. You can still edit the ones you already have.

If a merchant already has product groups, you’ll see the **Product Groups** tab. If not, the tab won’t appear.

{% hint style="success" %}

#### Need new segments?

Use [Channable Insights](/manage-improve-product-data/insights/channable-insights.md) (included in Core Pro) to create dynamic segments based on business data like profit margin, stock levels, and return rates.&#x20;

You can use those segments to optimize your product data or to distribute your ad budgets on Google Ads, Amazon or other channels.
{% endhint %}

### Adjust product group targeting

Update the segmentation rule to control which items belong to a product group.

1. In Channable, go to **CSS Merchants > \[your CSS merchant] > Product Groups**.
2. Find the product group you want to update.
3. Click <i class="fa-gear-complex">:gear-complex:</i> > **Edit product group**.
4. Under **Segmentation rules**, adjust the rule(s) to match your targeting goals:

<figure><img src="/files/Ddm23xoiTnlHpnKf2sqe" alt=""><figcaption></figcaption></figure>

As you update the rule, the summary on the right updates automatically. Use it to see how many products match and to review the related performance data for that selection.

5. Once you're happy with the adjusted targeting, click **Update product group**.

#### How to adjust segmentation rules

Use the **If** row to define which products are included (the conditon).

* In the first field, select the attribute you want to target, such as `availability`, `brand`, `Google category` and custom label(s).&#x20;
* In the second field, select the value you want to match.

{% hint style="info" %}

#### Example:

If `brand` `is equal to` `nike`
{% endhint %}

#### Add or remove conditions

* Click <i class="fa-circle-plus">:circle-plus:</i> to add a second condition to your rule.
* Click <i class="fa-trash">:trash:</i> to remove a condition.
* Click **Add rule** to add an **And** condition. This acts as an additional 'If' condition to further filter products.

### Product group priority

Product group priority determines how products are counted when rules overlap. It functions differently now in Channable compared to Producthero.

| Old behavior                                                                                                                                                                                                                                                   | New behavior                                                                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>A product that matched multiple product groups was counted in every matching group. It was also included in the total product count.</li><li>The product still received the strategy label from the product group with the highest priority.</li></ul> | <ul><li>A product can belong to only one active product group. </li><li>If you have multiple product groups with the same products, the items will only be counted in the group with the highest priority. </li></ul> |

{% hint style="info" %}

#### Example

If two product groups have identical rules, the lower-priority group won't contain any products.
{% endhint %}


---

# 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://helpcenter.channable.com/css/labelizer/product-groups-legacy.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.
