Merge pull request #22006 from edx/bderusha/remove-mailchimp

remove mailchimp tracking
This commit is contained in:
Bill DeRusha
2019-10-15 09:47:08 -04:00
committed by GitHub
4 changed files with 0 additions and 79 deletions

View File

@@ -266,14 +266,6 @@ def _track_user_registration(user, profile, params, third_party_provider):
'country': text_type(profile.country),
}
]
# Provide additional context only if needed.
if hasattr(settings, 'MAILCHIMP_NEW_USER_LIST_ID'):
identity_args.append({
"MailChimp": {
"listId": settings.MAILCHIMP_NEW_USER_LIST_ID
}
})
# .. pii: Many pieces of PII are sent to Segment here. Retired directly through Segment API call in Tubular.
# .. pii_types: email_address, username, name, birth_date, location, gender
# .. pii_retirement: third_party