From cacd222c10ea7c9494407936abf1b41ed5f9000c Mon Sep 17 00:00:00 2001 From: jsudraud Date: Thu, 10 Jul 2025 16:38:26 +0200 Subject: [PATCH 1/2] feat(partners): track client consumption --- menu/navigation.json | 4 +++ .../how-to/track-client-consumption.mdx | 31 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 pages/partner-space/how-to/track-client-consumption.mdx diff --git a/menu/navigation.json b/menu/navigation.json index 5e794a45c9..21ce9745a9 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -6142,6 +6142,10 @@ "label": "Edit client information", "slug": "edit-client-information" }, + { + "label": "Track client consumption", + "slug": "track-client-consumption" + }, { "label": "Lock a client's Organization", "slug": "lock-client-organization" diff --git a/pages/partner-space/how-to/track-client-consumption.mdx b/pages/partner-space/how-to/track-client-consumption.mdx new file mode 100644 index 0000000000..af9b609f3c --- /dev/null +++ b/pages/partner-space/how-to/track-client-consumption.mdx @@ -0,0 +1,31 @@ +--- +meta: + title: How to track client consumption + description: This page explains how to track your clients' cloud consumption. +content: + h1: How to track client consumption + paragraph: This page explains how to track your clients' cloud consumption. +tags: partner-space +dates: + validation: 2025-07-10 + posted: 2024-07-10 +categories: + - partner-space +--- +import Requirements from '@macros/iam/requirements.mdx' + + + + +- A Scaleway account logged into the [console](https://console.scaleway.com) +- Scaleway Partner status + +## Tracking a specific client's cloud consumption +1. Click **Go to Partner Space** in your Organization dashboard. +2. Click the **Billing** tab. +3. Select the customer whose consumption you wish to view from the drop-down menu. Consumption details are displayed in the bar graph. You can adjust the filters for a more precise view. Click **Export from API** if you want to extract consumption data. You can also see the discounts applied to the selected customer. + +## Tracking discounts applied to a specific client +1. Click **Go to Partner Space** in your Organization dashboard. +2. Click the **Billing** tab. +3. Select the customer whose discounts you wish to view from the drop-down menu. The applied discounts are listed at the bottom of the page. \ No newline at end of file From cb5e4abc0f73742bfbb2b094eac9ec233ac2cb1a Mon Sep 17 00:00:00 2001 From: Justine Sudraud <124775951+jsudraud@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:52:04 +0200 Subject: [PATCH 2/2] Update pages/partner-space/how-to/track-client-consumption.mdx --- pages/partner-space/how-to/track-client-consumption.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/partner-space/how-to/track-client-consumption.mdx b/pages/partner-space/how-to/track-client-consumption.mdx index af9b609f3c..7a540156db 100644 --- a/pages/partner-space/how-to/track-client-consumption.mdx +++ b/pages/partner-space/how-to/track-client-consumption.mdx @@ -23,7 +23,7 @@ import Requirements from '@macros/iam/requirements.mdx' ## Tracking a specific client's cloud consumption 1. Click **Go to Partner Space** in your Organization dashboard. 2. Click the **Billing** tab. -3. Select the customer whose consumption you wish to view from the drop-down menu. Consumption details are displayed in the bar graph. You can adjust the filters for a more precise view. Click **Export from API** if you want to extract consumption data. You can also see the discounts applied to the selected customer. +3. Select the customer whose consumption you wish to view from the drop-down menu. Consumption details are displayed in the bar graph. You can adjust the filters for a more precise view. Click **Export from API** if you want to extract consumption data. ## Tracking discounts applied to a specific client 1. Click **Go to Partner Space** in your Organization dashboard.