GithubHelp home page GithubHelp logo

analytics.js-integration-wishpond's Introduction

analytics.js-integration-wishpond Build Status

Wishpond integration for Analytics.js.

This integration is maintained by Anderson Saunders.

Our Wishpond integration code is open sourced on Github. Feel free to check it out: JavaScript (browser) Integration.

Getting Started

Wishpond works with our client-side javascript library: Analytics.js.

From your Segment Integrations page click on Wishpond. Drop in your API keys from Wishpond’s “API Keys” dialog, also found in your Wishpond Account in the dropdown on your account name in the top right corner then API Keys.

We’ll automatically initialize Wishpond’s Tracking Code with your API Keys upon loading Analytics.js.

When you toggle on Wishpond in Segment your Wishpond account will start to receive data when you use identify or track methods.

Identify

When you identify a user, we'll pass that user's information to Wishpond. Wishpond Tracking Code, method identify, will be triggered with the params used to identify.

For instance, when Segment identify get called:

analytics.identify('1e810c197e', {
  name: 'Bill Lumbergh',
  email: '[email protected]'
});

Wishpond Tracker will be called with the following parameters:

Wishpond.Tracker.identify('1e810c197e', {
  name: 'Bill Lumbergh',
  email: '[email protected]'
});

A new lead will be created be in your 'Wishpond Leads Database'. The lead will have the attributes: name 'Bill Lumbergh', email '[email protected]'. To more details how Wishpond's identify works please visit Wishpond API Docs: #identify.

Track

When you track an event, we will send that event to Wishpond. Wishpond Tracking Code, method track, will be triggered with the params used to track the event.

For instance, when Segment track get called:

analytics.track('Signed Up', {
  plan: 'Startup',
  source: 'Analytics Academy'
});});

Wishpond Tracker will be called with the following parameters:

Wishpond.Tracker.track('Signed Up', {
  plan: 'Startup',
  source: 'Analytics Academy'
});

A new event will be added to the lead that the current session is tracking. The event title will be 'Signed Up', and it will have the properties: plan: 'Startup',source: 'Analytics Academy'.

To more details how Wishpond's identify works please visit Wishpond API Docs: #track.


Troubleshooting/ FAQ

Integration is not working properly

Make sure you have copied the right keys from Wishpond’s “API Keys” dialog, this integration will need Merchant ID and Tracking Key.

License

Released under the MIT license.

analytics.js-integration-wishpond's People

Contributors

max2320 avatar

Watchers

Ali T. avatar James Cloos avatar Bikram avatar Victor Andrey avatar Anderson Saunders avatar

analytics.js-integration-wishpond's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.