From 7b133393a05b4f8a96fd7a293add90c15a56b3e3 Mon Sep 17 00:00:00 2001 From: Liudmila Nemkova Date: Thu, 24 Oct 2024 16:24:36 +0300 Subject: [PATCH] Rephrased --- versioned_docs/version-3.0/set-up-webhook-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.0/set-up-webhook-integration.md b/versioned_docs/version-3.0/set-up-webhook-integration.md index aba8b20..e19ef03 100644 --- a/versioned_docs/version-3.0/set-up-webhook-integration.md +++ b/versioned_docs/version-3.0/set-up-webhook-integration.md @@ -146,7 +146,7 @@ Each event is wrapped into the following structure: | **idfa** | String | The identifier for advertisers (IDFA) is a random device identifier assigned by Apple to a user's device. | | **advertising_id** | String | The Advertising ID is a unique code assigned by the Android Operating System that advertisers might use to uniquely identify a user's device. | | **profile_install_datetime** | ISO 8601 date & time | Installation date and time in format [IOS 8601](https://www.iso.org/iso-8601-date-and-time-format.html): starting with the year, followed by the month, the day, the hour, the minutes, seconds, and milliseconds. For example, 2020-07-10T15:00:00.000000+0000, represents the 10th of July 2020 at 3 p.m. | -| **profiles_sharing_access_level** | JSON |

A list of objects, each containing the IDs of users who share the access level (including the current profile):

This is used when the [**Sharing paid access between user accounts**](general#6-sharing-purchases-between-user-accounts) parameter is set to share an access level.

| +| **profiles_sharing_access_level** | JSON |

A list of objects, each containing the IDs of users who share the access level (including the current profile):

This is used when your app allows [**Sharing paid access between user accounts**](general#6-sharing-purchases-between-user-accounts).

| | **user_agent** | String | User-agent used by the browser on the device. | | **email** | String | E-mail of your user. | | **event_type** | String | Event name as set up in the in the **Events names** section of the [**Integrations** -> **Webhooks**](https://app.adapty.io/integrations/customwebhook) page in lowercase. |