Sha256: a74d0391c02dc8e9a7d104c953e494d0a7e0a309f53c3a1e49221d24736418a7

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 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] 
**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,
                                 type: pageViewed,
                                 attributes: {"myAttribute":"myValue"})
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/IntegrationEvent.md
talon_one-3.0.1 docs/IntegrationEvent.md
talon_one-3.0.0 docs/IntegrationEvent.md