> For the complete documentation index, see [llms.txt](https://rosetta-ai.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosetta-ai.gitbook.io/help-center/onboarding/getting-started/product-feed-url.md).

# Finding your Product Feed URL

## Connecting your Product Feed&#x20;

If you are users of platforms other than Shopify, a product feed link will be required for the recommenders to display your products.

{% hint style="info" %}
Certain platforms with fixed product feed format, such as **Shopify, Shopline, EasyStore and WACA**, no longer need to input a product feed URL manually. It will be done through an automated process during the app set up!
{% endhint %}

Below is how to find your Product Feed URL according to your store platform:

## Shopline

Simply add the suffix below after your store's URL

```
product_feed.rss
```

For example, if your store URL is **<https://xxxxxx.shoplineapp.com/>** then your product feed URL will be **<https://xxxxxx.shoplineapp.com/product\\_feed.rss>**

## 91APP

In your 91APP merchant dashboard, go to <https://store.91app.com/ProductFeed/List>, or follow these steps to find your product feed link:

1. From the top-left menu, go to the **Marketing Cloud** page.

   <figure><img src="/files/jZr0VmT9lBIkDfvBJb34" alt=""><figcaption></figcaption></figure>
2. In the left menu, click **流量成長**, then click **產品目錄**. On the right side of the page, then scroll down.

   <figure><img src="/files/gRdUejv2Y7uCAqqd16u4" alt=""><figcaption></figcaption></figure>
3. Click the **查詢產品目錄連結** button below to reveal the product feed list, click **複製連結** to copy the Facebook Catalog URL. Paste it into the input in the web app.

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

## Cyberbiz

In your Cyberbiz merchant dashboard, follow these steps to find your product feed link:

1. In the left menu, click **第三方整合**.

   <figure><img src="/files/uELPaAKiyd8Ot06kxsXR" alt=""><figcaption></figcaption></figure>
2. If you’re using Facebook feed, click **臉書Facebook設定**, click **複製動態網址** to copy the Facebook Catalog URL. Paste it into the input in the web app.

   <figure><img src="/files/nOb10Hgd1At8wzBmL7De" alt=""><figcaption></figcaption></figure>
3. If you’re using Google feed, click **谷歌 Google 設定**, copy the **產品動態饋給連結.** Paste it into the input in the web app.

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

## Waca

If you're using Facebook feed, simply add the suffix below after your store's URL

```
fbPixelProductFeed
```

If you're using Google feed, simply add the suffix below after your store's URL

```
GoogleProductFeed
```

For example, if your store URL is **<https://xxxxxx.waca.ec/>** then your product feed URL will either be **<https://xxxxxx.waca.ec/fbPixelProductFeed>** or **<https://xxxxxx.waca.ec/GoogleProductFeed>**

## Easystore

Simply add the suffix below after your store's URL

```
facebook/products.xml
```

For example, if your store URL is **<https://xxxxxx.easy.co/>** then your product feed URL will be **<https://xxxxxx.easy.co/facebook/products.xml>**

## meepshop

In your meepshop merchant dashboard, follow these steps to find your product feed link:

1. In the left menu, click **行銷**, then **廣告分析**.

   <figure><img src="/files/6uBogY3p6lBcLleVYD3w" alt=""><figcaption></figcaption></figure>
2. Click the **Google Ads** tab, then click the **複製動態檔案網址** button below to copy the URL. Paste it into the input in the web app.

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

## QDM

Simply add the suffix below after your store's URL

```
googlebase.xml
```

For example, if your store URL is [**https://xxxxxx.easy.co/**](https://xxxxxx.com/) then your product feed URL will be [**https://xxxxxx.easy.co/facebook/products.xml**](https://xxxxxx.com/googlebase.xml)

## Self-hosted

If your web store is self-hosted, please send your Product Feed Link URL or your product information CSV file to the Rosetta.ai Customer Success you contacted.

{% hint style="info" %}
Please ensure the following information is included in your product catalog file:

* Product ID
* Product Name
* Product Description
* Product Landing Page URL
* Product Image URL
* Product Availability
* Product Price

You can also refer to the [**Product Data Specifications**](https://support.google.com/merchants/answer/7052112?hl=en-GB\&sjid=7441304038250148653-AP) for more details regarding the data required for your product catalog.
{% endhint %}

## Configuring your Product Feed

At any time you can update the product feed URL. Click **Settings** in the left menu. Select the **Configuration** tab.

Look for the **Product Feed Link** field and click the **pencil** icon.

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

Edit the URL as needed, then click **Save**.

<figure><img src="/files/08CpGOicmom8Fn1cKUrb" alt=""><figcaption></figcaption></figure>

## Next: [Quick Start to Setup Recommenders or Promotions](/help-center/onboarding/getting-started/quick-start-setup.md)


---

# 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://rosetta-ai.gitbook.io/help-center/onboarding/getting-started/product-feed-url.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.
