We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from customerio import CustomerIO, Regions site_id=xxx api_key=yyy cio = CustomerIO(site_id, api_key, region=Regions.EU) cio.track(customer_id=id='cid_xxx', name='event') #tried Event, Lesson Completed
returns none, where I can see the events in customer.io UI
The text was updated successfully, but these errors were encountered:
Check the activity logs on the navigation pane on the left hand side of your screen.
Sorry, something went wrong.
No branches or pull requests
from customerio import CustomerIO, Regions
site_id=xxx
api_key=yyy
cio = CustomerIO(site_id, api_key, region=Regions.EU)
cio.track(customer_id=id='cid_xxx', name='event') #tried Event, Lesson Completed
returns none, where I can see the events in customer.io UI
The text was updated successfully, but these errors were encountered: