> 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/title-optimizer/manual-tagging.md).

# Manual tagging

Manual tagging lets you group products for promotions, stock clearance, or campaigns.

***

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Before you start

You need:

* A Channable (CSS) Boost Pro plan
* An active [supplemental source](/css/readme/set-up-the-supplemental-source-for-your-merchant-in-google-merchant-center.md).
* An available custom label slot.

{% hint style="info" %}
Tags do not update automatically. Update or remove them manually when needed.
{% endhint %}

{% stepper %}
{% step %}

### Apply tags to products

1. Select one or more products using the checkbox, or click the checkbox next to ID to select all products.
2. Click **+ Add tags**.
3. Click the dropdown and determine how you want to tag your products:
   1. To select an existing tag, stay in the **Existing tag** tab and select an entry.
   2. To create a new tag, click the **New tag** tab, enter your tag name into the text field, and click **Apply**.
4. Click **Save**.

{% hint style="info" %}
Each product can have one tag. You can edit the tag for one product at a time by clicking **Add tag** and selecting/entering a tag value in the row of that product.
{% endhint %}

#### <i class="fa-filter">:filter:</i> Filter products

Use filters to tag products that share an attribute.

1. Click **Filters**.
2. Define how you want to filter your items:
   1. **Title status:** Select from **Great**, **Average**, **Poor**, or **Too long**.
   2. **Labelizer:** Select from **Heroes**, **Sidekicks**, **Villains** and **Zombies**.
   3. **Price benchmark:** Select from **Above benchmark**, **At benchmark**, **Below benchmark**, or **No benchmark**.
   4. **Tag:** Select an existing tag or tag status.

#### <i class="fa-trash">:trash:</i> Remove tags

1. Select one or more products using the checkbox, or click the checkbox next to ID to select all products.
2. Click **Remove tags**.
3. Click **Remove tag** to confirm.
   {% endstep %}

{% step %}

### Map tags to a custom label

After creating your tags, connect them to a custom label so they can be used in Google Ads.&#x20;

1. Click <i class="fa-gear">:gear:</i> **Source settings**.
2. For **Custom label for tags**, select an unused custom label.
3. Click **Save**.

Once saved, Channable will automatically add your tag  values to your supplemental source.

{% hint style="info" %}
Tags may take time to appear in Merchant Center and Google Ads. Refresh the supplemental source in Merchant Center after applying tags.
{% endhint %}
{% endstep %}

{% step %}

### Use your tags in Google Ads

Once your tags appear in Merchant Center and Google Ads, you can use the custom label to separate tagged products into their own campaign.

{% hint style="warning" %}
To avoid competing with your own campaigns, make sure each product is only active in one campaign at a time. If you use the Labelizer, exclude the new tag from its label groups.
{% endhint %}

#### Example: Tagging 'sale'

The following usage examples use the **sale** tag.

#### <i class="fa-ban">:ban:</i> Exclude tagged products from existing campaigns

1. In Google Ads, open the listing groups for an existing campaign.
2. Click the pencil icon (Edit subdivision) to add a filter.

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

3. Select the custom label that stores your tag, then choose the **sale** tag.
4. Exclude the **sale** value so products on sale don't appear in this campaign.

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

This keeps your normal heroes and sidekicks in the campaign, while removing any marked as “sale.”&#x20;

Repeat the same setup for your Zombies and Villains campaign.

#### <i class="fa-bullhorn">:bullhorn:</i> Create a campaign for tagged products

1. In Google Ads, create a new campaign for sale products.
2. In the listing group, filter by the “sale” tag by selecting the custom label storing your tag.
3. Select **sale**.
4. Click the pencil icon (Edit subdivision) to create a subdivision to include all Labelizer labels.

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

5. Exclude all Labelizer labels so only sale products remain.

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

Hover over **sale** to check how many products can serve in the campaign.

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

This setup keeps sale products separate from your regular campaigns. Set separate budgets and bids for discounted products.
{% endstep %}
{% endstepper %}


---

# 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/title-optimizer/manual-tagging.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.
