Sha256: bf1bc2630b47201d70c59bc97f7eb43d44a905ebe6b6edede9b521b06988fa13

Contents?: true

Size: 953 Bytes

Versions: 3

Compression:

Stored size: 953 Bytes

Contents

# TalonOne::NewEvent

## 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. | 
**session_id** | **String** | The ID of the session that this event occurred in. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewEvent.new(profile_id: URNGV8294NV,
                                 type: pageViewed,
                                 attributes: {"myAttribute":"myValue"},
                                 session_id: 175KJPS947296)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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