Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,19 @@ To sync additional Audiences from your Engage space, create a separate mapping i

{% include components/actions-fields.html settings="true"%}

## Note for Segment Linked Audiences

For Linked Audiences, you must set "Add" or "Remove" as the value for the **DMP User Action** field, as the **Auto Detect** option is not supported.

## Troubleshooting

### Error: Action :: field is required but not found

This error occurs when the **DMP User Action** field is not set to "Add" or "Remove" in the mapping. Or it's set to "Auto Detect," which comes with a couple of caveats:

- For Linked Audiences, you must set "Add" or "Remove" as the value for the **DMP User Action** field, as the **Auto Detect** option is not supported.
- For Profile Audiences, it must match the default "Enter Event" names set in the destination settings at the Audience level. Those defaults are "Audience Entered" and "Audience Exited."

### Access & Refresh Tokens
LinkedIn's OAuth access tokens have a time to live (TTL) of 60 days; refresh tokens have a TTL of one year. Segment automatically updates your access token as long as your refresh token is valid. You won't see any errors or interruptions in data delivery if your access token expires while your refresh token is valid.

Expand Down