Google Analytics to Salesforce Wave

Simple Integration via APIs

Setup

Deploying to Heroku using the Heroku Button

You can deploy your own version of GA2SW in seconds using the Heroku button below:

Deploy

On installation, Use "admin" as username and "cervello" as password to login.

Deploying to Heroku using the Command Line

You can also deploy GA2SW to Heroku using the command line:

Pre-requisites: Git and Heroku toolbelt

  1. Clone the repository

    git clone https://github.com/Cervello/google-analytics-to-salesforce-wave.git  my-ga2sw
  2. Navigate into Heroku application

    cd my-ga2sw 
  3. Install the Postgres plugin

    heroku addons:create heroku-postgresql:hobby-dev
  4. Deploy to Heroku

    git push heroku master
  5. Run the the application:

    • Open the application in a browser:

      heroku open
    • Use "admin" as username and "cervello" as password to login

Once you have the setup completed, follow the Walkthrough.