{"version":3,"sources":["webpack:///./src/pages/integrations/segment.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"+FAAA,kGAgEeA,uBAxDC,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYXC,EAAS,CACb,CACEC,IAbaC,yBAAe,cAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,sBACLC,MAAO,uCAGX,OACE,oCACE,kBAAC,IAAD,iBAAYR,EAAeC,GAA3B,CAAoCQ,UAAU,iBAC5C,6BACE,kBAAC,IAAD,CAAKH,MAAOL,EAAO,GAAGC,IAAKK,IAAKN,EAAO,GAAGM,IAAKC,MAAOP,EAAO,GAAGO,UAGpE,yBAAKC,UAAU,WACb,wCACA,oTAMA,6HAKF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,mFACA,qEACA,oEAGJ,8CACA,4GACiF,IAC/E,uBAAGC,KAAK,8BAAR,eAFF","file":"component---src-pages-integrations-segment-js-213a2106e4a69da69760.js","sourcesContent":["/* eslint-disable jsx-a11y/anchor-is-valid */\nimport React from 'react';\nimport { graphql, useStaticQuery } from 'gatsby';\nimport Img from 'gatsby-image';\nimport PropTypes from 'prop-types';\nimport withIntegrationCardContext from 'hoc/withIntegrationCardContext';\nimport Slider from 'react-slick';\n\nconst Segment = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"help/segment_debugger.png\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n }\n `);\n const photos = [\n {\n img: img1.childImageSharp.fluid,\n alt: 'Segment Integration',\n title: 'Integrate Segment with LiveSession',\n },\n ];\n return (\n <>\n \n
\n {photos[0].alt}\n
\n
\n
\n

Overview

\n

\n Segment is a customer data platform that makes information accessible to all teams. It can\n improve the day-to-day work of marketing, product, and software engineering professionals.\n In other words, it’s a powerful app to learn about your users and make your product\n data-driven\n

\n

\n Segment works best with integrations. You can connect it to LiveSession to get more\n insights.\n

\n
\n
\n

Benefits

\n \n
\n

How to install

\n

\n Copy and paste a piece of code on your website. See a detailed tutorial in our{' '}\n help center.\n

\n \n );\n};\n\nexport default withIntegrationCardContext(Segment);\n\nSegment.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}