# Rakuten Linkshare module

{% hint style="info" %}
You can also use the [Feed module](/modules/feed-modules.md) to import Rakuten product feeds, as an alternative to the Rakuten API module.
{% endhint %}

### Getting Your SID

1. **Register or Log In**:\
   Go to [rakutenadvertising.com](https://rakutenadvertising.com/) and sign up, or log in with your existing **publisher account**.
2. **Find Your SID**:\
   After logging in, navigate to your Rakuten Publisher Dashboard. Your SID is a **numerical value** listed as your account ID.

<figure><img src="/files/7zsgppTXINM1NozdOIGg" alt=""><figcaption></figcaption></figure>

### Getting Your Client ID and Client Secret

1. **Go to the Developer Portal**:\
   Visit [developers.rakutenadvertising.com](https://developers.rakutenadvertising.com/) and log in using your Rakuten credentials.
2. **Create a New Application**:
   * Click on the **“Add Application”** button.
   * Enter a name for your app (you can use any name).
   * Complete the form and submit it to create the application.
3. **Copy Your Credentials**:\
   Once your app is created, you’ll be shown a **Client ID** and **Client Secret**.\
   Copy both and paste them into the Rakuten LinkShare module settings in Content Egg.

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

{% hint style="warning" %}

#### &#x20;Important Notes

The Rakuten API will **only return product results** if your **advertisers have product feeds uploaded** into the Rakuten database.\
Make sure the advertisers you are approved for have active product feeds.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ce-docs.keywordrush.com/modules/affiliate/linkshare.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
