segment-integrations / analytics.js-integration-intercom

The Intercom analytics.js integration.
https://segment.com/docs/integrations/intercom/
MIT License
7 stars 12 forks source link

map semantic properties #11

Closed hankim813 closed 7 years ago

hankim813 commented 8 years ago

This adds support for looking up traits.monthlySpend in .group() calls as seen in the server side mapper here: https://github.com/segment-integrations/integration-intercom/blob/master/lib/mapper.js#L84

ref: intercom docs This will also add mapping for the price metadata as seen here on server side:

https://github.com/segment-integrations/integration-intercom/blob/master/lib/mapper.js#L189-L198 ref: intercom docs

TODO: Update docs