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
Delete all events related to a certain user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](https://www.algolia.com/doc/rest-api/personalization/#delete-a-user-profile).
/** Can contain up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
/** The name of the event, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
17
19
publicvareventName:String
18
20
publicvareventType:ConversionEvent
19
21
publicvareventSubtype:AddToCartEvent
20
-
/** Name of the Algolia index. */
22
+
/** The name of an Algolia index. */
21
23
publicvarindex:String
22
-
/** List of object identifiers for items of an Algolia index. */
24
+
/** The object IDs of the records that are part of the event. */
23
25
publicvarobjectIDs:[String]
24
-
/** Extra information about the records involved in the event—for example, to add price and quantities of purchased products. If provided, must be the same length as `objectIDs`. */
25
-
publicvarobjectData:[ObjectData]?
26
-
/** If you include pricing information in the `objectData` parameter, you must also specify the currency as ISO-4217 currency code, such as USD or EUR. */
27
-
publicvarcurrency:String?
28
-
/** Anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
26
+
/** An anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
29
27
publicvaruserToken:String
30
-
/** Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
31
-
publicvartimestamp:Int64?
32
-
/** User token for authenticated users. */
28
+
/** An identifier for authenticated users. > **Note**: Never include personally identifiable information in user tokens. */
/** Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as `objectIDs`. */
33
+
publicvarobjectData:[ObjectData]?
34
+
/** The timestamp of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
/** Can contain up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
/** The name of the event, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
18
20
publicvareventName:String
19
21
publicvareventType:ConversionEvent
20
22
publicvareventSubtype:AddToCartEvent
21
-
/** Name of the Algolia index. */
23
+
/** The name of an Algolia index. */
22
24
publicvarindex:String
23
25
/** Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add `clickAnalytics: true` as a search request parameter, the query ID is included in the API response. */
24
26
publicvarqueryID:String
25
-
/** List of object identifiers for items of an Algolia index. */
27
+
/** The object IDs of the records that are part of the event. */
26
28
publicvarobjectIDs:[String]
27
-
/** Extra information about the records involved in the event—for example, to add price and quantities of purchased products. If provided, must be the same length as `objectIDs`. */
28
-
publicvarobjectData:[ObjectDataAfterSearch]?
29
-
/** If you include pricing information in the `objectData` parameter, you must also specify the currency as ISO-4217 currency code, such as USD or EUR. */
30
-
publicvarcurrency:String?
31
-
/** Anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
29
+
/** An anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
32
30
publicvaruserToken:String
33
-
/** Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
34
-
publicvartimestamp:Int64?
35
-
/** User token for authenticated users. */
31
+
/** An identifier for authenticated users. > **Note**: Never include personally identifiable information in user tokens. */
/** Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`. */
36
+
publicvarobjectData:[ObjectDataAfterSearch]?
37
+
/** The timestamp of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
/** Can contain up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
/** The name of the event, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
17
19
publicvareventName:String
18
20
publicvareventType:ClickEvent
19
-
/** Name of the Algolia index. */
21
+
/** The name of an Algolia index. */
20
22
publicvarindex:String
21
23
/** Facet filters. Each facet filter string must be URL-encoded, such as, `discount:10%25`. */
22
24
publicvarfilters:[String]
23
-
/** Anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
25
+
/** An anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
24
26
publicvaruserToken:String
25
-
/** Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
26
-
publicvartimestamp:Int64?
27
-
/** User token for authenticated users. */
27
+
/** An identifier for authenticated users. > **Note**: Never include personally identifiable information in user tokens. */
28
28
publicvarauthenticatedUserToken:String?
29
+
/** The timestamp of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
/** Can contain up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
/** The name of the event, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. */
17
19
publicvareventName:String
18
20
publicvareventType:ClickEvent
19
-
/** Name of the Algolia index. */
21
+
/** The name of an Algolia index. */
20
22
publicvarindex:String
21
-
/** List of object identifiers for items of an Algolia index. */
23
+
/** The object IDs of the records that are part of the event. */
22
24
publicvarobjectIDs:[String]
23
-
/** Anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
25
+
/** An anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. */
24
26
publicvaruserToken:String
25
-
/** Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
27
+
/** An identifier for authenticated users. > **Note**: Never include personally identifiable information in user tokens. */
28
+
publicvarauthenticatedUserToken:String?
29
+
/** The timestamp of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. */
0 commit comments