0

I'm wanting to use Segment's Analytics.js open source package (but not use their hosted solution segment.io) and I noticed that their hosted solution has an integration with Pinterest, but I can't seem to find it in Analytics.js. Can you only get the Pinterest integration through their hosted solution? If not, how can I use it when initializing Analytics.js?

Here is my current initialization (taken from this helpful article)

analytics.load(function () {
    analytics.initialize({
        'Google Analytics': {
            trackingId: '{{ GOOGLE_ANALYTICS_TRACKING_ID }}'
        },
        'Mixpanel': {
            token: '{{ MIXPANEL_TOKEN }}',
            people: true
        }
    });
});
Chad
  • 1,708
  • 1
  • 25
  • 44

1 Answers1

0

Segment does have an integration with Pinterest (https://segment.com/docs/destinations/pinterest-tag/). However, this integration code is private and only available in the Segment hosted version.

f2prateek
  • 2,034
  • 2
  • 20
  • 26
  • Under my account on segment.com I have the Pinterest source setup and am using it. But I wasn't able to find Pinterest in Analytics.js. https://imgur.com/a/HgEDC – Chad Nov 02 '17 at 22:23
  • Sorry for the delay. My mistake, we do in fact have a Pinterest integration (https://segment.com/docs/destinations/pinterest-tag/). Unfortunately this is a private integration and not available in the open source version. I would recommend you write in via support (https://segment.com/contact) so they can direct your request to the correct folks. – f2prateek Jan 12 '18 at 07:42