Request Handling
To track an event all you need to pass a payload
to the .track
method as follows:
payload = {
'event': 'event_name'
'value': 'value'
}
curia.analytics.track()
Last updated
To track an event all you need to pass a payload
to the .track
method as follows:
payload = {
'event': 'event_name'
'value': 'value'
}
curia.analytics.track()
Last updated