You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts"Error when calling AccountUsageBetaApi->get_experimentation_keys_usage_with_http_info: #{e}"
229
+
end
230
+
```
231
+
232
+
### Parameters
233
+
234
+
| Name | Type | Description | Notes |
235
+
| ---- | ---- | ----------- | ----- |
236
+
|**from**|**String**| The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month. |[optional]|
237
+
|**to**|**String**| The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time. |[optional]|
238
+
239
+
### Return type
240
+
241
+
[**SeriesIntervalsRep**](SeriesIntervalsRep.md)
242
+
243
+
### Authorization
244
+
245
+
[ApiKey](../README.md#ApiKey)
246
+
247
+
### HTTP request headers
248
+
249
+
-**Content-Type**: Not defined
250
+
-**Accept**: application/json
251
+
252
+
177
253
## get_mau_sdks_by_type
178
254
179
255
> <SdkListRep> get_mau_sdks_by_type(opts)
180
256
181
257
Get MAU SDKs by type
182
258
183
-
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.
259
+
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
184
260
185
261
### Examples
186
262
@@ -257,7 +333,7 @@ end
257
333
258
334
Get MAU usage
259
335
260
-
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.
336
+
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
261
337
262
338
### Examples
263
339
@@ -344,7 +420,7 @@ end
344
420
345
421
Get MAU usage by category
346
422
347
-
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.
423
+
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
0 commit comments