Skip to content

Commit bd74c59

Browse files
authored
feat(partners): track client consumption (#5260)
* feat(partners): track client consumption * Update pages/partner-space/how-to/track-client-consumption.mdx
1 parent 496af7d commit bd74c59

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6142,6 +6142,10 @@
61426142
"label": "Edit client information",
61436143
"slug": "edit-client-information"
61446144
},
6145+
{
6146+
"label": "Track client consumption",
6147+
"slug": "track-client-consumption"
6148+
},
61456149
{
61466150
"label": "Lock a client's Organization",
61476151
"slug": "lock-client-organization"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
meta:
3+
title: How to track client consumption
4+
description: This page explains how to track your clients' cloud consumption.
5+
content:
6+
h1: How to track client consumption
7+
paragraph: This page explains how to track your clients' cloud consumption.
8+
tags: partner-space
9+
dates:
10+
validation: 2025-07-10
11+
posted: 2024-07-10
12+
categories:
13+
- partner-space
14+
---
15+
import Requirements from '@macros/iam/requirements.mdx'
16+
17+
18+
<Requirements />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
- Scaleway Partner status
22+
23+
## Tracking a specific client's cloud consumption
24+
1. Click **Go to Partner Space** in your Organization dashboard.
25+
2. Click the **Billing** tab.
26+
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.
27+
28+
## Tracking discounts applied to a specific client
29+
1. Click **Go to Partner Space** in your Organization dashboard.
30+
2. Click the **Billing** tab.
31+
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.

0 commit comments

Comments
 (0)