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
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
416
-
/// </summary>
417
-
/// <param name="userToken">User token for which to delete all associated events.</param>
418
-
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
419
-
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
420
-
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
421
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
422
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API. (Synchronous version)
440
-
/// </summary>
441
-
/// <param name="userToken">User token for which to delete all associated events.</param>
442
-
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
443
-
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
444
-
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
445
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
446
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
/// Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.
454
-
/// </summary>
455
-
/// <param name="insightsEvents"></param>
456
-
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
457
-
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
458
-
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
459
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
460
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
@@ -473,18 +362,8 @@ public async Task<EventsResponse> PushEventsAsync(InsightsEvents insightsEvents,
473
362
}
474
363
475
364
476
-
/// <summary>
477
-
/// Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB. (Synchronous version)
478
-
/// </summary>
479
-
/// <param name="insightsEvents"></param>
480
-
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
481
-
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
482
-
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
483
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
484
-
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
0 commit comments