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.
474
474
475
+
Required API Key ACLs:
476
+
- deleteObject
475
477
476
478
:param user_token: User token for which to delete all associated events. (required)
477
479
:type user_token: str
@@ -511,6 +513,8 @@ async def delete_user_token(
511
513
"""
512
514
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.
513
515
516
+
Required API Key ACLs:
517
+
- deleteObject
514
518
515
519
:param user_token: User token for which to delete all associated events. (required)
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.
529
533
534
+
Required API Key ACLs:
535
+
- search
530
536
531
537
:param insights_events: (required)
532
538
:type insights_events: InsightsEvents
@@ -561,6 +567,8 @@ async def push_events(
561
567
"""
562
568
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.
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.
1007
1015
1016
+
Required API Key ACLs:
1017
+
- deleteObject
1008
1018
1009
1019
:param user_token: User token for which to delete all associated events. (required)
1010
1020
:type user_token: str
@@ -1044,6 +1054,8 @@ def delete_user_token(
1044
1054
"""
1045
1055
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.
1046
1056
1057
+
Required API Key ACLs:
1058
+
- deleteObject
1047
1059
1048
1060
:param user_token: User token for which to delete all associated events. (required)
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.
1062
1074
1075
+
Required API Key ACLs:
1076
+
- search
1063
1077
1064
1078
:param insights_events: (required)
1065
1079
:type insights_events: InsightsEvents
@@ -1094,6 +1108,8 @@ def push_events(
1094
1108
"""
1095
1109
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.
0 commit comments