Skip to content

Commit 45e3c18

Browse files
authored
Changed $attConsentStatus 'accepted' to 'authorized' (#982)
1 parent 68e6811 commit 45e3c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customers/customer-attributes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ You may see the following as a response from this attribute:
150150

151151
- `restricted` - Can be returned if the user is using a mobile device management profile that disallows some aspects of tracking regardless of consent. This might be returned even if you never ask for permissions.
152152
- `denied` - Can be returned if the user’s phone has set “Ask Apps Not To Track” in OS Settings or denied access for the specific app.
153-
- `accepted` - Returned if you ask for permission and the permission gets accepted by the user.
153+
- `authorized` - Returned if you ask for permission and the permission gets accepted by the user.
154154
- `unknown` - The user hasn’t set “Ask Apps Not to Track” in OS Settings, and you have never asked the user for consent to track activity.
155155
:::
156156

0 commit comments

Comments
 (0)