jazzband / django-analytical

Analytics services for Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does the library support Intercom Events?

charleshan opened this issue · comments

it's not mentioned in the documentation so I'm guessing that it may not yet have been implemented.

You can read more about event tracking in intercome here:
https://www.intercom.com/help/configure-intercom-for-your-product-or-site/customize-intercom-to-be-about-your-users/set-up-event-tracking-in-intercom

Short answer: Yes, probably - if Intercom does.

Long answer: Everything django-analytical does is abstract away the JavaScript snippet pasting into your Django templates.

You may want to verify if the implementation in the module still matches the instructions provided by Intercom. If not, a PR is always welcome.