> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/plugins/upsell/g-scale-media.md).

# G Scale Media

The G Scale Media (Grayscale) plugin is available for reselling upsells.

Under Admin → Plugins → Upsells, select the G Scale Media tile and click <mark style="color:green;">**Activate**</mark>.

<figure><img src="/files/lt1vJxKnt0BG2BqUrfHt" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/kD7XUub6nAY8fQlJclTb" alt="" width="375"><figcaption></figcaption></figure>

On the Activation Page, enter **brandName** to identify this plugin to G Scale Media.  This value can be any value of your choosing.  Press <mark style="color:green;">**Connect**</mark>.

The following steps will occur:

1. A campaign will be created using **brandName**
2. Two upsell products will be created in that campaign.  You will need to configure these products as needed, including price.  The products are set to bill on a dummy gateway.
   1. USA Discount Club
   2. Fitness XR
3. A campaign will be created within G Scale Media for the actual billing
4. An Upsell export webhook will be created to send the upsells to G Scale Media for actual billing.
   1. You can view this webhook under Admin > Exports
   2. Do not edit this webhook.  It contains detailed information that is needed by G Scale Media to process the billing.

<figure><img src="/files/rPjd41G5g0Dx8pVD4Tah" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
The campaign product Id assigned to each upsell is the productId that must be passed in on the [Import Upsale API](https://apidocs.checkoutchamp.com/#46b9bc0a-687a-4a87-a57c-266f9914681f) call.
{% endhint %}

{% hint style="danger" %}
If using CheckoutChamp hosted pages, you must assign the product Id to a button or link on the upsell page.  This must be done in the code editor.  The products will not display on the Settings panel because the products are not in the funnel campaign.
{% endhint %}

{% hint style="warning" %}
Discover and American Express are not accepted by G Scale Media.  It is highly recommended to disable these card types on the gateways used for websites that offer these upsells.
{% 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://help.checkoutchamp.com/crm/plugins/upsell/g-scale-media.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.
