We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c8fa66 + 1df4776 commit dfdf4dfCopy full SHA for dfdf4df
readthedocs/analytics/utils.py
@@ -57,9 +57,6 @@ def anonymize_user_agent(user_agent):
57
58
def send_to_analytics(data):
59
"""Sends data to Google Analytics"""
60
- if data.get('uip') and data.get('ua'):
61
- data['uid'] = generate_client_id(data['uip'], data['ua'])
62
-
63
if 'uip' in data:
64
# Anonymize IP address if applicable
65
data['uip'] = anonymize_ip_address(data['uip'])
0 commit comments