Skip to content

Conversation

@copybara-service
Copy link

Maps GMA SDK child privacy flags to DTExchange methods

|| requestConfiguration.getTagForUnderAgeOfConsent() == TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE;
if (isChildUser) {
InneractiveAdManager.currentAudienceAppliesToCoppa();
InneractiveAdManager.currentAudienceIsAChild();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please explain the meaning of each tag: TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE, TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE (TFCD): Generally marketed to help publishers comply with US COPPA regulation
The TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE (TFUA): Generally marketed to help publishers comply with European GDPR and AADC regulations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants