customerio-python:customer.io API的官方Python客户端

时间:2024-05-23 08:53:13
【文件属性】:

文件名称:customerio-python:customer.io API的官方Python客户端

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-23 08:53:13

python customerio Python

Customer.io Python绑定 此模块已经过Python 3.6、3.7、3.8和3.9的测试。 正在安装 pip install customerio 用法 from customerio import CustomerIO , Regions cio = CustomerIO ( site_id , api_key , region = Regions . US ) cio . identify ( id = "5" , email = 'customer@example.com' , name = 'Bob' , plan = 'premium' ) cio . track ( customer_id = "5" , name = 'purchased' ) cio . track ( customer_id = "5" , name = 'purchased' , pr


【文件预览】:
customerio-python-master
----.github()
--------workflows()
----AUTHORS(34B)
----customerio()
--------client_base.py(2KB)
--------__init__.py(206B)
--------regions.py(248B)
--------track.py(6KB)
--------api.py(4KB)
----requirements.txt(16B)
----LICENSE(2KB)
----setup.py(1KB)
----README.md(7KB)
----Makefile(769B)
----tests()
--------test_api.py(3KB)
--------test_customerio.py(12KB)
--------__init__.py(0B)
--------server.py(3KB)
----.gitignore(89B)
----CHANGELOG.md(608B)

网友评论