Integration Guide. Integrating Extole with Salesforce. Overview. Use Cases

Size: px
Start display at page:

Download "Integration Guide. Integrating Extole with Salesforce. Overview. Use Cases"

Transcription

1 Integrating Extole with Salesforce Overview The Extole referral marketing platform is easy to integrate with Salesforce.com and other Customer Relationship Manager (CRM) providers. Extole provides a straightforward method of passing data into your CRM via your standard lead forms, housed in your Marketing Automation tool, and accepts data back via file transfer over SFTP. When you integrate Extole with Salesforce, you can answer questions like: How much revenue am I driving through my referral leads? How many deals are closing through the referral channel? What types of customers refer? Use Cases TRACKING YOUR REFERRALS With Extole, you can receive a referral from any customer interaction: , the web, mobile, over the phone, via your employees. But all your leads end up in Salesforce, become opportunities, and move to closed/won when they become customers. Most referral programs reward advocates when their friends become customers, so when a lead reaches the closed/won stage in Salesforce, it is time to reward the advocate. CHANNEL REPORTING It is important to understand how leads from referrals convert compared to leads from other channels (hint: at a much higher rate). Your data from your other conversion channels lives in Salesforce, so your referral data should too. With this integration, you can attribute revenue from referrals and compare it to all your other marketing channels. 1

2 Getting Started Integrating Extole and Salesforce typically involves these steps, detailed in the following sections: 1. Understanding the customer experience 2. Salesforce initial setup 3. Lead form setup 4. Capturing the Extole identifier 5. Salesforce data transfer to Extole THE CUSTOMER EXPERIENCE To better understand how we integrate with Salesforce, here is the customer journey of an advocate and friend: 1. Friend clicks link shared by the advocate 2. Friend lands on your landing page 3. Friend converts on lead form and lead is created 4. Friend opportunity reaches closed/won 5. Advocate receives their reward SALESFORCE.COM INITIAL SETUP You ll need to create a few fields in Salesforce to configure your referral program. To create these: 1. Navigate to Setup > Admin > Build > Customize > Leads > Fields. 2. Tap Lead Source. 3. Next to Account/Lead Source Picklist Values, tap New. 4. Add Referral Program as an additional value to the Lead Source field on the Lead Object. 5. Return to the Fields menu and tap Campaign field (custom). 6. Next to Picklist Values, tap New. 7. Add Advocate Program and Friend Program as additional values to the Campaign field (custom) on the Lead Object. 2

3 8. Return to the Fields menu. 9. Create a custom picklist field on the Lead Object and name it Referral Program with the following values: a. Advocate b. Friend 10. Create a custom text field on the Lead Object and name it Partner Conversion ID. 11. Navigate to Setup > Build > Customize > Opportunities > Fields. a. Create a custom text field and name it Partner Conversion ID. 12. Navigate to Setup > Build > Customize > Leads > Fields. a. Tap Lead Mapping. b. Map the Lead.Partner Conversion ID field to the Opportunity.Partner Conversion ID field. 3

4 LEAD FORM SETUP After you ve completed the initial setup in Salesforce, there is just a slight modification that needs to be made to your lead forms to capture the Extole Click ID. Most often your lead forms are hosted with a Marketing Automation platform like Marketo, Eloqua, Pardot, and Hubspot. Here s our integration with Marketo and Forms 2.0: MARKETO FORM FIELD INSTRUCTIONS You need to add the Extole Click ID field to every lead form you host. This will allow all friends that convert to be tracked back to the advocate so if they convert on another form, they will still be matched and the advocate will be rewarded. 1. Navigate to Design Studio and scroll down to the Forms section. 2. Select a Form, go to Form Actions and tap Edit Form. 3. In the Field Details section, tap the Add New Field button. 4. Search for Extole Click ID and select. 5. In the Properties section of the Field Details, go to Field Type and select Hidden. (This will make sure the field does not show up on your forms.) 6. Tap the Finish button and tap Approve & Close. 7. Make sure to repeat steps 1-6 for all of your lead forms. 4

5 CAPTURING THE EXTOLE IDENTIFIER The next step is to capture the Extole Click ID after the friend clicks an advocate link. Whether using a Marketing Automation platform or any tool to capture leads, the basic process for integrating with Extole after the friend clicks is the same. The friend clicks and is redirected to a URL on your website Extole passes a unique parameter xtl_click_id via the query string Client will capture xtl_click_id parameter with the new lead when form is filled out the lead Here is how you implement the actions above. The following steps will require some work with your web development team and sample code blocks will be subject to change: 1. Capture the query string parameter xlt_click_id as a cookie on your landing pages. Sample code below: setcookie( xtl_click_id, getparameterbyname( xtl_click_id ), 365*24*60*5, window.location.host, / ) function getparameterbyname( name ){ name = name.replace(/[\[]/, \\\[ ).replace(/[\]]/, \\\] ); var regexs = [\\?&] +name+ =([^&#]*) ; var regex = new RegExp( regexs ); var results = regex.exec( window.location.href ); if( results == null ) { return false; else { var finalvalue = encodeuricomponent(results[1].replace(/\+/g, )); if (finalvalue.match( < ) finalvalue.match( > ) finalvalue.match( ) finalvalue.match( ) ) { return false; else { return finalvalue; function setcookie(cname,cvalue,exminutes,domain,path){ var d = new Date(); d.settime(d.gettime()+(exminutes*60*1000)); var expires = expires= +d.togmtstring(); var cookiestring = cname + = + cvalue + ; + expires; if (domain){ cookiestring += ;domain= +domain; if (path){ cookiestring += ;path= +path; document.cookie = cookiestring; 5

6 2. Pass the value of the xtl_click_id to the Extole Click ID field on your lead forms. Sample code below: var extoleformfietoda extoleformfield = getcookie( xtl_click_id ); function getcookie(cname){ var name = cname + = ; var ca = document.cookie.split( ; ); for(var i=0; i<ca.length; i++){ var c = ca[i]; if (c.indexof(name)==0) { return c.substring(name.length,c.length); return false; SALESFORCE DATA TO EXTOLE You only need to setup one report from Salesforce to export data to Extole. 1. Create an Opportunity report in Salesforce which includes conversion information on recent closed/won deals and/or opportunities in the pipeline including: a. Revenue or Annual Recurring Revenue (ARR) b. Address c. Order ID or Opportunity ID d. Extole Click ID field 6

7 2. Work with your development team to translate each row of data from the Salesforce report into an API call to Extole. a. Use Extole s create conversion API below: Endpoint. Note: All Salesforce implementations are unique. Integration details are subject to change depending on your individual Salesforce instance. About Extole Extole helps marketers acquire customers at scale by rewarding existing customers. With Extole, marketers can create a complete, efficient, and reliable acquisition channel by encouraging their customers to share their brand, products, or content. hello@extole.com (877) Extole Inc. All Rights Reserved. PROPRIETARY/CONFIDENTIAL 7

Integration Set Up Guide

Integration Set Up Guide Integration Set Up Guide The Marketo Integration for Pipeliner CRM powered by itduzzit makes it possible to automatically create or update Leads and Contacts directly in Pipeliner CRM. Get started now:

More information

Integrating Extole with Adobe Analytics

Integrating Extole with Adobe Analytics Integrating Extole with Adobe Analytics Overview The Extole platform easily integrates with Adobe Analytics, passing campaign and event data directly into your Analytics reporting suite. All Extole customers

More information

for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce

for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce Table of Contents Before You Begin... 3 First Time Installing Access Hoover s... 3 Updating Access Hoover s... 3 Note

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

InsideView Lead Enrich Setup Guide for Marketo

InsideView Lead Enrich Setup Guide for Marketo InsideView Lead Enrich Setup Guide for Marketo ... 1 Step 1: Sign up for InsideView for Marketing... 1 Step 2: Create Custom Fields... 3 Step 3: Create a Webhook for InsideView for Marketing... 5 Step

More information

Marketo Integration Setup Guide

Marketo Integration Setup Guide Page 1 of 30 Table of Contents About the RingLead Integration with Marketo Create the Marketo Webhook - Response Mapping - Configure Webhook Response Mapping Create the Marketo Program and Campaign - Create

More information

Genius in Salesforce.com Pre- Installation Setup

Genius in Salesforce.com Pre- Installation Setup Genius in Salesforce.com Pre- Installation Setup Contents Introduction... 3 License Level... 3 Salesforce Profile Permission... 3 Administration Permissions:... 3 General User Permissions:... 4 Standard

More information

Campaign Management Implementation Guide

Campaign Management Implementation Guide Campaign Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011

Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011 Appointment Router Salesforce.com Web- to- Lead Integration Guide Date: January 19, 2011 Overview This document describes the method used to integrate Salesforce.com Web-to-Lead forms with TimeTrade s

More information

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application STEP 1 Download and install Bluefin Payment Processing app STEP 2 Sign up for a Bluefin merchant account Once you install the application, click the Get Started link from the home page to get in touch

More information

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing Integrating Extole with Adobe Target Overview Extole partners with Adobe Target so that marketers can easily deploy Extole tags and test your referral program to improve its performance. A/B testing will

More information

Salesforce Knowledge Base Sandbox Configuration Guide

Salesforce Knowledge Base Sandbox Configuration Guide Salesforce Knowledge Base Sandbox Configuration Guide August 2013 Introduction Cloudwords offers a dedicated sandbox environment that is designed to let you test drive our Salesforce Knowledge Base integration

More information

SpringCM Integration Guide. for Salesforce

SpringCM Integration Guide. for Salesforce SpringCM Integration Guide for Salesforce January 2013 Introduction You are minutes away from fully integrating SpringCM into your Salesforce account. The SpringCM Open Cloud Connector will allow you to

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

Configuring Salesforce

Configuring Salesforce Chapter 94 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1 for Salesforce Installation Guide Winter 2015 Version 2.30.1 Page 1 CONTENTS 1 Introduction 2 Browser support 2 Self-Installation Steps 2 Checks 3 Package Download and Installation 4 Users for Email Automation

More information

INSTALLATION GUIDE. Installing PhoneBurner for Salesforce. PhoneBurner for Salesforce

INSTALLATION GUIDE. Installing PhoneBurner for Salesforce. PhoneBurner for Salesforce PhoneBurner for Salesforce INSTALLATION GUIDE! Installing PhoneBurner for Salesforce PhoneBurner s power dialer dramatically boosts live client interactions and overall productivity by 447%. PhoneBurner

More information

Salesforce Integration Guide

Salesforce Integration Guide 1 Salesforce Integration Guide 2 Salesforce Integration Guide Integrating Velaro with Salesforce Using Velaro s Salesforce chat integration tools, you can create leads, contacts, support cases, and save

More information

DirectSmile Cross Media and Salesforce

DirectSmile Cross Media and Salesforce DirectSmile DirectSmile Cross Media and Salesforce Guide 2014 Salesforce und DirectSmile Cross Media Salesforce und DirectSmile Cross Media... 2 1.1 Introduction... 3 1.2 Setting Up a User Account... 3

More information

Integrating SalesForce with SharePoint 2007 via the Business Data Catalog

Integrating SalesForce with SharePoint 2007 via the Business Data Catalog Integrating SalesForce with SharePoint 2007 via the Business Data Catalog SalesForce CRM is a popular tool that allows you to manage your Customer Relation Management in the cloud through a web based system.

More information

Azalead Account Based Marketing package. Installation guide

Azalead Account Based Marketing package. Installation guide Azalead Account Based Marketing package Installation guide Contents I. Purpose... 3 II. Prerequisite... 3 A. API access... 3 B. Salesforce object access... 3 III. Features summary... 4 IV. Package installation...

More information

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce.

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce. Chapter 41 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: May 17, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide Release 8 This installation guide will walk you through how to install and deploy Conga Composer, including recommended settings for the application. Contact Support:

More information

Volunteers for Salesforce Installation & Configuration Guide Version 3.76

Volunteers for Salesforce Installation & Configuration Guide Version 3.76 Volunteers for Salesforce Installation & Configuration Guide Version 3.76 July 15, 2015 Djhconsulting.com 1 CONTENTS 1. Overview... 4 2. Installation Instructions... 4 2.1 Requirements Before Upgrading...

More information

Protection! A d m i n i s t r a t o r G u i d e. v 1. O. S a l e s F o r c e C o n n e c t o r. Protect your investments with Protection!

Protection! A d m i n i s t r a t o r G u i d e. v 1. O. S a l e s F o r c e C o n n e c t o r. Protect your investments with Protection! jproductivity LLC Protect your investments with Protection! Protection! tm S a l e s F o r c e C o n n e c t o r v 1. O A d m i n i s t r a t o r G u i d e http://www.jproductivity.com Revision 336-8/10/2011

More information

SpringCM Integration Guide. for Salesforce

SpringCM Integration Guide. for Salesforce SpringCM Integration Guide for Salesforce September 2014 Introduction You are minutes away from fully integrating SpringCM into your Salesforce account. The SpringCM Open Cloud Connector will allow you

More information

Customizing and Integrating

Customizing and Integrating Customizing and Integrating CRM The Essential Guide 1 THE ESSENTIAL CRM BUYER S GUIDE INTRODUCTION What s in this Guide This guide is meant to help business who are using Zoho CRM software, specifically

More information

Application Notes: MaxACD Connector For Salesforce

Application Notes: MaxACD Connector For Salesforce Application Notes: MaxACD Connector For Salesforce March 2013 Contents Introduction... 3 Requirements... 3 Installing the MaxACD Salesforce Connector... 4 Step 1: Import the Call Center File into Salesforce...

More information

HOW DO I CREATE A PARTNER PROGRAM? PRESENTED BY

HOW DO I CREATE A PARTNER PROGRAM? PRESENTED BY HOW DO I CREATE A PARTNER PROGRAM? PRESENTED BY How Do I Set Up My Partner Program? Introduction You ve got your sales funnel set up and you re ready to get more customers. A great way to do this is by

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Egnyte for Salesforce v2.1 Administrator s Guide

Egnyte for Salesforce v2.1 Administrator s Guide Egnyte for Salesforce v2.1 Administrator s Guide Overview Egnyte Tabs Egnyte Domain Configuration Egnyte Sync Configurations Creating Sync Configurations for standard and/or custom objects Creating folder

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

You re one step closer to working more efficiently, increasing performance, and gaining clean, enhanced data.

You re one step closer to working more efficiently, increasing performance, and gaining clean, enhanced data. chases down and eliminates duplicate data FREE TRIAL! CONGRATULATIONS! You re one step closer to working more efficiently, increasing performance, and gaining clean, enhanced data. You ll find that Cloudingo

More information

Quick Start Configuration Guide Salesforce.com Integration

Quick Start Configuration Guide Salesforce.com Integration Quick Start Configuration Guide Salesforce.com Integration Introduction The basic integration of WorldSmart and Salesforce.com offers the following features: WorldSmart tabs in Salesforce dashboard. Click

More information

MEMBERSHIP PACKAGE KICKSTART KIT

MEMBERSHIP PACKAGE KICKSTART KIT MEMBERSHIP PACKAGE KICKSTART KIT Do-It-Yourself Customer Build Information A List BUILD A LIST PACKAGE OVERVIEW Objective This package is designed to handle the basic processes for capturing leads so that

More information

Siebel Social Media Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Social Media Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Social Media Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Top 3 Marketing Metrics You Should Measure in Google Analytics

Top 3 Marketing Metrics You Should Measure in Google Analytics Top 3 Marketing Metrics You Should Measure in Google Analytics Presented By Table of Contents Overview 3 How to Use This Knowledge Brief 3 Metric to Measure: Traffic 4 Direct (Acquisition > All Traffic

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Salesforce Multichannel Integration Configuration Guide Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

Archive for Chatter - Installation and Configuration Guide

Archive for Chatter - Installation and Configuration Guide Archive for Chatter - Installation and Configuration Guide Thank you for installing Archive for Chatter, the leading Salesforce.com Chatter archiving and compliance app on the AppExchange! To get started,

More information

Document revision 1.9

Document revision 1.9 Document revision 1.9 INSTALLATION & PRE-REQUISITES - REQUIRED... 3 COUNTRY AUTOCOMPLETE MENU - OPTIONAL... 4 VALIDATATION & STANDARDIZATION OPTIONS... 7 FIELDS TO VALIDATE & STANDARDIZE... 9 QUICKCOMPLETE

More information

TIPSHEET. The Simple Way to Create Landing Pages

TIPSHEET. The Simple Way to Create Landing Pages TIPSHEET The Simple Way to Create Landing Pages THE SIMPLE WAY TO CREATE LANDING PAGES Landing pages are a crucial element of a successful digital campaign, but frequently marketers are discouraged from

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

How to Integrate Salesforce with Your Constant Contact Account FOR ENTERPRISE & UNLIMITED EDITIONS

How to Integrate Salesforce with Your Constant Contact Account FOR ENTERPRISE & UNLIMITED EDITIONS HOW-TO GUIDE EMAIL MARKE TING How to Integrate Salesforce with Your Constant Contact Account FOR ENTERPRISE & UNLIMITED EDITIONS INSIGHT PROVIDED BY www.constantcontact.com 1-866-876-8464 This guide is

More information

Marketo GoToWebinar Adapter. User Guide Version 3.5

Marketo GoToWebinar Adapter. User Guide Version 3.5 Marketo GoToWebinar Adapter User Guide Version 3.5 CONTENTS EVENT INTEGRATION OVERVIEW... 3 BEFORE YOU BEGIN... 4 REQUIREMENTS... 4 HOW TO CREATE AN EVENT IN MARKETO WITH A GOTOWEBINAR INTEGRATION... 4

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

How to: Audit Your Google Analytics Installation

How to: Audit Your Google Analytics Installation How to: Audit Your Google Analytics Installation Your site seems to be working perfectly and you re trying to track the results in Google Analytics. But something is missing. You think you re receiving

More information

RingCentral for Salesforce. Administrator Guide

RingCentral for Salesforce. Administrator Guide RingCentral for Salesforce Administrator Guide 1 RingCentral for Salesforce Administrator Guide Introduction Contents Introduction... 3 About RingCentral for Salesforce.................................................

More information

Marketing Rockstar s Guide to Marketo

Marketing Rockstar s Guide to Marketo Marketing Rockstar s Guide to Marketo Page 1 Page 2 At a Glance Overview Marketing Automation Setup Checklist Campaign Checklist Email Creation Checklist Landing Page Checklist Webinar Checklist Live Events:

More information

Perform this procedure when you need to add a recurring payment option, or when you need to change or withdraw it.

Perform this procedure when you need to add a recurring payment option, or when you need to change or withdraw it. Purpose Use this procedure to add, change, or remove recurring payments. Trigger Perform this procedure when you need to add a recurring payment option, or when you need to change or withdraw it. Prerequisites

More information

Stripe Event Trigger

Stripe Event Trigger Stripe Event Trigger Agile CRM integrates with many billing widgets including Stripe. The Stripe CRM integration lets you track your customer payments, provides 2-way sync and trigger campaigns following

More information

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following

More information

Snow Active Directory Discovery

Snow Active Directory Discovery Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2014-04-29 Snow Active Directory Discovery Installation & Configuration Guide Page 2 of 9 This document describes

More information

Installation & Configuration Guide Professional Edition

Installation & Configuration Guide Professional Edition Installation & Configuration Guide Professional Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Find your next client.

Find your next client. Find your next client. Dave Currie CMO, The List I CEO, Catapult Email: davec@thelistinc.com LinkedIn: linkedin.com/in/catapultdave Main: 404-350-0600 Direct: 404-564-2436 New Business Productivity Tools

More information

Egnyte Single Sign-On (SSO) Installation for OneLogin

Egnyte Single Sign-On (SSO) Installation for OneLogin Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin

More information

Tenrox and Microsoft Dynamics CRM Integration Guide

Tenrox and Microsoft Dynamics CRM Integration Guide Tenrox Tenrox and Microsoft Dynamics CRM Integration Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide describes the procedures for setting up integration between Microsoft

More information

Automate G/L Consolidation User Guide

Automate G/L Consolidation User Guide Automate G/L Consolidation User Guide Important Notice TaiRox does not warrant or represent that your use of this software product will be uninterrupted or error-free or that the software product can be

More information

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce.

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce. DupeCatcher is a real-time deduplication app designed specifically for Salesforce. It is a 100% APEX developed and deployed managed package, and is installed via the Salesforce AppExchange, eliminating

More information

Integrating LivePerson with Salesforce

Integrating LivePerson with Salesforce Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce

More information

MARKETO LEAD MANAGEMENT APP INSTALLATION AND SYNCHRONIZATION WITH SALESFORCE. Installation Guide Version 1.2

MARKETO LEAD MANAGEMENT APP INSTALLATION AND SYNCHRONIZATION WITH SALESFORCE. Installation Guide Version 1.2 MARKETO LEAD MANAGEMENT APP INSTALLATION AND SYNCHRONIZATION WITH SALESFORCE Installation Guide Version 1.2 CONTENTS INSTALLATION AND SYNCHRONIZATION OVERVIEW... 2 STEP 1: SET UP REQUIRED PERMISSIONS IN

More information

Managing Marketing Campaigns and Measuring ROI with LeadMaster

Managing Marketing Campaigns and Measuring ROI with LeadMaster LeadMaster makes it easy to track the results of your marketing campaigns and measure your return on investment (ROI) for the money you spend on marketing programs. This document contains step-by-step

More information

CLOSED-LOOP REPORTING

CLOSED-LOOP REPORTING 1 CLOSED-LOOP REPORTING MODASSIC MARKETING 2 CONTENTS HOW CLOSED LOOP MARKETING WORKS 8 WHAT YOU NEED TO SET UP CLOSED-LOOP MARKETING 19 BECOME A BETTER MARKETER BY CLOSING THE LOOP 25 HOW TO FIX A BROKEN

More information

Salesforce Integration

Salesforce Integration Salesforce Integration 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

SmartConnect User Credentials 2012

SmartConnect User Credentials 2012 User Credentials Used When The SmartConnect client connects to Microsoft Dynamics GP When connecting to the Microsoft Dynamics GP the credentials of the current AD user are used to connect to Dynamics

More information

Editing Data with Microsoft SQL Server Reporting Services

Editing Data with Microsoft SQL Server Reporting Services Editing Data with Microsoft SQL Server Reporting Services OVERVIEW Microsoft SQL Server Reporting Services (SSRS) is a tool that is used to develop Web-based reports; it integrates into MS Internet Information

More information

The Social Accelerator Setup Guide

The Social Accelerator Setup Guide The Social Accelerator Setup Guide Welcome! Welcome to the Social Accelerator setup guide. This guide covers 2 ways to setup SA. Most likely, you will want to use the easy setup wizard. In that case, you

More information

S prin g 2 0 1 4. Higher Education Enrollment CRMs. Some assembly required?

S prin g 2 0 1 4. Higher Education Enrollment CRMs. Some assembly required? S prin g 2 0 1 4 Higher Education Enrollment CRMs Some assembly required? Table of Contents Higher Education Enrollment CRMs... 1 Introduction... 1 Best Practice: Closed Loop System... 2 Closed Loop Benefits...

More information

Marketo Lead Management. User Guide Version 1.0

Marketo Lead Management. User Guide Version 1.0 Marketo Lead Management User Guide Version 1.0 CONTENTS SETUP AND CONFIGURATION... 6 Setting up Salesforce.com Integration... 6 Required Salesforce Permissions for the Salesforce Sync Account... 11 Default

More information

Filtered Views for Microsoft Dynamics CRM

Filtered Views for Microsoft Dynamics CRM Filtered Views for Microsoft Dynamics CRM Version 4.2.13, March 5, 2010 Copyright 2009-2010 Stunnware GmbH - 1 of 32 - Contents Overview... 3 How it works... 4 Setup... 5 Contents of the download package...

More information

Google Analytics Audit. Prepared For: Xxxxx

Google Analytics Audit. Prepared For: Xxxxx Google Analytics Audit Prepared For: Xxxxx Please Note: We have edited all images and some text to protect the privacy of our client. 1. General Setup 3 1.1 current analytics tracking code 3 1.2 test purchase

More information

ADMINISTRATOR QUICK SETUP GUIDE FOR AVENTION FOR SALESFORCE

ADMINISTRATOR QUICK SETUP GUIDE FOR AVENTION FOR SALESFORCE ADMINISTRATOR QUICK SETUP GUIDE FOR AVENTION FOR SALESFORCE Version 1.1 April 8th, 2014 This guide assumes you have successfully installed Avention for Salesforce. If not, see the Installation guide which

More information

DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015

DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights

More information

Simple Membership Plugin Setup Documentation

Simple Membership Plugin Setup Documentation Simple Membership Plugin Setup Documentation After you install the membership plugin, you need to create a membership level. You can create as many membership levels as you want. Membership levels allow

More information

Application Notes: MaxCS Connector For Salesforce.com

Application Notes: MaxCS Connector For Salesforce.com Application Notes: MaxCS Connector For Salesforce.com September 2014 Contents Introduction... 3 Requirements... 3 Architecture... 4 Configuring the MaxCS Salesforce Connector... 5 Step 1: Import the Call

More information

Veeam MarketReach User Guide. Automate Your Marketing. Grow Your Business.

Veeam MarketReach User Guide. Automate Your Marketing. Grow Your Business. Veeam MarketReach User Guide Automate Your Marketing. Grow Your Business. March, 2013 Contents PART 1. INTRODUCTION 3 What is Veeam MarketReach? 3 PART 2. ENTERING VEEAM MARKETREACH 3 Who can access Veeam

More information

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared

More information

XTIVIA, Inc. Vicinity for Salesforce Installation Guide

XTIVIA, Inc. Vicinity for Salesforce Installation Guide XTIVIA, Inc. Vicinity for Salesforce Installation Guide Vicinity for Salesforce Our Mission XTIVIA, Inc. offers expertise in CRM applications, business process optimization, and Sales Consulting services

More information

Tagging Guide: Website and Email Implementation. Contents

Tagging Guide: Website and Email Implementation. Contents Tagging Guide: Website and Email Implementation Contents About This Guide... 2 Your CiteID... 2 Website Implementation... 2 Tag Placement... 2 Example... 3 Email Implementation... 5 DNS Setup... 5 Tag

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

Salesforce Integration. Installation Manual Release

Salesforce Integration. Installation Manual Release Salesforce Integration Installation Manual Release Table of Contents Salesforce Integration... Error! Bookmark not defined. 1. Integration with LeadForce1(Manual)... 3 2. Integration with LeadForce1 (Automated

More information

Salesforce Integration Version 1.2, published 15/04/2013 14:45

Salesforce Integration Version 1.2, published 15/04/2013 14:45 User Guide Version 1.2, published 15/04/2013 14:45 Improving results together 1 Introduction This document is the user guide for our integration which connects your PureResponse account to Salesforce.

More information

The purpose of this User Guide is to provide users with guidance on the following:

The purpose of this User Guide is to provide users with guidance on the following: LEAD MANAGEMENT Introduction The purpose of this User Guide is to provide users with guidance on the following: Creating a Lead Importing Leads Managing Leads Completing a Lead Not Proceeding Re-opening

More information

Salesforce Opportunities Portlet Documentation v2

Salesforce Opportunities Portlet Documentation v2 Salesforce Opportunities Portlet Documentation v2 From ACA IT-Solutions Ilgatlaan 5C 3500 Hasselt liferay@aca-it.be Date 29.04.2014 This document will describe how the Salesforce Opportunities portlet

More information

// table of contents //

// table of contents // // A Guide to the Talkdesk and LiveChat Integration // table of contents // 01 // Overview & Advantages of the Talkdesk and LiveChat Integration // 04 02 // 4 Ways to Use the Talkdesk and LiveChat Integration

More information

Site.com Workbook. Version 1: Summer 14. Last updated: July 4, 2014

Site.com Workbook. Version 1: Summer 14. Last updated: July 4, 2014 Version 1: Summer 14 Site.com Workbook Last updated: July 4, 2014 Copyright 2000 2014 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com, inc., as are

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Salesforce Integration User Guide Version 1.1

Salesforce Integration User Guide Version 1.1 1 Introduction Occasionally, a question or comment in customer community forum cannot be resolved right away by a community manager and must be escalated to another employee via a CRM system. Vanilla s

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

1 Which of the following questions can be answered using the goal flow report?

1 Which of the following questions can be answered using the goal flow report? 1 Which of the following questions can be answered using the goal flow report? [A] Are there a lot of unexpected exits from a step in the middle of my conversion funnel? [B] Do visitors usually start my

More information

SpringCM Troubleshooting Guide for Salesforce

SpringCM Troubleshooting Guide for Salesforce SpringCM Troubleshooting Guide for Salesforce July 2013 TABLE OF CONTENTS FAQS:... 3 WHY DID I NOT RECEIVE A SPRINGCM ACTIVATION EMAIL?... 3 WHY DON T MY SALESFORCE USERS HAVE ACCESS TO SPRINGCM?... 3

More information

Tool for Automated Provisioning System (TAPS) Version 1.2 (1027)

Tool for Automated Provisioning System (TAPS) Version 1.2 (1027) Tool for Automated Provisioning System (TAPS) Version 1.2 (1027) 2015 VoIP Integration Rev. July 24, 2015 Table of Contents Product Overview... 3 Application Requirements... 3 Cisco Unified Communications

More information

ExactTarget GENESIS I N TEGRATION GUIDE

ExactTarget GENESIS I N TEGRATION GUIDE ExactTarget GENESIS I N TEGRATION GUIDE GENESIS INTEGRATION GUIDE II Table of Contents Terms and Conditions of Use... 4 Intended Audience... 4 Account Support... 4 Service and Billing Information... 4

More information

SSL Enablement of the DB2 Web Query for System i Server

SSL Enablement of the DB2 Web Query for System i Server SSL Enablement of the DB2 Web Query for System i Server By default the DB2 Web Query server listens on a non-secure port of 12331. In order to change the server to make the 12331 port SSL enabled, the

More information

Collaborative Forecasts Implementation Guide

Collaborative Forecasts Implementation Guide Collaborative Forecasts Implementation Guide Version 1, Summer 16 @salesforcedocs Last updated: June 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Increase Productivity

Increase Productivity Spend a lot less time entering data and more time with customers Increase Productivity Walk through the steps in this Quick Guide to experience the next-generation usability features in CRM On Demand.

More information

Salesforce Administrator s Installation Guide

Salesforce Administrator s Installation Guide Salesforce Administrator s Installation Guide Welcome to sales emails done better. This guide will walk you through setting up ToutApp and Salesforce. Read on to learn how to connect the two, and what

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Table of Contents OggChat Overview... 3 Getting Started Basic Setup... 3 Dashboard... 4 Creating an Operator... 5 Connecting OggChat to your Google Account... 6 Creating a Chat Widget...

More information

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario EditAble CRM Grid For Microsoft Dynamics CRM How To Guide Trial Configuration: Opportunity View EditAble CRM Grid Scenario Table of Contents Overview... 3 Opportunity View EditAble CRM Grid... 3 Scenario...

More information