Hi all, anyone has experience integrating Amplitude with Zendesk? We would like to track the who views our Zendesk article which currently not provided by Zendesk. Thank you.
Hi Shery,
We do not have a direct integration with Zendesk so you will have to track events on your end and send them over to Amplitude server side using HTTP API or a third party like Segment.
https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/
https://www.docs.developers.amplitude.com/data/sources/segment/?h=segment
Also can we turn thiis into a conversation so other Amplitude users can comment on how they did it?
Best,
Sydney
sydney.koh Thanks for providing these resources. So cool! Anyone can comment here and share their approach. I’d also be excited to learn more! 😃
I would be curious if people have gone the other way. That is, can we get information from amplitude into zendesk easily? The usecase we would be this:
Hi!
To confirm when you say from Amplitude to Zendesk does that mean you want to see what your team members on Amplitude are doing and what issues they are having with using your Amplitude instance?
Or do you mean tracking in your product?
Tracking on our product.
It seems like we should be able to pass the unique internal ID to zendesk with associated information for the user. The goal would be for our customer support to easily see relevant information from Amplitude in Zendesk.
Thank you!
We do not have a direct integration to Zendesk so there is no automated way to pass data to Zendesk. You could either invite your support team to your Amplitude org to see user data or if you didn’t want them in the org you could share insights to them using public links:
https://help.amplitude.com/hc/en-us/articles/235717108
Would that help?
Hi wlaubernds I hope all is well. I wanted to circle back and that you have everything you need to succeed with Amplitude. Please keep us posted! 😁
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!