SlideShare une entreprise Scribd logo
1  sur  45
Télécharger pour lire hors ligne
Secret Sauce: Powering
Your Apps with Data.com
Developers
Deepa Krishnan, Dir. Business Development, salesforce.com
Matthias Zeller, Sr. Dir. Product Management, salesforce.com
Bastien Vidal, COO, Seesmic
Agenda

 !! Data.com
 !! API Overview
 !! Contribution API
 !! Seesmic
 !! ScanBizCards
 !! Input/Q&A
Why Are Data.com’s APIs Exciting for Developers?




                             Power Your Apps and Enable
                               Users With Data Inside

                             Newly Released Contribution
                               API Makes It All Easier

                              Earn Referral and Reseller
                                       Dollars
Safe Harbor
Safe 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 product or service availability,
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, new products and services, 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-Q for the most recent fiscal quarter ended July 31, 2011. This documents and
others containing important disclosures 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 presentations, 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.
We Have Data
           You Have Ideas

     Deepa Krishnan, Director of
Business Development, Data.com
What is Data.com?
The Most Complete Source of Accurate Business Data



                   Social
          Name
           Title                            # of Employees
      Phone
      Address
                                             SIC/NAICS

         Dept
         Email                                  Blog

     Company                                   Corporate
      Name                                     Hierarchy
Today, Succeeding in Business Requires Good Data

                                Top Salesforce
                               Customer Request




“                 “       “                “
                           Source: MarketTools May 2011
                            Salesforce Customer Survey
Business Data Currently Lives All Over the Place
As a Result, Businesses Can’t Focus




                                With Bad Data or No Data,
                                Its Tough to Make Headway
                                 Who to Call?
                                 What to Target?
                                 How to Allocate Resources?
Delivering a Solution
The Most Complete Source for Accurate Business Data




  Companies




    People
Jigsaw: The Fastest Growing Business Contact Database


                        Accurate Contact Data
                        30 million crowd-sourced contacts
                        1 million new contacts a month

                        Socially Powered by the Crowd
                        2 million community members
                        40% sharing by corporate customers


                        •! Target with a Broad Range of Titles
                        •! Take Action with Real-Time Updates
D&B: The Leader in Accurate Company Data



                    Accurate Company Data
                    200 million company records
                    90+ unique elds of information

                    Leading the Industry for Decades
                    170 years of business insight

                    •! Segment with Accurate Company Data
                    •! Prepare with In-Depth Research
                    •! Penetrate and Increase Up-Sell and
                       Cross-Sell with Family Trees
Accurate Contact Data From the Crowd in the Cloud
Gathering Contact Data from the Crowd is More Effective



         Wikipedia                       Jigsaw




              xxx                           xxx




    Millions of Contributors    Millions of Social Records
          12 million users            2 million members
         395 million edits     1 million new contacts a month
         20 million articles        12,000 updates a day
How it Works: Give to Get

       With Jigsaw, points are your currency:
1)! Add or update a business contact (+5 points)
2)! Consume a new contact (- 5 points)
The Crowd Partnered with Jigsaw Technology Delivers More




                                        40% of customers share their data




     2.0 Million+ members




                                                Users can flag bad data
 1.2 Million updates per month
Data.com Community
   Web Site Demo
Open, Accessible, Free:
         API Overview
 Matthias Zeller, Senior Director
          Product Management,
                       Data.com
Data.com High-level Contribution Overview

                             Partners
       Community                                     Apps




    Build                    PuzzleMaster



    Clean                   Data.com
                            Platform

            Super DeDuper

                                                 Pinger



            Community
                                            Reaper
                            Normalizer
Data.com API’s

                   Consume               Contribute

API           Search/                              Report
                             Get   Add
              Preview                              Facts




Entities           Contact               Company




       Free        Points
Data.com API’s overview

 !! Get started for free
    –! Request Developer API token (http://developer.jigsaw.com/
       home)
    –! Review API documentation
       (http://developer.jigsaw.com/documentation)
    –! Free sandbox allows API testing with dummy data
    –! Build and enjoy
 !! Technology
    –! RESTful JSON API (preferred)
    –! RESTful XML API
    –! Web Service (WSDL based, company API only)
Consume               Contribute


Data.com Search Company API                     Search         Get   Add
                                                                                    Report
                                                                                    Facts




                                                     Contact               Company




 API Name   searchCompany

 Input      URL, Name, Country, State, Area Code, Zip Code, Metro Area,
            Industry, # Employees, Revenue, Updated Since

 Output     Company ID, Name, Address and # of Active Contacts

 Sample     https://www.jigsaw.com/rest/searchCompany.xml?
            token=<yourtoken>&name=www.salesforce.com
Consume               Contribute


Data.com Contact Count API                       Search         Get   Add
                                                                                     Report
                                                                                     Facts




                                                      Contact               Company




 API Name   companyContactCount

 Input      Company ID

 Output     Total Contacts, Contacts by Departments, Contacts by Levels


 Sample     https://www.jigsaw.com/rest/companyContactCount/
            159110.xml?token=<yourtoken>
Consume               Contribute


Data.com Search Contact API               Search         Get   Add
                                                                              Report
                                                                              Facts




                                               Contact               Company




 API Name   searchContact
 Input      Name, Level, Company, Email, Updated Since, Title,
            Department, Country, State, Area Code, Zip Code, Metro
            Area
 Output     Preview fields including CompanyID, ContactID, Name,
            Title and Company, but NOT Email and Phone Number
 Sample 1   http://www.jigsaw.com/rest/searchContact.xml?
            token=<yourtoken>&email=mzeller@salesforce.com
 Sample 2   https://www.jigsaw.com/rest/searchContact.xml?
            token=<yourtoken>&levels=VP&companyName=salesforc
            e&pageSize=100&offset=0
Consume               Contribute


Data.com Get API                                Search         Get   Add
                                                                                    Report
                                                                                    Facts




                                                     Contact               Company




API Name   getContact
Input      ContactID, UserName, Password
Output     All Contact Attributes including CompanyID, ContactID, Name,
           Title, Company Name, Email and Phone Number


           Requires 5 points in user or partner account
Sample     https://www.jigsaw.com/rest/contacts/35037319.xml?
           token=<yourtoken>&username=<username>&password=<pas
           sword>&purchaseFlag=true
PassThrough vs Reseller API usage

 !! PassThrough API model
    –! Easiest model, start right away
    –! Use API’s to access free data (e.g. search)
    –! Use end-users Data.com credentials to submit contacts (end-
       user gets points) or get contacts (requires points in end-users
       account)
 !! Reseller API model
    –! Requires a reseller agreement
    –! End-user does not require Data.com account
    –! Buy contacts at wholesale rates and resell them in your app
Consume               Contribute


Contribute API                             Search         Get   Add
                                                                               Report
                                                                               Facts




                                                Contact               Company




 !! Submit company and contact information to Data.com
    and receive points
 !! Add up to 10 contacts and one company per call
 !! Post request - Input data is in JSON
 !! Success or detailed error codes returned in JSON or
    XML
 !! Points are credited to user or partner account
Consume               Contribute


Contribution API Sample                      Search         Get   Add
                                                                                 Report
                                                                                 Facts




                                                  Contact               Company




 Adding a new contact to an existing company:

 https://www.jigsaw.com/rest/contribution.xml?
 token=<yourtoken>&username=<username>&password=<password>
 &data={"contact":[{"email":"mzeller@salesforce.com”,
 "firstName":"Matthias","lastName":"Zeller","title":"Sr. Product
 Manager”,"phone":"+1.650.241.8760","address":"777 Mariners Island
 Blvd Ste 400","zip":"94404-5059”,"country":"USA","city":"San
 Mateo","state":"CA"}]}
Consume               Contribute


Other API’s                                     Search         Get   Add
                                                                                    Report
                                                                                    Facts




                                                     Contact               Company

 !! Get User Info API
    –! Returns the point balance for a specific user
    –! Sample: https://www.jigsaw.com/rest/user.xml?
       token=<yourtoken>&username=<username>&password=<pass
       word>
 !! Contact Fact API
    –! Submit facts about email addresses or phone numbers of
       contacts
    –! Typically used to submit results from bounce reports
Seesmic and
    Data.com: Where
Social Meets Business
  Bastien Vidal, COO Seesmic
     Deepa Krishnan, Dir. BD
             salesforce.com
Seesmic and Data.com

 !! “Bringing Data.com's powerful functionalities into our
    social media management platform gives users a real
    tool to convert the social stream into actionable leads.
    The Data.com/Seesmic partnership is a practical step
    forward in the Social CRM space.”
Seesmic CRM                                     Seesmic Social



Finally, Seesmic CRM puts Salesforce     Seesmic Social is the leading social
in the palm of your hand.                media management platform.
Stay on target with Seesmic CRM for      Keep up with your personal and
Salesforce.                              professional networks, anywhere,
                                         anytime.
                      Email: contactus@seesmic.com
       Website: http://seesmic.com Blog: http://blog.seesmic.com
Demo of Data.com Plug-in
ScanBizCards
Matthias Zeller, Senior Director
         Product Management
ScanBizCards
Most popular mobile card scanning app. Over 600,000 installs



Jigsaw functionality includes:
•!   Scan card and upload to Jigsaw
•!   Register and get points for contribution
•!   “Clean” company name
•!   Bonus: Export to Salesforce CRM


Future:
•!   Update contacts
•!   “Clean” address book
ScanBizCard Workflow
                  Validate/correct contact info
    Scan card




                                                   Submit to Jigsaw




                          New card gets 5 points
Code Sample Contribution API – Objective-C
 NSMutableString *postData = [NSMutableString string];!
          ![postData appendFormat:@"token=%@&", JIGSAW_TOKEN];!
          ![postData appendFormat:@"username=%@&", username];!
          ![postData appendFormat:@"password=%@&", password];!
     !
     //contribution api requires "data" parameter to be a dictionary, whose key
 "contact" is an array, whose first element is dictionary!
     //of all data fields!
          !NSArray *contactArray = [NSArray arrayWithObject:contactDict];!
     !
          !NSDictionary *jsonDict = [NSDictionary dictionaryWithObject:contactArray
 forKey:@"contact"];!
          !!
          ![postData appendFormat:@"data=%@", [jsonDict JSONString]];!
          !!
          ![req setHTTPBody:[postData dataUsingEncoding:NSUTF8StringEncoding]];!
          !!
     //since we are inside a separate thread already no problem making this a
 synchronous request!
     NSHTTPURLResponse *resp;!
          !NSData *returnData = [NSURLConnection sendSynchronousRequest:req
 returningResponse:&resp error:nil];!
Summary of resources available to developers

 !! Data.com
 !! developer.jigsaw.com – Developer portal
 !! developer.jigsaw.com/documentation – Documentation


 !! Matthias Zeller (Product Management) –
    mzeller@salesforce.com
 !! Deepa Krishnan (Partners) – dkrishnan@jigsaw.com
Questions?
Thank you!
But wait, the DevZone has more!

Hackathon
  Check out the Finale, Thurs, 2:30pm

Open Source Lab
  Discover new & interesting open projects

Lightning Forum
  Drop in for a quick blast of knowledge

Tech Demos
  See and learn the latest from the experts

Code Consultations
  Sign up for 1:1 sessions at the Welcome Desk


             @forcedotcom
Data.com is Already
in Salesforce
Get Started Today




    http://www.salesforce.com/data
How Could Dreamforce Be Even Better? Tell Us!



      Every session
   survey you submit is
    a chance to win an
          iPad 2!



 Watch your inbox at the end of each day for an email from
             our survey partner, Alliance Tech.
 Click on the personalized link to be directed to the survey
            page for the sessions you attended.

Contenu connexe

Tendances

SEO Advice for Marketing Company in Chicago riseinteractive.com
SEO Advice for Marketing Company in Chicago   riseinteractive.comSEO Advice for Marketing Company in Chicago   riseinteractive.com
SEO Advice for Marketing Company in Chicago riseinteractive.comBrian Bateman
 
Net Care Faq
Net Care FaqNet Care Faq
Net Care FaqAdzZoo
 
themes-zd2014-downloads-digital-marketing-for-multi-location-businesses
themes-zd2014-downloads-digital-marketing-for-multi-location-businessesthemes-zd2014-downloads-digital-marketing-for-multi-location-businesses
themes-zd2014-downloads-digital-marketing-for-multi-location-businessesAndrew Schneider
 
Internet marketing services in watertown wisconsin
Internet marketing services in watertown wisconsinInternet marketing services in watertown wisconsin
Internet marketing services in watertown wisconsinBrian Bateman
 
Digital domination - Local SEO in 2016
Digital domination - Local SEO in 2016Digital domination - Local SEO in 2016
Digital domination - Local SEO in 2016Travis Bliffen
 
Top 1500+ directory submission sites list 2020 for seo and drive traffic
Top 1500+ directory submission sites list 2020 for seo and drive trafficTop 1500+ directory submission sites list 2020 for seo and drive traffic
Top 1500+ directory submission sites list 2020 for seo and drive trafficDigitalmk
 
Sample Marketing Plan
Sample Marketing PlanSample Marketing Plan
Sample Marketing PlanKennanClark
 
Online Local Business Directories Powerpoint Presentation
Online Local Business Directories Powerpoint PresentationOnline Local Business Directories Powerpoint Presentation
Online Local Business Directories Powerpoint PresentationMargaret M. Whitson
 
Search engine rank
Search engine rankSearch engine rank
Search engine rankinksoft
 
Insivia: Search Engine Optimization 2019 Seminar Slides
Insivia: Search Engine Optimization 2019 Seminar SlidesInsivia: Search Engine Optimization 2019 Seminar Slides
Insivia: Search Engine Optimization 2019 Seminar SlidesInsivia
 
Internet marketing in watertown wisconsin
Internet marketing in watertown wisconsinInternet marketing in watertown wisconsin
Internet marketing in watertown wisconsinBrian Bateman
 
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...Andrew Schneider
 
Tracking Local Search - SMX Toronto 2011
Tracking Local Search - SMX Toronto 2011Tracking Local Search - SMX Toronto 2011
Tracking Local Search - SMX Toronto 2011Inflow
 
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...Julie Bevacqua
 
Local Search Ranking Factors - OMS Denver 2011
Local Search Ranking Factors - OMS Denver 2011Local Search Ranking Factors - OMS Denver 2011
Local Search Ranking Factors - OMS Denver 2011Inflow
 
Optimizing for Local Search for RV Dealers
Optimizing for Local Search for RV DealersOptimizing for Local Search for RV Dealers
Optimizing for Local Search for RV DealersTimothy Resnik
 

Tendances (17)

SEO Advice for Marketing Company in Chicago riseinteractive.com
SEO Advice for Marketing Company in Chicago   riseinteractive.comSEO Advice for Marketing Company in Chicago   riseinteractive.com
SEO Advice for Marketing Company in Chicago riseinteractive.com
 
Net Care Faq
Net Care FaqNet Care Faq
Net Care Faq
 
themes-zd2014-downloads-digital-marketing-for-multi-location-businesses
themes-zd2014-downloads-digital-marketing-for-multi-location-businessesthemes-zd2014-downloads-digital-marketing-for-multi-location-businesses
themes-zd2014-downloads-digital-marketing-for-multi-location-businesses
 
Internet marketing services in watertown wisconsin
Internet marketing services in watertown wisconsinInternet marketing services in watertown wisconsin
Internet marketing services in watertown wisconsin
 
Digital domination - Local SEO in 2016
Digital domination - Local SEO in 2016Digital domination - Local SEO in 2016
Digital domination - Local SEO in 2016
 
Top 1500+ directory submission sites list 2020 for seo and drive traffic
Top 1500+ directory submission sites list 2020 for seo and drive trafficTop 1500+ directory submission sites list 2020 for seo and drive traffic
Top 1500+ directory submission sites list 2020 for seo and drive traffic
 
Sample Marketing Plan
Sample Marketing PlanSample Marketing Plan
Sample Marketing Plan
 
Online Local Business Directories Powerpoint Presentation
Online Local Business Directories Powerpoint PresentationOnline Local Business Directories Powerpoint Presentation
Online Local Business Directories Powerpoint Presentation
 
Search engine rank
Search engine rankSearch engine rank
Search engine rank
 
Insivia: Search Engine Optimization 2019 Seminar Slides
Insivia: Search Engine Optimization 2019 Seminar SlidesInsivia: Search Engine Optimization 2019 Seminar Slides
Insivia: Search Engine Optimization 2019 Seminar Slides
 
Internet marketing in watertown wisconsin
Internet marketing in watertown wisconsinInternet marketing in watertown wisconsin
Internet marketing in watertown wisconsin
 
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...
themes-zd2014-downloads-the-essential-guide-to-using-tools-and-technology-in-...
 
Top10 demo-report
Top10 demo-reportTop10 demo-report
Top10 demo-report
 
Tracking Local Search - SMX Toronto 2011
Tracking Local Search - SMX Toronto 2011Tracking Local Search - SMX Toronto 2011
Tracking Local Search - SMX Toronto 2011
 
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...
Small Business Marketing: 10 Ways to Help Local Search Find Your Business by ...
 
Local Search Ranking Factors - OMS Denver 2011
Local Search Ranking Factors - OMS Denver 2011Local Search Ranking Factors - OMS Denver 2011
Local Search Ranking Factors - OMS Denver 2011
 
Optimizing for Local Search for RV Dealers
Optimizing for Local Search for RV DealersOptimizing for Local Search for RV Dealers
Optimizing for Local Search for RV Dealers
 

Similaire à Powering your Apps with Data.com (Dreamforce 2011)

Increasing Web2Lead Form Submissions with Data.com APIs
Increasing Web2Lead Form Submissions with Data.com APIsIncreasing Web2Lead Form Submissions with Data.com APIs
Increasing Web2Lead Form Submissions with Data.com APIsSalesforce Developers
 
Learn to Find Your Dream Job with Your Dream Employer with DreamPath
Learn to Find Your Dream Job with Your Dream Employer with DreamPath Learn to Find Your Dream Job with Your Dream Employer with DreamPath
Learn to Find Your Dream Job with Your Dream Employer with DreamPath pdx MindShare
 
Big Data: Beyond the "Bigness" and the Technology (webcast)
Big Data: Beyond the "Bigness" and the Technology (webcast)Big Data: Beyond the "Bigness" and the Technology (webcast)
Big Data: Beyond the "Bigness" and the Technology (webcast)Apigee | Google Cloud
 
How Salesforce.com R&D Delivers the Cloud
How Salesforce.com R&D Delivers the CloudHow Salesforce.com R&D Delivers the Cloud
How Salesforce.com R&D Delivers the CloudSalesforce Developers
 
Data.com APIs in Action ? Bringing Data to Life in Salesforce
Data.com APIs in Action ? Bringing Data to Life in SalesforceData.com APIs in Action ? Bringing Data to Life in Salesforce
Data.com APIs in Action ? Bringing Data to Life in SalesforceSalesforce Developers
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platformJohn Stevenson
 
InsideView Clean Data
InsideView Clean DataInsideView Clean Data
InsideView Clean DataInsideView
 
Data.com - Introduction to APIs #Dreamforce14
Data.com - Introduction to APIs #Dreamforce14Data.com - Introduction to APIs #Dreamforce14
Data.com - Introduction to APIs #Dreamforce14Ali Sadat
 
JDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platformJDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platformDeepu Chacko
 
Washington Post API presentation 12/13/12 by Dave Goldberg
Washington Post API presentation 12/13/12 by Dave GoldbergWashington Post API presentation 12/13/12 by Dave Goldberg
Washington Post API presentation 12/13/12 by Dave GoldbergDC Web API User Group
 
Pitch Deck Teardown: DeckMatch's $1M Seed deck
Pitch Deck Teardown: DeckMatch's $1M Seed deckPitch Deck Teardown: DeckMatch's $1M Seed deck
Pitch Deck Teardown: DeckMatch's $1M Seed deckHajeJanKamps
 
apimonetization-130920125832-phpapp02.pptx
apimonetization-130920125832-phpapp02.pptxapimonetization-130920125832-phpapp02.pptx
apimonetization-130920125832-phpapp02.pptxSoundar Srinivasan
 
Monetization - The Right Business Model for Your Digital Assets
Monetization - The Right Business Model for Your Digital AssetsMonetization - The Right Business Model for Your Digital Assets
Monetization - The Right Business Model for Your Digital AssetsApigee | Google Cloud
 

Similaire à Powering your Apps with Data.com (Dreamforce 2011) (20)

Increasing Web2Lead Form Submissions with Data.com APIs
Increasing Web2Lead Form Submissions with Data.com APIsIncreasing Web2Lead Form Submissions with Data.com APIs
Increasing Web2Lead Form Submissions with Data.com APIs
 
Learn to Find Your Dream Job with Your Dream Employer with DreamPath
Learn to Find Your Dream Job with Your Dream Employer with DreamPath Learn to Find Your Dream Job with Your Dream Employer with DreamPath
Learn to Find Your Dream Job with Your Dream Employer with DreamPath
 
Big Data: Beyond the "Bigness" and the Technology (webcast)
Big Data: Beyond the "Bigness" and the Technology (webcast)Big Data: Beyond the "Bigness" and the Technology (webcast)
Big Data: Beyond the "Bigness" and the Technology (webcast)
 
How Salesforce.com R&D Delivers the Cloud
How Salesforce.com R&D Delivers the CloudHow Salesforce.com R&D Delivers the Cloud
How Salesforce.com R&D Delivers the Cloud
 
Data.com APIs in Action ? Bringing Data to Life in Salesforce
Data.com APIs in Action ? Bringing Data to Life in SalesforceData.com APIs in Action ? Bringing Data to Life in Salesforce
Data.com APIs in Action ? Bringing Data to Life in Salesforce
 
Introduction to Data.com APIs
Introduction to Data.com APIsIntroduction to Data.com APIs
Introduction to Data.com APIs
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
 
SXSW Business App Bootcamp
SXSW Business App BootcampSXSW Business App Bootcamp
SXSW Business App Bootcamp
 
InsideView Clean Data
InsideView Clean DataInsideView Clean Data
InsideView Clean Data
 
SSMX SocialAirlines
SSMX SocialAirlinesSSMX SocialAirlines
SSMX SocialAirlines
 
Business App Bootcamp
Business App BootcampBusiness App Bootcamp
Business App Bootcamp
 
Streamdata 2017
Streamdata 2017Streamdata 2017
Streamdata 2017
 
Brasil Roadshow
Brasil RoadshowBrasil Roadshow
Brasil Roadshow
 
Data.com - Introduction to APIs #Dreamforce14
Data.com - Introduction to APIs #Dreamforce14Data.com - Introduction to APIs #Dreamforce14
Data.com - Introduction to APIs #Dreamforce14
 
JDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platformJDF18 - Connecting the customer success platform
JDF18 - Connecting the customer success platform
 
Washington Post API presentation 12/13/12 by Dave Goldberg
Washington Post API presentation 12/13/12 by Dave GoldbergWashington Post API presentation 12/13/12 by Dave Goldberg
Washington Post API presentation 12/13/12 by Dave Goldberg
 
Pitch Deck Teardown: DeckMatch's $1M Seed deck
Pitch Deck Teardown: DeckMatch's $1M Seed deckPitch Deck Teardown: DeckMatch's $1M Seed deck
Pitch Deck Teardown: DeckMatch's $1M Seed deck
 
apimonetization-130920125832-phpapp02.pptx
apimonetization-130920125832-phpapp02.pptxapimonetization-130920125832-phpapp02.pptx
apimonetization-130920125832-phpapp02.pptx
 
Monetization - The Right Business Model for Your Digital Assets
Monetization - The Right Business Model for Your Digital AssetsMonetization - The Right Business Model for Your Digital Assets
Monetization - The Right Business Model for Your Digital Assets
 
Introduction to Database.com
Introduction to Database.comIntroduction to Database.com
Introduction to Database.com
 

Plus de Matthias Zeller

Running a large commercial data asset
Running a large commercial data assetRunning a large commercial data asset
Running a large commercial data assetMatthias Zeller
 
Creating Engaging SAP User Interfaces with Adobe Flex
Creating Engaging SAP User Interfaces with Adobe FlexCreating Engaging SAP User Interfaces with Adobe Flex
Creating Engaging SAP User Interfaces with Adobe FlexMatthias Zeller
 
Live Cycle ES2 News From Adobe MAX
Live Cycle ES2 News From Adobe MAXLive Cycle ES2 News From Adobe MAX
Live Cycle ES2 News From Adobe MAXMatthias Zeller
 
Next Generation Of Enterprise RIA's
Next Generation Of Enterprise RIA'sNext Generation Of Enterprise RIA's
Next Generation Of Enterprise RIA'sMatthias Zeller
 
Is The Personal Portal The Future Of Your Desktop
Is The Personal Portal The Future Of Your DesktopIs The Personal Portal The Future Of Your Desktop
Is The Personal Portal The Future Of Your DesktopMatthias Zeller
 
Genesis Overview Slides from Adobe MAX 2008
Genesis Overview Slides from Adobe MAX 2008Genesis Overview Slides from Adobe MAX 2008
Genesis Overview Slides from Adobe MAX 2008Matthias Zeller
 
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...Matthias Zeller
 
Adobe "Genesis" Overview @ Office 20
Adobe "Genesis" Overview @ Office 20Adobe "Genesis" Overview @ Office 20
Adobe "Genesis" Overview @ Office 20Matthias Zeller
 
Developing RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexDeveloping RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexMatthias Zeller
 

Plus de Matthias Zeller (9)

Running a large commercial data asset
Running a large commercial data assetRunning a large commercial data asset
Running a large commercial data asset
 
Creating Engaging SAP User Interfaces with Adobe Flex
Creating Engaging SAP User Interfaces with Adobe FlexCreating Engaging SAP User Interfaces with Adobe Flex
Creating Engaging SAP User Interfaces with Adobe Flex
 
Live Cycle ES2 News From Adobe MAX
Live Cycle ES2 News From Adobe MAXLive Cycle ES2 News From Adobe MAX
Live Cycle ES2 News From Adobe MAX
 
Next Generation Of Enterprise RIA's
Next Generation Of Enterprise RIA'sNext Generation Of Enterprise RIA's
Next Generation Of Enterprise RIA's
 
Is The Personal Portal The Future Of Your Desktop
Is The Personal Portal The Future Of Your DesktopIs The Personal Portal The Future Of Your Desktop
Is The Personal Portal The Future Of Your Desktop
 
Genesis Overview Slides from Adobe MAX 2008
Genesis Overview Slides from Adobe MAX 2008Genesis Overview Slides from Adobe MAX 2008
Genesis Overview Slides from Adobe MAX 2008
 
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...
The Future of your Desktop - Trends in Enterprise Mash-Up, Collaboration and ...
 
Adobe "Genesis" Overview @ Office 20
Adobe "Genesis" Overview @ Office 20Adobe "Genesis" Overview @ Office 20
Adobe "Genesis" Overview @ Office 20
 
Developing RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe FlexDeveloping RIAs... 10 reasons to use Adobe Flex
Developing RIAs... 10 reasons to use Adobe Flex
 

Dernier

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Dernier (20)

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Powering your Apps with Data.com (Dreamforce 2011)

  • 1. Secret Sauce: Powering Your Apps with Data.com Developers Deepa Krishnan, Dir. Business Development, salesforce.com Matthias Zeller, Sr. Dir. Product Management, salesforce.com Bastien Vidal, COO, Seesmic
  • 2. Agenda !! Data.com !! API Overview !! Contribution API !! Seesmic !! ScanBizCards !! Input/Q&A
  • 3. Why Are Data.com’s APIs Exciting for Developers? Power Your Apps and Enable Users With Data Inside Newly Released Contribution API Makes It All Easier Earn Referral and Reseller Dollars
  • 4. Safe Harbor Safe 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 product or service availability, 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, new products and services, 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-Q for the most recent fiscal quarter ended July 31, 2011. This documents and others containing important disclosures 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 presentations, 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.
  • 5. We Have Data You Have Ideas Deepa Krishnan, Director of Business Development, Data.com
  • 7. The Most Complete Source of Accurate Business Data Social Name Title # of Employees Phone Address SIC/NAICS Dept Email Blog Company Corporate Name Hierarchy
  • 8. Today, Succeeding in Business Requires Good Data Top Salesforce Customer Request “ “ “ “ Source: MarketTools May 2011 Salesforce Customer Survey
  • 9. Business Data Currently Lives All Over the Place
  • 10. As a Result, Businesses Can’t Focus With Bad Data or No Data, Its Tough to Make Headway Who to Call? What to Target? How to Allocate Resources?
  • 12. The Most Complete Source for Accurate Business Data Companies People
  • 13. Jigsaw: The Fastest Growing Business Contact Database Accurate Contact Data 30 million crowd-sourced contacts 1 million new contacts a month Socially Powered by the Crowd 2 million community members 40% sharing by corporate customers •! Target with a Broad Range of Titles •! Take Action with Real-Time Updates
  • 14. D&B: The Leader in Accurate Company Data Accurate Company Data 200 million company records 90+ unique elds of information Leading the Industry for Decades 170 years of business insight •! Segment with Accurate Company Data •! Prepare with In-Depth Research •! Penetrate and Increase Up-Sell and Cross-Sell with Family Trees
  • 15. Accurate Contact Data From the Crowd in the Cloud
  • 16. Gathering Contact Data from the Crowd is More Effective Wikipedia Jigsaw xxx xxx Millions of Contributors Millions of Social Records 12 million users 2 million members 395 million edits 1 million new contacts a month 20 million articles 12,000 updates a day
  • 17. How it Works: Give to Get With Jigsaw, points are your currency: 1)! Add or update a business contact (+5 points) 2)! Consume a new contact (- 5 points)
  • 18. The Crowd Partnered with Jigsaw Technology Delivers More 40% of customers share their data 2.0 Million+ members Users can flag bad data 1.2 Million updates per month
  • 19. Data.com Community Web Site Demo
  • 20. Open, Accessible, Free: API Overview Matthias Zeller, Senior Director Product Management, Data.com
  • 21. Data.com High-level Contribution Overview Partners Community Apps Build PuzzleMaster Clean Data.com Platform Super DeDuper Pinger Community Reaper Normalizer
  • 22. Data.com API’s Consume Contribute API Search/ Report Get Add Preview Facts Entities Contact Company Free Points
  • 23. Data.com API’s overview !! Get started for free –! Request Developer API token (http://developer.jigsaw.com/ home) –! Review API documentation (http://developer.jigsaw.com/documentation) –! Free sandbox allows API testing with dummy data –! Build and enjoy !! Technology –! RESTful JSON API (preferred) –! RESTful XML API –! Web Service (WSDL based, company API only)
  • 24. Consume Contribute Data.com Search Company API Search Get Add Report Facts Contact Company API Name searchCompany Input URL, Name, Country, State, Area Code, Zip Code, Metro Area, Industry, # Employees, Revenue, Updated Since Output Company ID, Name, Address and # of Active Contacts Sample https://www.jigsaw.com/rest/searchCompany.xml? token=<yourtoken>&name=www.salesforce.com
  • 25. Consume Contribute Data.com Contact Count API Search Get Add Report Facts Contact Company API Name companyContactCount Input Company ID Output Total Contacts, Contacts by Departments, Contacts by Levels Sample https://www.jigsaw.com/rest/companyContactCount/ 159110.xml?token=<yourtoken>
  • 26. Consume Contribute Data.com Search Contact API Search Get Add Report Facts Contact Company API Name searchContact Input Name, Level, Company, Email, Updated Since, Title, Department, Country, State, Area Code, Zip Code, Metro Area Output Preview fields including CompanyID, ContactID, Name, Title and Company, but NOT Email and Phone Number Sample 1 http://www.jigsaw.com/rest/searchContact.xml? token=<yourtoken>&email=mzeller@salesforce.com Sample 2 https://www.jigsaw.com/rest/searchContact.xml? token=<yourtoken>&levels=VP&companyName=salesforc e&pageSize=100&offset=0
  • 27. Consume Contribute Data.com Get API Search Get Add Report Facts Contact Company API Name getContact Input ContactID, UserName, Password Output All Contact Attributes including CompanyID, ContactID, Name, Title, Company Name, Email and Phone Number Requires 5 points in user or partner account Sample https://www.jigsaw.com/rest/contacts/35037319.xml? token=<yourtoken>&username=<username>&password=<pas sword>&purchaseFlag=true
  • 28. PassThrough vs Reseller API usage !! PassThrough API model –! Easiest model, start right away –! Use API’s to access free data (e.g. search) –! Use end-users Data.com credentials to submit contacts (end- user gets points) or get contacts (requires points in end-users account) !! Reseller API model –! Requires a reseller agreement –! End-user does not require Data.com account –! Buy contacts at wholesale rates and resell them in your app
  • 29. Consume Contribute Contribute API Search Get Add Report Facts Contact Company !! Submit company and contact information to Data.com and receive points !! Add up to 10 contacts and one company per call !! Post request - Input data is in JSON !! Success or detailed error codes returned in JSON or XML !! Points are credited to user or partner account
  • 30. Consume Contribute Contribution API Sample Search Get Add Report Facts Contact Company Adding a new contact to an existing company: https://www.jigsaw.com/rest/contribution.xml? token=<yourtoken>&username=<username>&password=<password> &data={"contact":[{"email":"mzeller@salesforce.com”, "firstName":"Matthias","lastName":"Zeller","title":"Sr. Product Manager”,"phone":"+1.650.241.8760","address":"777 Mariners Island Blvd Ste 400","zip":"94404-5059”,"country":"USA","city":"San Mateo","state":"CA"}]}
  • 31. Consume Contribute Other API’s Search Get Add Report Facts Contact Company !! Get User Info API –! Returns the point balance for a specific user –! Sample: https://www.jigsaw.com/rest/user.xml? token=<yourtoken>&username=<username>&password=<pass word> !! Contact Fact API –! Submit facts about email addresses or phone numbers of contacts –! Typically used to submit results from bounce reports
  • 32. Seesmic and Data.com: Where Social Meets Business Bastien Vidal, COO Seesmic Deepa Krishnan, Dir. BD salesforce.com
  • 33. Seesmic and Data.com !! “Bringing Data.com's powerful functionalities into our social media management platform gives users a real tool to convert the social stream into actionable leads. The Data.com/Seesmic partnership is a practical step forward in the Social CRM space.”
  • 34. Seesmic CRM Seesmic Social Finally, Seesmic CRM puts Salesforce Seesmic Social is the leading social in the palm of your hand. media management platform. Stay on target with Seesmic CRM for Keep up with your personal and Salesforce. professional networks, anywhere, anytime. Email: contactus@seesmic.com Website: http://seesmic.com Blog: http://blog.seesmic.com
  • 35. Demo of Data.com Plug-in
  • 36. ScanBizCards Matthias Zeller, Senior Director Product Management
  • 37. ScanBizCards Most popular mobile card scanning app. Over 600,000 installs Jigsaw functionality includes: •! Scan card and upload to Jigsaw •! Register and get points for contribution •! “Clean” company name •! Bonus: Export to Salesforce CRM Future: •! Update contacts •! “Clean” address book
  • 38. ScanBizCard Workflow Validate/correct contact info Scan card Submit to Jigsaw New card gets 5 points
  • 39. Code Sample Contribution API – Objective-C NSMutableString *postData = [NSMutableString string];! ![postData appendFormat:@"token=%@&", JIGSAW_TOKEN];! ![postData appendFormat:@"username=%@&", username];! ![postData appendFormat:@"password=%@&", password];! ! //contribution api requires "data" parameter to be a dictionary, whose key "contact" is an array, whose first element is dictionary! //of all data fields! !NSArray *contactArray = [NSArray arrayWithObject:contactDict];! ! !NSDictionary *jsonDict = [NSDictionary dictionaryWithObject:contactArray forKey:@"contact"];! !! ![postData appendFormat:@"data=%@", [jsonDict JSONString]];! !! ![req setHTTPBody:[postData dataUsingEncoding:NSUTF8StringEncoding]];! !! //since we are inside a separate thread already no problem making this a synchronous request! NSHTTPURLResponse *resp;! !NSData *returnData = [NSURLConnection sendSynchronousRequest:req returningResponse:&resp error:nil];!
  • 40. Summary of resources available to developers !! Data.com !! developer.jigsaw.com – Developer portal !! developer.jigsaw.com/documentation – Documentation !! Matthias Zeller (Product Management) – mzeller@salesforce.com !! Deepa Krishnan (Partners) – dkrishnan@jigsaw.com
  • 43. But wait, the DevZone has more! Hackathon Check out the Finale, Thurs, 2:30pm Open Source Lab Discover new & interesting open projects Lightning Forum Drop in for a quick blast of knowledge Tech Demos See and learn the latest from the experts Code Consultations Sign up for 1:1 sessions at the Welcome Desk @forcedotcom
  • 44. Data.com is Already in Salesforce Get Started Today http://www.salesforce.com/data
  • 45. How Could Dreamforce Be Even Better? Tell Us! Every session survey you submit is a chance to win an iPad 2! Watch your inbox at the end of each day for an email from our survey partner, Alliance Tech. Click on the personalized link to be directed to the survey page for the sessions you attended.