3 Ways to Improve ROI from Salesforce.com & Marketing Automation Data

Size: px
Start display at page:

Download "3 Ways to Improve ROI from Salesforce.com & Marketing Automation Data"

Transcription

1 3 Ways to Improve OI from Salesforce.com & Marketing Automation Data Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

2 Marketing automation and CM systems are essential tools for companies to manage campaign execution, lead generation, and sales cycle activities. While complementary in nature, these two systems must communicate to keep marketing and sales organizations aligned. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

3 What & Why of MA and CM Marketing automation Marketing automation systems nurture leads and uncover potential customers by enabling the company to communicate with prospects. They help Marketing create, implement, and track campaigns across a variety of online channels. Their main function is to identify and target prospects who are ready to buy. CM systems CM systems are designed to track sales activities from the time the lead enters the pipeline to when the lead becomes a signed customer. These tools help Sales collect and store data about existing customers as well as manage new prospects and sales opportunities. Salesforce.com is the de-facto CM system in most organizations. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

4 Marketing Automation & Salesforce.com: Better Together Together the two systems, provide: Deeper insight into campaign performance Improved lead quality Better handoff between marketing and sales Marketing automation systems usually include an API into Salesforce.com. This improves the customer experience by giving sales and marketing teams easy access to each other s data, ensuring that they are both working off the same page. If information in one system changes, the other system is updated at the same time. Automated lead assignment And a positive impact on OI Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

5 But simple synchronization with pre-built APIs isn t enough Problems like these hold back today s leading edge marketing organizations: ead quality issues Marketing automation systems can only de-dupe on a few basic values (e.g., address). They don t support cleansing on multiple variables or fuzzy matching. Furthermore, they can t enrich gathered leads with additional information, leading to duplicate or, worse yet, conflicting campaigns to the same prospect, handoff of poor quality leads to sales, and incorrect lead assignments. Inability to see aggregated trends The API is designed to see only one contact s web activity at a time. You can t view the simultaneous movement of aggregated contacts. What s more, the API only supports zoom-in viewing of the specific lead data, not zoom-out, which gives a broader view of the aggregated customer/prospect base. Poor post-campaign performance analysis You can t capture time-based snapshots of activities such as click-through rates, open rates, and web activity to determine the common denominators of a win or a loss at different stages of the campaign, resulting in poor understanding of campaign performance. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

6 Why do you need Alteryx? Alteryx can help you Improve lead data quality and assignment by enriching data with details like company revenue, industry code, location, demographics, and more Accurately measure campaign effectiveness by pinpointing key factors behind a win or a loss See prospect trends, such as web activity at an aggregated level, for a broader view Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

7 Use Case 1: ead Quality and outing Engine Why does this matter? Marketing is all about identifying and targeting the right people with the right message. A lead quality and routing engine helps you clean up bad data, enrich leads, and create custom lead-routing rules for better lead assignment. What does it do? The effectiveness of a marketing campaign relies on good data. A lead quality and routing engine guarantees quality leads are assigned correctly, so they don t become stale in the hands of the wrong reps. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

8 What is the recipe? You can make a lead quality and routing engine in three simple steps: 1 Cleanse incoming leads data 2 Normalize the data What do you need to do it? A license to Alteryx Designer Access to Salesforce.com Access to a marketing automation system Access to third-party data, such as Dun & Bradstreet and TomTom, for firmographic and geo-spatial information 3 Enrich leads with additional details Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

9 1 Cleanse Incoming ead Data 1. Input your lead data using either connectors or flat files 2. Use data preparation tools, like Filter, Formula, and egex, to build a set of cleansing rules for required fields (e.g., Company, Name, , etc.) 3. Flag the good and bad data with Valid and Invalid headers to segregate later 4. Use the Filter macro to separate the Valid and Invalid data 5. Output and scrutinize the bad data before discarding Expression: Credentials Table Query Salesforce ogin U T F!IsEmpty{[Company Name is]} T F ength{[company Name]}>1 if([companyfag]== Valid AND [NameFlag]== Valid AND [ Flag]== Valid AND [ PatternFlag]== Valid AND [PhonePatternFlag]== Valid AND [obtitleflag]== Valid ) then Valid else Invalid endif Input Data Source \eadsist.csv T T T Expression: [BadDataFlag]== Valid F F F!IsEmpty{[Name is]} ength{[full Name]}>2 Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

10 2 Normalize the Data 1. Connect the good data output from the last step to the left input of a oin tool 2. Build a normalized database containing non-normalized values and corresponding normalized values 3. Connect the normalized database to the right input of a oin tool 4. Configure the oin tool to merge on the non-normalized values and Output the corresponding normalized values 5. Union the left and oin streams to include all the records 6. Use the Formula tool to pick normalized values GoodData.csv #2 #4 NormalizedCountry=if(IsEmpty {[Normalized_Country]})then [Co_ Data_Normalization.csv Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

11 3 Enrich eads with Additional Details Using the Enrichment Data flat file: GoodNormalized Data.csv DnB_Enrichment Data.yxdb 1. Input the normalized data 2. Input the enrichment data source, such as Dun & Bradstreet data 3. oin on Company Name and select needed fields from the enrichment data 4. Fuzzy Match to join records that don t have the exact company name. Congratulations, your data is now correct, consistent, and complete. GoodNormalizedData.csv Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

12 Use Case 2: Snapshots for Performance Analysis Why does this matter? As a lead moves through different life-cycle phases of the campaign, the lead status continually changes in both marketing automation and Salesforce.com systems. With no maintained history, it is difficult to understand later why a lead did not convert into an opportunity or sale. What does it do? By taking snapshots at different pre-defined periods, marketers can conserve historical data views for campaign performance analysis and analyze metrics that provide insight into improving performance, such as Time to ead Assignment, Time ead was Contacted, When ead was Disqualified, and eason for Disqualification. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

13 What is the recipe? You can create snapshot data for campaign performance analysis in three simple steps: 1 Create workflow for initial snapshot of Salesforce.com lead table What do you need to do it? 2 Create workflow to update snapshot A license to Alteryx Designer Access to Salesforce.com 3 Create workflow to use snapshot for analysis Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

14 1 Create Workflow for Initial Snapshot of Salesforce.com ead Table Drag the Salesforce Input connector to a new canvas Input your connection credentials with relevant access authorizations Select ead Table and pick the fields to snapshot Drag the Output data tool and assign it to a local Alteryx Database.yxdb un the workflow to initiate a snapshot Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

15 2 Create Workflow to Update Snapshot Select ead Table and pick the fields to snapshot Drag the Input data tool and select Snapshot Table U= login.salesforce. com/table=ead MQ Snapshot. yxdb oin on ead ID and pick the left unjoined output to select only the new leads to add to the snapshot Drag a Formula tool stamp snapshot with the job run time Drag a Block Until Done tool to ensure all the data has been extracted before it is written to the snapshot Schedule the workflow to run on a regular basis to update the snapshot Batch_ID c=datetimestart0 MQ Snapshot.yxdb Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

16 3 Create Workflow to use Snapshot for Analysis Drag the Salesforce Input connector to a new canvas Input your connection credentials with relevant access authorizations Select Snapshot Table and pick the fields to export Connect to an output: Excel, Tableau, Qlik, PDF, etc. un the workflow each time you need to refresh the analysis U= com/table=snap_weekly_ MQ_Snapshot c You now have the snapshot data as your campaign progresses, so you can accurately assess the factors driving success or failure. MQ Snapshot.tde MQ Snapshot. xlsx Table=Sheet1 Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

17 Use Case 3: Web Activity Tracker Why does this matter? Understanding how a prospect or a set of prospects navigates through your website is critical to refining and optimizing your relationship with prospects. With a web activity tracker, you can determine which pages or assets on the site trigger certain actions, such as drop-off, trial downloads, purchase, etc. What does it do? By looking at the aggregated view over time, you can identify trends and activators for certain actions. This information then can be used to drive more positive interactions with prospects. Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

18 What is the recipe? You can create a web activity tracker in four simple steps: 1 Get web visits data from your marketing automation system 2 Get closed opportunities data from Salesforce.com 3 Merge the two datasets What is needed to do it? A license to Alteryx Designer Access to marketing automation system Access to Salesforce.com Access to a visualization tool, such as Tableau or Qlik (optional) 4 Visualize in Tableau Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

19 1 Get Web Visit Data from Marketing Automation Drag the Marketo Input connector to a new canvas Configure the Marketo Extractor to load ead Change ecords and pick the relevant fields to load from Web Visits transactions Copy Marketo Connector and switch ecord Type to ead Change ecords and load Marketo lead attributes such as , name, etc. oin the two Marketo datasets on ID (for leads) and MktPersonID (web visits) Buffer the Marketo transactions to a local Alteryx Database.yxdb for faster reloads of the workflow Note: This example uses Marketo, but you can replicate these steps using any marketing automation software Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

20 2 Get Closed Opportunities from Salesforce.com 1. Drag the Salesforce Input tool to the canvas and input connection credentials to access 2. Select the Opportunity table; pick relevant fields and input a SOQ Where calendar_year(closedate)>2014 AND IsClosed = TUE to extract only opportunities closed in Copy the Salesforce Input tool and select the Opportunity Contact ole table; pick relevant fields and input a SOQ Where isprimary = TUE to extract only the primary contacts for opportunities 4. oin the outputs of the previous steps on this page on OpportunityID U= salesforce.com/ Table=Opportunity U= com/table= OpportunityContactole U= salesforce.com/ Table=Contact U= salesforce.com/ Table=Account * Continued on next slide Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

21 2 Get Closed Opportunities from Salesforce.com, cont d. 5. Copy the Salesforce Input tool and select Contact Table; pick relevant fields and input a SOQ Where Id IN (select ContactId from OpportunityContactole) to extract only the contacts associated to opportunities U= salesforce.com/ Table=Opportunity U= com/table= OpportunityContactole 6. oin this output with the previous oin output on ContactID 7. Copy the Salesforce Input tool and select Account Table; pick relevant fields 8. oin this output with the previous oin output on AccountID U= salesforce.com/ Table=Contact U= salesforce.com/ Table=Account You now have all the website visits by individual s as recorded in Marketo transactions, for both leads and contacts, as well as all closed opportunities with contact and account attributes for Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

22 3 Merge the Marketing Automation and Salesforce.com Data Sets 1. oin the previous outputs on address 2. Add an Output tool and select a TDE file format for output in Tableau U= Table=OpportunityContactole U= com/table=contact U= com/table=account U= /Table=Opportunity Web Visits for 2015 Cosed Oppties.tde Marketo eads.yxdb Marketo Web Visits.yxdb Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

23 4 Visualize in Tableau Once you have completed the previous three steps, you should be able to view: Top visited pages per opportunity outcome Website navigation path per opportunity Visualizations by importance of pages in deal influence and traffic Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

24 Benefits of Alteryx Improved data quality and lead assignment ensures leads don t get stale, sitting in the hands of the wrong sales reps Increased revenue through more effective campaign performance and accurate identification of potential target customers Enhanced customer retention and new customer conversions by identifying key trends and activators of campaign success Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

25 Data Blending and Advanced Analytics More than 800 customers and thousands of data analysts worldwide rely on Alteryx daily. alteryx.com/marketing Cookbook Series 3 Ways to Improve Marketing OI with Salesforce.com & Marketing Automation Data

7 Steps to Data Blending for Predictive Analytics

7 Steps to Data Blending for Predictive Analytics 7 Steps to Data Blending for Predictive Analytics Evolution of Analytics Just as the volume and variety of data has grown significantly in recent years, so too has the expectations for analytics. No longer

More information

Marketing Automation. for. Marketing Automation at Full Throttle

Marketing Automation. for. Marketing Automation at Full Throttle for Marketing Automation Marketing Automation at Full Throttle As a marketer, you need to attract the right prospects, convert them into leads, and quickly turn leads into customers. But what do you do

More information

A Guide to Preparing Your Data for Tableau

A Guide to Preparing Your Data for Tableau White Paper A Guide to Preparing Your Data for Tableau Written in collaboration with Chris Love, Alteryx Grand Prix Champion Consumer Reports, which runs more than 1.8 million surveys annually, saved thousands

More information

MARKETING DASHBOARDS. Why they fail to deliver value and how we overcame it. Frank Moreno VP Worldwide Marketing Datawatch

MARKETING DASHBOARDS. Why they fail to deliver value and how we overcame it. Frank Moreno VP Worldwide Marketing Datawatch Frank Moreno VP Worldwide Marketing Datawatch Ellen Wilson Marketing Operations Analyst Datawatch MARKETING DASHBOARDS Why they fail to deliver value and how we overcame it There s a better way to build

More information

CALCULATING THE ROI OF LEAD NURTURING

CALCULATING THE ROI OF LEAD NURTURING Definitive Guide to Lead Nurturing Lead Calculating the ROI of Lead Nurturing In Part One of the Definitive Guide to Lead Nurturing, we learned the value of lead nurturing done well, and in Parts Two and

More information

B2B MARKETING ROI PLAYBOOK. How CRM can help close the gap between Marketing and Sales. marketing

B2B MARKETING ROI PLAYBOOK. How CRM can help close the gap between Marketing and Sales. marketing B2B MARKETING ROI PLAYBOOK marketing SALES How CRM can help close the gap between Marketing and Sales B2B MARKETING ROI PLAYBOOK A guide to how Salesforce and Marketo customers can solve the biggest problem

More information

April 2014 Whitepaper: The Magic Logix Guide to Marketing Automation

April 2014 Whitepaper: The Magic Logix Guide to Marketing Automation I N T E G R AT E D M A R K E T I N G A G E N C Y April 2014 Whitepaper: The Magic Logix Guide to Marketing Automation Magic Logix Guide to Marketing Automation Marketing Automation Overview Ultimately,

More information

NetSuite OpenAir/NetSuite Connector Guide April

NetSuite OpenAir/NetSuite Connector Guide April NetSuite OpenAir/NetSuite Connector Guide April 16 2016 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

Account Plan Pro Overview

Account Plan Pro Overview Overview Account Plan Pro for Salesforce.com is an integrated application that enables Account Managers to create and execute Strategic Account Plans to improve sales results. It is designed to respond

More information

ADVANCED LEAD NURTURING

ADVANCED LEAD NURTURING Definitive Guide to Lead Nurturing Lead Advanced Lead Nurturing In Part One, we defined lead nurturing the process of building relationships with qualified prospects regardless of their timing to buy,

More information

See What's Coming in Oracle Sales Cloud

See What's Coming in Oracle Sales Cloud See What's Coming in Oracle Sales Cloud Release 9 Release Content Document 1 Table of Contents SMARTPHONES... 6 ORACLE SALES CLOUD MOBILE APP... 6 Dynamic Layouts for Mobile Pages... 6 Integration with

More information

Work.com Implementation Guide

Work.com Implementation Guide Work.com Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT DESIGNER

SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT DESIGNER Certification Exam Guide SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT Winter 18 2017 Salesforce.com, inc. All rights reserved. S ALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT CONTENTS About

More information

Tips for Growing Your

Tips for Growing Your Expand Your Pipeline: 6 Small Business Tips for Growing Your Prospect Base Introduction The digital rise has led to an interesting shift in customer and seller dynamics. Selling has changed because buying

More information

Turbo Charge Your Analytics in Salesforce

Turbo Charge Your Analytics in Salesforce Turbo Charge Your Analytics in Salesforce Full Circle Insights FullCircleInsights.com 650.641.2766 877.834.4001 Copyright 2015 Full Circle Insights, Inc. All Rights Reserved. F ull Circle Insights Marketing

More information

DNBi Risk Management. Unparalleled Data Insight to Drive Profitable Growth

DNBi Risk Management. Unparalleled Data Insight to Drive Profitable Growth DNBi Risk Management Unparalleled Data Insight to Drive Profitable Growth DNBi is a powerful, web-based credit risk management solution that offers Dun & Bradstreet s world-class data and robust predictive

More information

Customer Profiling: Using Your Customer Data to Improve Your Marketing ROI. White Paper

Customer Profiling: Using Your Customer Data to Improve Your Marketing ROI. White Paper Customer Profiling: Using Your Customer Data to Improve Your Marketing ROI White Paper Customer Profiling: Using Your Customer Data to Improve Your Marketing ROI Summary Today s business-to-business marketing

More information

1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement:

1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement: 1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement: A) Summary A) Summary B) All Salesforce Reports C) Tabular D) Matrix 2.

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - Adobe Analytics (2015v1) The Products and Services described in this PDM are either On-demand Services or Managed Services (as outlined below) and are governed

More information

Strategy Integration Design Training

Strategy Integration Design Training TableauHelp Strategy Integration Design Training How it all started... TableauHelp was founded in August of 2015 and is based in Austin, Texas. Tableau software has developed a reputation for delivering

More information

5 Ways to Automate Collaboration Between Sales Teams and Everyone Else

5 Ways to Automate Collaboration Between Sales Teams and Everyone Else 5 Ways to Automate Collaboration Between Sales Teams and Everyone Else Table of Contents Introduction 01 Smartsheet 02 for Salesforce Common 04 Salesforce Challenges Use 09 Cases Conclusion 13 Introduction

More information

A BUSINESS CASE FOR B2B MARKETING AUTOMATION

A BUSINESS CASE FOR B2B MARKETING AUTOMATION A BUSINESS CASE FOR B2B MARKETING AUTOMATION TURN MARKETING INTO A REVENUE DRIVER RATHER THAN A COST CENTER 1. Generate and Nurture Leads 2. Align Sales and Marketing 3. Measure Results and Optimize Investments

More information

What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management

What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management Unrestricted Siemens AG 2016 Realize innovation. PLM Europe What s New in Teamcenter Reporting & Analytics. Agenda Report

More information

Salesforce Lightning Partner Management

Salesforce Lightning Partner Management Salesforce Lightning Partner Management Salesforce, Winter 17 @salesforcedocs Last updated: November 23, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

SALES & MARKETING. Ecosystem Alignment Report

SALES & MARKETING. Ecosystem Alignment Report SALES & MARKETING Ecosystem Alignment Report Sales & Marketing Ecosystem Alignment Report Prepared for: BUILD & DEPLOY AUTOMATION COMPANY The Eco System Alignment Report identified ways marketing can provide

More information

Welcome to Revenue Rockstar Unplugged Radisson Blu Royal Hotel- Dublin

Welcome to Revenue Rockstar Unplugged Radisson Blu Royal Hotel- Dublin Welcome to Revenue Rockstar Unplugged Radisson Blu Royal Hotel- Dublin 2011 Marketo, Inc. Agenda 10.00am-10.45am Sales & Mark Alignment Darragh Quinn 10:45am-11:15am DEMO Andrew Connell 11:15am-11:30am

More information

Adding Inventory. 1. From the Home screen, go to Operations Inventory Search Product Inventory. The Search Product Inventory screen displays.

Adding Inventory. 1. From the Home screen, go to Operations Inventory Search Product Inventory. The Search Product Inventory screen displays. Adding Inventory 1. From the Home screen, go to Operations Inventory Search Product Inventory. The Search Product Inventory screen displays. 2. Click Add New Item. 3. The Add New Inventory Item screen

More information

Copyright , Surfwriter, Inc. All Rights Reserved Page 1 of 37

Copyright , Surfwriter, Inc. All Rights Reserved Page 1 of 37 Table of Contents CloudComp App Install... 4 App Install: Enable Forecasts for your Salesforce Org... 4 App Install: Grant Access to Admins only... 4 App Install: Assign Licenses... 4 App Install: Permission

More information

Automating Key Business Processes with NetSuite ERP & Salesforce CRM

Automating Key Business Processes with NetSuite ERP & Salesforce CRM Cloud Integration Best Practices Whitepaper Automating Key Business Processes with NetSuite ERP & Salesforce CRM Do your employees spend significant time reentering and maintaining customer and order information

More information

The Definitive Buyer s Guide for a. Customer Success Platform

The Definitive Buyer s Guide for a. Customer Success Platform The Definitive Buyer s Guide for a Customer Success Platform Table of Contents Customer Success Platform Overview 3 Getting Started 4 Making the case 4 Priorities and problems 5 Key Components of a Successful

More information

Microsoft Excel. Zoho Reports. A detailed comparison study on why spreadsheets are not best suited for analytics

Microsoft Excel. Zoho Reports. A detailed comparison study on why spreadsheets are not best suited for analytics Microsoft Excel VS Zoho Reports A detailed comparison study on why spreadsheets are not best suited for analytics Introduction Some say that data is the new oil, and information is the currency of the

More information

SOCIALBAKERS SUITE FULL FEATURE LIST

SOCIALBAKERS SUITE FULL FEATURE LIST SOCIALBAKERS SUITE FULL FEATURE LIST Socialbakers Suite Plans PROFESSIONAL I want to easily understand my social media performance Compare yourself against the competition and industry, and manage all

More information

PUTTING THE i IN CRM. Series 1: The Impact to the Sales Team. ebook

PUTTING THE i IN CRM. Series 1: The Impact to the Sales Team. ebook PUTTING THE i IN CRM Series 1: The Impact to the Sales Team. ebook Table of Contents Section I Empowering the Individual 3 Section II Management Benefits 6 of Individualized CRM Section III Expanding your

More information

Oracle GRC Controls Suite Fundamentals Ver. 8.5/7.3.1/5.5.1

Oracle GRC Controls Suite Fundamentals Ver. 8.5/7.3.1/5.5.1 Oracle University Contact Us: 0800 891 6502 Oracle GRC Controls Suite Fundamentals Ver. 8.5/7.3.1/5.5.1 Duration: 4 Days What you will learn This course describes the four governors that comprise the GRC

More information

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand Paper 2698-2018 Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand ABSTRACT Digital analytics is no longer just about tracking the number

More information

StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization. Version 1.1

StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization. Version 1.1 StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization Version 1.1 2/8/2016 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in

More information

Definitive Guide to Marketing Automation

Definitive Guide to Marketing Automation Definitive Guide to Marketing Automation Jon Miller VP Marketing, Marketo @jonmiller Mary Bermel VP Demand Generation, CA Technologies You have the ability to send marketing emails. You can easily create

More information

THE ULTIMATE GUIDE TO MARKETING AUTOMATION FOR SALESFORCE

THE ULTIMATE GUIDE TO MARKETING AUTOMATION FOR SALESFORCE THE ULTIMATE GUIDE TO MARKETING AUTOMATION FOR SALESFORCE TABLE OF CONTENTS Introduction: What s in this ebook? 02 Marketing Automation: What is it and why is it so popular? 04 Key Benefits & Features:

More information

The Customer Journey Capturing and Analyzing Events That Drive Viewership. October 18, 2016

The Customer Journey Capturing and Analyzing Events That Drive Viewership. October 18, 2016 The Customer Journey Capturing and Analyzing Events That Drive Viewership October 18, 2016 At Teradata, we know Analytics and data unleash the potential of great M&E companies 2 Finding Meaning in Analytics

More information

Account Based Marketing solution. Installation guide

Account Based Marketing solution. Installation guide Account Based Marketing solution Installation guide CONTENT CONTENT... 2 Purpose... 3 Prerequisite... 3 Feature summary... 3 Solution installation... 4 A. How to install the SOLUTION?... 4 B. Step 1: Azalead

More information

Marketing Automation and CRM Integration. How and Why Marketing Automation and CRM Integration is Necessary for Success

Marketing Automation and CRM Integration. How and Why Marketing Automation and CRM Integration is Necessary for Success Marketing Automation and CRM Integration How and Why Marketing Automation and CRM Integration is Necessary for Success The single most important criteria for sales and marketing success is the alignment

More information

Solutions Implementation Guide

Solutions Implementation Guide Solutions Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Joyce Mullen. Our Commitment to You. Joyce Mullen. President, Global Channels, OEM Solutions and IoT

Joyce Mullen. Our Commitment to You. Joyce Mullen. President, Global Channels, OEM Solutions and IoT Our Commitment to You We will continue to refine the Dell EMC Partner Program based on your feedback to be even more Simple. Predictable. Profitable. At Dell EMC we believe strong partnerships lead to

More information

CRM Sync for Sales Navigator and Salesforce Technical Implementation and Security

CRM Sync for Sales Navigator and Salesforce Technical Implementation and Security CRM Sync for Sales Navigator and Salesforce Technical Implementation and Security This document describes the technical implementation and security for importing Salesforce Accounts, Contacts and Leads

More information

Financial Services Cloud Administrator Guide

Financial Services Cloud Administrator Guide Financial Services Cloud Administrator Guide Salesforce, Spring 18 @salesforcedocs Last updated: February 1, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Conversica Backgrounder

Conversica Backgrounder Conversica Backgrounder Conversica is the leader in AI-powered business conversations and the only provider of AI-driven lead engagement software for marketing and sales organizations. The flagship Conversica

More information

Account Retention and New Customer Acquisition: The Total Management Process

Account Retention and New Customer Acquisition: The Total Management Process Account Retention and New Customer Acquisition: The Total Management Process In today s ultra competitive marketplace, seemingly everyone is chasing your customer and new ones are hard to find. Maximizing

More information

Informatica Best Practice Guide for Salesforce Wave Integration: Building a Global View of Top Customers

Informatica Best Practice Guide for Salesforce Wave Integration: Building a Global View of Top Customers Informatica Best Practice Guide for Salesforce Wave Integration: Building a Global View of Top Customers Company Background Many companies are investing in top customer programs to accelerate revenue and

More information

Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED.

Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED. Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED. Table of Contents Grow Your Small Business With Salesforce 01 02 03 04 05 Introduction The Salesforce Advantage Chapter 1 Make Everyone

More information

StubHub Overview. Slide 1

StubHub Overview. Slide 1 StubHub Overview Slide 1 Agenda StubHub Overview StubHub Sell Flow for Sports (Lakers, Clippers, Kings, Sparks) StubHub Sell Flow for Concerts My Account StubHub Buy Flow 2 Who We Are StubHub, an ebay

More information

Digital Dashboard RFP Questions & Answers

Digital Dashboard RFP Questions & Answers Digital Dashboard RFP Questions & Answers Summary 13 companies submitted an Intent to Bid. 10 companies submitted questions. 109 questions were submitted. Questions & Answers 1. Are there any incumbent

More information

Data Strategy: How to Handle the New Data Integration Challenges. Edgar de Groot

Data Strategy: How to Handle the New Data Integration Challenges. Edgar de Groot Data Strategy: How to Handle the New Data Integration Challenges Edgar de Groot New Business Models Lead to New Data Integration Challenges Organisations are generating insight Insight is capital 3 Retailers

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of a ConnectWise Manage Login... 4 Configuration of GL Accounts...

More information

WHITE PAPER: CUSTOMER DATA PLATFORMS FOR BUSINESS-TO-BUSINESS SOFTWARE AS A SERVICE (SAAS) MARKETING

WHITE PAPER: CUSTOMER DATA PLATFORMS FOR BUSINESS-TO-BUSINESS SOFTWARE AS A SERVICE (SAAS) MARKETING WHITE PAPER: CUSTOMER DATA PLATFORMS FOR BUSINESS-TO-BUSINESS SOFTWARE AS A SERVICE (SAAS) MARKETING PUBLISHED BY: SPONSORED BY: INTRODUCTION: B2B MARKETERS JOIN THE CDP REVOLUTION Customer Data Platforms

More information

The Lead Management Journey at BloomReach: Four Years In. JASON SEEBA Chief Marketing Technologist BloomReach

The Lead Management Journey at BloomReach: Four Years In. JASON SEEBA Chief Marketing Technologist BloomReach The Lead Management Journey at BloomReach: Four Years In JASON SEEBA Chief Marketing Technologist BloomReach Welcome! @jseeba JASON SEEBA Chief Marketing Technologist BloomReach Nerdy credentials: BBSes

More information

This Integration Guide explains how to enable the Fiksu data connector within the Adobe Marketing. Fiksu Integration Guide

This Integration Guide explains how to enable the Fiksu data connector within the Adobe Marketing. Fiksu Integration Guide This Integration Guide explains how to enable the data connector within the Adobe Marketing Cloud. Integration Guide 1 Intended Audience This document is intended for professionals and online marketers

More information

Playbook. Executive The Summary. 12 Examples Of Nurturing Campaigns Your Company. Can Deploy To Drive Pipeline and Get Results 1

Playbook. Executive The Summary. 12 Examples Of Nurturing Campaigns Your Company. Can Deploy To Drive Pipeline and Get Results 1 Executive The Summary Lead nurturing is an essential B2B marketing tactic. It s the best way to build relationships with prospects and to make the best possible use of your marketing resources. In fact,

More information

THE SITEFINITY. Helping you create winning customer experiences across all channels

THE SITEFINITY. Helping you create winning customer experiences across all channels THE SITEFINITY PLATFORM Helping you create winning customer experiences across all channels Take Control of Your Digital Marketing Success As a marketing leader, you re under pressure to execute successful

More information

https://partners.exact.com/docs/docview.aspx?documentid=%7b9676e04a-eca2-47c2-9c...

https://partners.exact.com/docs/docview.aspx?documentid=%7b9676e04a-eca2-47c2-9c... Page 1 of 11 The release notes of this product update are also available in the following language(s): Hint: To view the respective release notes, click the release note titles. Collapse all Tabbed view

More information

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Cloud Integration Bristlecone, Inc. 488 Ellis Street, Mountain View, CA 94043 Phone: 1-650-386-4000 Fax: 1-650-961-2451

More information

DEMAND GEN REPORT BENCHMARK STUDY:

DEMAND GEN REPORT BENCHMARK STUDY: 2015 DEMAND GEN REPORT BENCHMARK STUDY: What s Working In Demand Generation Persona development, multichannel lead nurturing and predictive lead scoring are some of the key tools marketers plan to use

More information

CDK Digital Marketing Websites Features Summary

CDK Digital Marketing Websites Features Summary CDK Digital Marketing Websites Features Summary CDK Global is the largest global provider of integrated information technology and digital marketing solutions to the automotive retail industry. CDK's digital

More information

THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS

THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS DATA HOLDS ALL THE POTENTIAL TO HELP BUSINESSES WIN CUSTOMERS INCREASE REVENUE GAIN COMPETITIVE ADVANTAGE STREAMLINE OPERATIONS BUT

More information

Sample CRM Dashboards

Sample CRM Dashboards Sample CRM Dashboards Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Better Together: Combining Your CRM Software with Marketing Automation

Better Together: Combining Your CRM Software with Marketing Automation Better Together: Combining Your CRM Software with Marketing Automation Marketing software and CRM systems are complementary tools that only reach their full potential when paired together. Not only can

More information

Cloud Sales Strategy How to Master Cloud Sales in a New Era of Digital Transformation

Cloud Sales Strategy How to Master Cloud Sales in a New Era of Digital Transformation Cloud Sales Strategy How to Master Cloud Sales in a New Era of Digital Transformation The Cloud opens a world of opportunities to help you scale quickly, enter new markets, and fill your pipeline. But

More information

5 Quick Ways to. Clean Up Your Sales and. Marketing Pipeline

5 Quick Ways to. Clean Up Your Sales and. Marketing Pipeline 5 Quick Ways to Clean Up Your Sales and Marketing Pipeline Introduction Table of Contents Small businesses and startups are known for running agile, streamlined operations. With so many things going on

More information

Campaign Management Implementation Guide

Campaign Management Implementation Guide Campaign Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Sales Management in Microsoft Dynamics CRM 2013

Sales Management in Microsoft Dynamics CRM 2013 Course 80546A: Sales Management in Microsoft Dynamics CRM 2013 Course Details Course Outline Module 1: Introduction to Sales Management The Sales module within Microsoft Dynamics CRM provides a flexible

More information

What Is Lead Scoring? What Is Lead Scoring?

What Is Lead Scoring? What Is Lead Scoring? What Is Lead Scoring? What Is Lead Scoring? Table of Contents Context: Answering an Important Marketing Question.....................................................2 How Lead Scoring Works...3 How Does

More information

A Kuno Creative ebook. CREATING CONTENT for MARKETING AUTOMATION

A Kuno Creative ebook. CREATING CONTENT for MARKETING AUTOMATION A Kuno Creative ebook CREATING CONTENT for MARKETING AUTOMATION Why Content Matters Content is an essential part of any online marketing strategy. Blogs, ebooks and video can be used for anything from

More information

go vertical. for Microsoft Dynamics AX About MBS Dev Professional Microsoft Dynamics AX Partner Wholesale Distribution Suite

go vertical. for Microsoft Dynamics AX About MBS Dev Professional Microsoft Dynamics AX Partner Wholesale Distribution Suite WDS Professional Microsoft Dynamics AX Partner Improve Quality Increase Competitive Edge Enhance Service Deliver Fast Reliable Solutions Wholesale Distribution Suite High Volume Distribution (HVD) Executive

More information

RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS

RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS Document L127 RESEARCH NOTE IMPROVING ANALYTICS DEPLOYMENTS WITH IBM PARTNERS THE BOTTOM LINE In analyzing deployments of IBM Business Analytics Software, Nucleus has found that midsize organizations adopting

More information

White paper. Getting better business results from your CRM

White paper. Getting better business results from your CRM White paper Getting better business results from your CRM Table of contents: Introduction...1 Customer relationship management continues to grow...1 Poor quality CRM data and its impact on an organization...1

More information

Digital Intelligence Solutions

Digital Intelligence Solutions WELCOME! You are about to enter the world of the Analytics Suite. First of all, thank you and welcome! In this document, we ll present an overview of the Analytics Suite applications available to you,

More information

Unified Employee Desktop. Best Practice Guide

Unified Employee Desktop. Best Practice Guide Unified Employee Desktop Best Practice Guide Table of Contents Introduction... 3 1. Decide Where to Start... 4 2. Design Your Process... 4 3. Deploy Your Integration Strategy... 5 4. Use Contextual Knowledge

More information

Field Service Lightning Managed Packaged Guide

Field Service Lightning Managed Packaged Guide Field Service Lightning Managed Packaged Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

WHITEPAPER. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics.

WHITEPAPER. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics www.inetco.com Summary Financial organizations are heavily investing in self-service and omnichannel

More information

=NewfeaturesmostrequestedbycustomersontheIdeaExchange VisualforceisHere: BuildAnyUserInterface,AnyApplication

=NewfeaturesmostrequestedbycustomersontheIdeaExchange VisualforceisHere: BuildAnyUserInterface,AnyApplication =NewfeaturesmostrequestedbycustomersontheIdeaExchange VisualforceisHere: BuildAnyUserInterface,AnyApplication SuccessforYourEntireCommunity NOTE: Any unreleased services or features referenced in this

More information

How to Maximize Lead Conversion Rates and Optimize your Pipeline

How to Maximize Lead Conversion Rates and Optimize your Pipeline How to Maximize Lead Conversion Rates and Optimize your Pipeline Riley McNeilage October 2015 About Qlik Marketing Qlik provides a platform-based approach to visual analytics that brings insights and clarity

More information

6 Signs Your Inbound Lead Management Process is Broken

6 Signs Your Inbound Lead Management Process is Broken 6 Signs Your Inbound Lead Management Process is Broken Introduction Today s customers want it pronto! Ever notice how sometimes solving one business problem leads you to the door of another? Not so very

More information

DNBi customer training. Welcome

DNBi customer training. Welcome DNBi customer training Welcome Agenda Data, Score, Rating and Limit Online credit files Folders Alerts Dashboard Admin Coverage countries 2 History D&B 1841 - The company The Mercantile Agency is founded

More information

Creating Effective ADP Marketplace Listings

Creating Effective ADP Marketplace Listings Creating Effective ADP Marketplace Listings Introduction This guide is designed to help you create the most effective listing on the ADP Marketplace so that you can clearly communicate to our audiences

More information

BEYOND DSO. AR Analytics Playbook. 6 Metrics Every Financial Executive Should Be Tracking

BEYOND DSO. AR Analytics Playbook. 6 Metrics Every Financial Executive Should Be Tracking BEYOND DSO AR Analytics Playbook 6 Metrics Every Financial Executive Should Be Tracking Table of Contents Terminology...3 purpose of this playbook...4 Going beyond dso...5 INTRODUCTION TO ANALYTICS...6

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

Revenue Roadmap. Sales & Marketing Productivity Assessment Benchmark

Revenue Roadmap. Sales & Marketing Productivity Assessment Benchmark Revenue Roadmap Sales & Marketing Productivity Assessment Benchmark Goal: Triple size of the business in three years Obstacles: 1) Correctly Identify & quantify market potential 2) Insufficient lead generation

More information

Try Emme for 30 days. Emme 4. A better way to model. The Evolution of Transport Planning

Try Emme for 30 days. Emme 4. A better way to model. The Evolution of Transport Planning Try Emme for 30 days Emme 4 A better way to model The Evolution of Transport Planning Emme is a complete travel demand modelling system for urban, regional and national transportation forecasting. Emme

More information

The Basics of ABM. The fundamentals, roadblocks and nuts and bolts required to get started and make account-based marketing work.

The Basics of ABM. The fundamentals, roadblocks and nuts and bolts required to get started and make account-based marketing work. The Basics of ABM The fundamentals, roadblocks and nuts and bolts required to get started and make account-based marketing work. Account-Based Marketing: Why You Should Care There s a reason B2B marketers

More information

From Cold to Hot: Silverpop. Lead-Nurturing Programs That Generate Sales. Engagement Marketing Solutions WHITE PAPER

From Cold to Hot: Silverpop. Lead-Nurturing Programs That Generate Sales. Engagement Marketing Solutions WHITE PAPER From First Click to Lifetime Customer WHITE PAPER From Cold to Hot: Lead-Nurturing Programs That Generate Sales FROM COLD TO HOT: Lead-nurturing programs that generate sales Marketers eager to maximize

More information

Grow. Merchandizing. Digital Experience. Benefits

Grow. Merchandizing. Digital Experience. Benefits Grow Digital Experience The promise of a unified omni-channel experience that drives top-line growth is an attractive one, but until now it has proved frustratingly difficult and costly to achieve. Episerver

More information

Salesforce/Nexternal Commerce Connector Configuration Guide

Salesforce/Nexternal Commerce Connector Configuration Guide Salesforce/Nexternal Commerce Connector Configuration Guide Initial Setup After installing the Nexternal Commerce Connector from the Salesforce AppExchange you will need to make two adjustments to your

More information

Shining the Light on Dark Data Through Data Preparation and Cognitive Analytics

Shining the Light on Dark Data Through Data Preparation and Cognitive Analytics Shining the Light on Dark Data Through Data Preparation and Cognitive Analytics 10.24.16 Welcome Dan Potter CMO, Datawatch dan_potter@datawatch.com Jon Pilkington CPO, Datawatch Jon_pilkington@datawatch.com

More information

Financial Services Cloud: Platform for High-Touch Client Relationships

Financial Services Cloud: Platform for High-Touch Client Relationships Financial Services Cloud: Platform for High-Touch Client Relationships Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved.

More information

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE Khilitchandra Prajapati www.bigator.com COMMON BI CHALLENGES Lots of data to analyze Getting complete picture is very difficult Many types of data Structured,

More information

Dynamics 365 for Field Service - User's Guide

Dynamics 365 for Field Service - User's Guide Dynamics 365 for Field Service - User's Guide 1 Contents Manage your field service operations with Microsoft Dynamics 365 for Field Service...8 Install Microsoft Dynamics 365 for Field Service...9 Install

More information

THE PROGRESS SITEFINITY PLATFORM Helping you create winning customer experiences across all channels

THE PROGRESS SITEFINITY PLATFORM Helping you create winning customer experiences across all channels THE PROGRESS SITEFINITY PLATFORM Helping you create winning customer experiences across all channels Take Control of Your Digital Marketing Success As a marketing leader, you re under pressure to execute

More information

Directions EMEA Connected InNAVation! Mannheim, Germany, October 5-7, 2015.

Directions EMEA Connected InNAVation! Mannheim, Germany, October 5-7, 2015. Directions EMEA 2015 Connected InNAVation! Mannheim, Germany, October 5-7, 2015. George Brown Founded Salesworks 1986 Started working with Navision in Denmark in 1997 Developed OnTarget Methodology Marketing

More information

New generation of Operational Lease Management

New generation of Operational Lease Management LeaseProXL New generation of Operational Lease Management Gain a major competitive advantage If you want to drive and inspire your organization, then create a proactive atmosphere by dealing with challenges

More information