You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store.privacy function is not returning words/phrases like "Email Address", "Phone Number" as shown in the provided example in Readme, now it returns "[Array]" under "dataCategories" and "purposes" sections (see example below).
{
managePrivacyChoicesUrl: null,
privacyTypes: [
{
privacyType: 'Data Used to Track You',
identifier: 'DATA_USED_TO_TRACK_YOU',
description: 'The following data may be used to track you across apps and websites owned by other companies:',
dataCategories: [Array],
purposes: []
},
{
privacyType: 'Data Linked to You',
identifier: 'DATA_LINKED_TO_YOU',
description: 'The following data, which may be collected and linked to your identity, may be used for the following purposes:',
dataCategories: [],
purposes: [Array]
}
]
}
The text was updated successfully, but these errors were encountered:
Description:
Store.privacy function is not returning words/phrases like "Email Address", "Phone Number" as shown in the provided example in Readme, now it returns "[Array]" under "dataCategories" and "purposes" sections (see example below).
Example code:
Error message:
The text was updated successfully, but these errors were encountered: