Sha256: ee0cfad79efd3c769fe99a9e82de481ef4731a7f37d062b062f071fbd94fefa3
Contents?: true
Size: 1022 Bytes
Versions: 3
Compression:
Stored size: 1022 Bytes
Contents
# TalonOne::IntegrationEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **profile_id** | **String** | ID of the customer profile set by your integration layer. **Note:** If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. | [optional] **store_integration_id** | **String** | The integration ID of the store. You choose this ID when you create a store. | [optional] **type** | **String** | A string representing the event. Must not be a reserved event name. | **attributes** | [**Object**](.md) | Arbitrary additional JSON data associated with the event. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationEvent.new(profile_id: URNGV8294NV, store_integration_id: STORE-001, type: pageViewed, attributes: {"myAttribute":"myValue"}) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/IntegrationEvent.md |
talon_one-6.0.0 | docs/IntegrationEvent.md |
talon_one-5.0.0 | docs/IntegrationEvent.md |