Skip to content

Commit dee536b

Browse files
algolia-botsirockin
andcommitted
fix(specs): insights-api timestamp documentation (generated)
algolia/api-clients-automation#5925 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Dave Sirockin <[email protected]>
1 parent 9986c3a commit dee536b

12 files changed

+12
-12
lines changed

lib/algolia/models/insights/added_to_cart_object_ids.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AddedToCartObjectIDs
3434
# Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as `objectIDs`.
3535
attr_accessor :object_data
3636

37-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
attr_accessor :timestamp
3939

4040
attr_accessor :value

lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AddedToCartObjectIDsAfterSearch
3737
# Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`.
3838
attr_accessor :object_data
3939

40-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
40+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
4141
attr_accessor :timestamp
4242

4343
attr_accessor :value

lib/algolia/models/insights/clicked_filters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClickedFilters
2626
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
2727
attr_accessor :authenticated_user_token
2828

29-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
29+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3030
attr_accessor :timestamp
3131

3232
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/clicked_object_ids.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClickedObjectIDs
2626
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
2727
attr_accessor :authenticated_user_token
2828

29-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
29+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3030
attr_accessor :timestamp
3131

3232
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/clicked_object_ids_after_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ClickedObjectIDsAfterSearch
3232
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
3333
attr_accessor :authenticated_user_token
3434

35-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
35+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3636
attr_accessor :timestamp
3737

3838
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/converted_filters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ConvertedFilters
2525
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
2626
attr_accessor :authenticated_user_token
2727

28-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
28+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
2929
attr_accessor :timestamp
3030

3131
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/converted_object_ids.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ConvertedObjectIDs
2626
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
2727
attr_accessor :authenticated_user_token
2828

29-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
29+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3030
attr_accessor :timestamp
3131

3232
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/converted_object_ids_after_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ConvertedObjectIDsAfterSearch
2929
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken).
3030
attr_accessor :authenticated_user_token
3131

32-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
32+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3333
attr_accessor :timestamp
3434

3535
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/insights/purchased_object_ids.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PurchasedObjectIDs
3434
# Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as `objectIDs`.
3535
attr_accessor :object_data
3636

37-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
attr_accessor :timestamp
3939

4040
attr_accessor :value

lib/algolia/models/insights/purchased_object_ids_after_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PurchasedObjectIDsAfterSearch
3434
# Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`.
3535
attr_accessor :object_data
3636

37-
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
# Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
attr_accessor :timestamp
3939

4040
attr_accessor :value

0 commit comments

Comments
 (0)