> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-labels-to-your-products-to-appear-in-gift-guides.md).

# Add Labels to Your Products to Appear in Gift Guides

impact.com periodically promotes products through curated collections on the product marketplace landing page to help partners find relevant products. To include your products in our featured Gift Guides, you can add specific labels to your products.

{% hint style="info" %}
**Note:** You can submit 30 products in total and add a maximum of 1 label per product. Products can come from multiple programs as long as the total number does not exceed 30.
{% endhint %}

## Add labels to your products

<details>

<summary>Shopify</summary>

### Add labels individually

1. On your Shopify dashboard, from the left navigation menu, select **Products**.
2. Open the specific product you want to add labels to, then navigate to the *Tags* section to the right of your product pricing.
3. Enter the name of a tag you want to add, or select it from the list of existing tags. If you enter the name for a new tag, it will automatically be created for future use in the section.
   * See the *Labels reference* below for the correct label-to-category mapping.
4. Select **Save**.

### Add labels in bulk

1. On your Shopify dashboard, from the left navigation menu, select **Products**.
2. Select the checkbox next to the products to which you want to add tags.
3. In the upper-right corner, select **More** → **Add tags**.
4. Select 1 Gift Guide label.
5. Select **Save**.
   * There's no need to recreate another catalog. The system will pick it up automatically.

</details>

<details>

<summary>Google Merchant Center</summary>

impact.com currently supports the [text-based versions](https://support.google.com/merchants/answer/7052112?hl=en) (that is, tab-delimited `TXT` files, and not comma-delimited `CSV` files), as well as RSS and Atom variants of Google Merchant's [XML files](https://support.google.com/merchants/answer/160589?hl=en).

1. Generate your product catalog with Google Merchant.
2. Add a custom label field (e.g. `custom_label_4`) with its relevant label to the relevant products in your Google Merchant product catalog and [upload it](/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md#upload-your-product-catalog) to impact.com. See the [Google Merchant help article](https://support.google.com/merchants/answer/12453549?hl=en#:~:text=Add%20a%20label%20to%20your%20feed%20in%20Merchant%20Center) for more information.
   * See the *Labels reference* below for the correct label-to-category mapping.
   * There's no need to recreate another catalog. The system will pick it up automatically.

</details>

<details>

<summary>Custom product feed</summary>

impact.com supports `.TXT`, `.CSV`, `.PSV`, and `XML` versions of your custom-formatted product catalog.

1. View the [Custom Format file fields](https://docs.google.com/spreadsheets/d/1np1YixxczH_IZBxer-EckMkAdcV9_lp74RQAtI-1Ct0/edit#gid=2110928472).
   * Ensure you are looking at the *Custom Format* tab by selecting it at the bottom of the screen.
2. Enter the relevant label in the *Labels* field when [adding the catalog](/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md) in the impact.com platform.
   * See the *Labels reference* below for the correct label-to-category mapping.
3. If you have not mapped the labels previously, you'll need to update the product feed. To do so, simply update your product labels.

</details>

## Labels reference

Assign 1 label to an eligible product to place it in the matching Gift Guide collection. For another catalog source, follow its product-label instructions. See [integrating shopping cart import](/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md#integrated-shopping-cart-import) for catalog options.

| Label                   | Category                 |
| ----------------------- | ------------------------ |
| `igg26_for_him`         | For Him                  |
| `igg26_for_her`         | For Her                  |
| `igg26_for_kids`        | For Holiday Heroes       |
| `igg26_for_wellness`    | For Wellness Enthusiasts |
| `igg26_gourmet_food`    | For Food Lovers          |
| `igg26_for_decor`       | For the Decor-Obsessed   |
| `igg26_fashion_forward` | For the Fashion Forward  |
| `igg26_sports_fans`     | For Sports Fans          |
| `igg26_tech_lover`      | For Tech Trendsetters    |


---

# 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://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-labels-to-your-products-to-appear-in-gift-guides.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.
