Sha256: fa7eb54cbd6a85ab75d410c63189ec67b02672b275cc3bc29d0d518b98cb0212

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

# KlaviyoAPI::OnsiteProfileMetaIdentifiers

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Primary key that uniquely identifies this profile. Generated by Klaviyo. | [optional] |
| **email** | **String** | Individual's email address | [optional] |
| **phone_number** | **String** | Individual's phone number in E.164 format | [optional] |
| **external_id** | **String** | A unique identifier used by customers to associate Klaviyo profiles with profiles in an external system, such as a point-of-sale system. Format varies based on the external system. | [optional] |
| **anonymous_id** | **String** |  | [optional] |
| **_kx** | **String** |  Also known as the `exchange_id`, this is an encrypted identifier used for identifying a profile by Klaviyo's web tracking.  You can use this field as a filter when retrieving profiles via the Get Profiles endpoint.  | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::OnsiteProfileMetaIdentifiers.new(
  id: 01GDDKASAP8TKDDA2GRZDSVP4H,
  email: sarah.mason@klaviyo-demo.com,
  phone_number: +15005550006,
  external_id: 63f64a2b-c6bf-40c7-b81f-bed08162edbe,
  anonymous_id: null,
  _kx: J8fjcn003Wy6b-3ILNlOyZXabW6dcFwTyeuxrowMers%3D.McN66
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/OnsiteProfileMetaIdentifiers.md
klaviyo-api-sdk-1.2.0 docs/OnsiteProfileMetaIdentifiers.md