introducing the jigsaw developer network

34
Introducing the Jigsaw Developer Network Aaron Miller: salesforce.com Developers

Post on 21-Oct-2014

1.132 views

Category:

Business


3 download

DESCRIPTION

Good news: No matter what type of business you run, you can power your applications with B2B data from Jigsaw. Better news: Anyone who works with company and contact data can participate in Jigsaw's Developer Program at no cost! We'll discuss the three categories of developers Enterprises, Application Providers, and Publishers and how you can get involved immediately.

TRANSCRIPT

Page 1: Introducing the Jigsaw Developer Network

Introducing the Jigsaw Developer Network

Aaron Miller: salesforce.com

Developers

Page 2: Introducing the Jigsaw Developer Network

Safe HarborSafe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of intellectual property and other litigation, risks associated with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year ended January 31, 2010. This documents and others are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 3: Introducing the Jigsaw Developer Network

65% of titles incorrect

42% of addresses incorrect

43% of phone numbers incorrect

37% of email addresses incorrect

*Coe, John M. “B2B Data Decay – The Untold Story.” Sales & Marketing Institute. 2002 http://www.b2bmarketing.com.

2009 2010

70% of Contact Data Outdatedafter 12 Months*

Most CRM Data is Out-of-date and Incomplete

Page 4: Introducing the Jigsaw Developer Network

Largest, Most Accurate Database: 23 million+ B2B contacts

Crowd-sourced business data: 1 million+ community adds 36,000 new contacts per day

Real-time updates: Community updates 12,000 contacts per day1,800 companies per day

“The Crowd”

Crowd-sourcing

Page 5: Introducing the Jigsaw Developer Network

REGISTRATION & SITE DEMO

Page 6: Introducing the Jigsaw Developer Network

API Action API Resource

Search Find companies searchCompany

Find contacts searchContacts

Get Get company details companies

Get contact details contacts

partnerContacts

Simple RESTful API

Page 7: Introducing the Jigsaw Developer Network

departments

updatedSince

orderBy

zipCode

areaCode

name

industry

state

firstname metroArea

websiteType

revenue

subIndustrylastname

companyName

email

title

employees

levels

country

ownership

fortuneRank

offset

pageSize

Dozens of search keys

Page 8: Introducing the Jigsaw Developer Network

updatedSince

zipCode

map link

Page 9: Introducing the Jigsaw Developer Network

Ixcitable (Jigsaw on iPhone) DEMO

Page 10: Introducing the Jigsaw Developer Network

CTO & Founder

Stephen W. Oachs

Page 11: Introducing the Jigsaw Developer Network

What is VisiStat®?

• VisiStat is a real-time, SaaS based, bundled, solution for

marketing and lead analytics

• VisiStat is the marketing persons best friend and the sales

persons secret weapon

• VisiStat provides these services to over 34,000 customers

across the SMB/SME space

Page 12: Introducing the Jigsaw Developer Network

Marketing Tracking with AdCaM

• AdCaM® delivers a complete “after the click” recap of your

PPC, banner, etc, performance

Page 13: Introducing the Jigsaw Developer Network

Anonymous Lead Capture

• LeadCaster® provides in-depth information about

companies that visitor your Website, even if they don’t

initiate contact.

Page 14: Introducing the Jigsaw Developer Network

The VisiStat EcoSystem

AdCaMMarketing Analytics

LeadCasterAnonymous Lead Capture

VisiStatAdvanced Analytics Engine

Page 15: Introducing the Jigsaw Developer Network

Visitors From the Web

• 3% Identify themselves

• 97% Never inquire

Page 16: Introducing the Jigsaw Developer Network

Completing the Funnel

100%Discovery

Page 17: Introducing the Jigsaw Developer Network

LeadCaster/Jigsaw Snapshot

API

Page 18: Introducing the Jigsaw Developer Network

Warm Lead Push to Salesforce

API

+API

Page 19: Introducing the Jigsaw Developer Network

The Jigsaw API Connection

• Initial call for company information

$apiurl =

'https://www.jigsaw.com/rest/searchCompany.json?

token=x&name=' . $CompName .

'&offset=0&pageSize=25';

• Secondary API call for contact teaser data

$apiurl =

'https://www.jigsaw.com/rest/searchContact.json?

token=x&companyId=' . $companyId;

Page 20: Introducing the Jigsaw Developer Network

The Salesforce API Connection

• Push Lead Data to CRM

# $req values are bundled and urlencoded from VisiStat and Jigsaw

API

$header = "POST /servlet/servlet.WebToLead?encoding=UTF-8

HTTP/1.0\r\n";

$header .= "Content-Type: application/x-www-form-urlencoded\r\n";

$header .= "Host: www.salesforce.com\r\n";

$header .= "Content-Length: " . strlen($req) . "\r\n\r\n";

$fp = fsockopen ('www.salesforce.com', 80, $errno, $errstr, 30);

Page 21: Introducing the Jigsaw Developer Network

Lead Timing – solid foundation

• Time it takes to identify a visitor, pull contact information

from Jigsaw API and push lead to Salesforce :

.8 seconds

Page 22: Introducing the Jigsaw Developer Network

The Value Proposition

• Complete understanding of how Web marketing is driving

Web leads/sales

• Real-Time identification of Web visitors with contact

information and detail analytical insight

• Lead delivery to CRM to close the sale

Page 23: Introducing the Jigsaw Developer Network

DEMO

Page 24: Introducing the Jigsaw Developer Network

Founder

Mike Corneille

Page 25: Introducing the Jigsaw Developer Network

Field & Channel Marketing

Platform for finding, customizing and

ordering marketing campaigns

Over 90,000 registered users

Thousands of customized cross-

media campaigns executed annually

Campaigns include email, direct

mail, microsites, telemarketing,

downloads, sales collateral and

event support materials, co-op, MDF

and compliance tracking

Page 26: Introducing the Jigsaw Developer Network

Thousands of Partners & Sales Reps

Corporate & Channel Marketing

Page 27: Introducing the Jigsaw Developer Network

Thousands of Partners & Sales Reps

Corporate & Channel Marketing

Printers & letter Shops

List Providers

Fulfillment

Offline Service

Providers

Sites & Email

Co-op, MDF & Payment

Processing

Campaign Customizatio

n

Page 28: Introducing the Jigsaw Developer Network

Our Functionality– Live selections, counts & pricing

– Instant download of purchased list

– Integrated payment & workflow

Jigsaw API– Fast, clean REST HTTP interface

– Clever sampling of list data

– Great documentation & support

– Can pull people & companies by ID

Page 29: Introducing the Jigsaw Developer Network

DEMO

Page 30: Introducing the Jigsaw Developer Network

Detailed Activity Reporting for Everyone

Page 31: Introducing the Jigsaw Developer Network

Beyond Purchasing Marketing Lists… Beyond CRM…

What can you build with…

– Stable identifier for companies and people

– Free company data

– Tangential relationships

Page 32: Introducing the Jigsaw Developer Network

Introducing the Jigsaw Developer Network

Q & A

StephenVisiStat

MikeMarketingBridge

Aaronsalesforce.com

Page 33: Introducing the Jigsaw Developer Network

Remember. . .

Check Chatter for additional session information

Get your developer Workbooks and Cheat Sheets in

the Force.com Zone

Visit for more information related to

this topic

Don’t forget the survey!

Page 34: Introducing the Jigsaw Developer Network

How Could Dreamforce Be Better? Tell Us!

Log in to the Dreamforce app to submitsurveys for the sessions you attended

Use the Dreamforce

Mobile app to submit surveys

OR

Every session survey you submit is a chance to win an iPod nano!