Skip to content

Commit

Permalink
Merge branch 'ADP-1473-sharing-mode' into develop
Browse files Browse the repository at this point in the history
* ADP-1473-sharing-mode:
  Version for review
  • Loading branch information
Lutik-sun committed Oct 23, 2024
2 parents 03131b4 + dd919c8 commit a95e757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions versioned_docs/version-3.0/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Event example
"environment": "Sandbox",
"vendor_product_id": "premium",
"event_datetime": "2020-02-18T18:40:22.000000+0000",
"profile_has_access_level": true,
"store": "app_store"
}
```
Expand Down Expand Up @@ -210,6 +211,7 @@ Adapty has a special event `access_level_updated`. It is sent only to [webhook](
| **active_introductory_offer_type** | str |
| **active_promotional_offer_type** | str |
| **active_promotional_offer_id** | str |
| **profile_has_access_level** | bool |

We don't send `access_level_updated` upon subscription expiration - please, refer to **expires_at** value to end the subscriptions on your side.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Each event is wrapped into the following structure:
"event_datetime": "2023-02-18T18:40:22.000000+0000",
"event_properties": <event-specific properties>,
"event_api_version": 1,
"profiles_sharing_access_level": [{"profile_id": "f9e83cb0-0cf3-4e92-b1a4-711011fe5800", "customer_user_id": "some_id"}],
"profiles_sharing_access_level": [{"profile_id": "f9e83cb0-0cf3-4e92-b1a4-733311fe5800", "customer_user_id": "[email protected]"}],
"attributions": {"attribution_source1": <attribution_data>, "attribution_source2": <attribution_data>, ...},
"user_attributes": {"attribute_name1": "attribute_value1", "attribute_name2": "attribute_value2", ...}
"integration_ids": {"firebase_app_instance_id": "val1", "branch_id": "val2", "one_signal_player_id": "val3", ... }
Expand Down

0 comments on commit a95e757

Please sign in to comment.