@@ 65,6 65,8 @@ install.
- `gdpr`: If you're signing up EU users in a GDPR compliant manner.
- `hp`: Include this 'honeypot' field to prevent spambots.
+::
+
data = {"gdpr": True, "ipaddress": "127.0.0.1", "country": "US"}
api.subscribe(list_id, email, **data)