SlideShare une entreprise Scribd logo
1  sur  28
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Hooking up with Hot Apps
Speaker: Ryan Vong, CEO, Digital Pi
Dallas Marketo User Group (D-MUG) Meeting
August 27, 2015
Page 2
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Agenda
• Intros
• Announcements
• Types of Integration
• Samples & Demo
• Floodlights/Q&A
Page 3
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
MARKETO USER GROUP LEADERS
• Karen Sesona, Tyler Technologies
• Senior Manager, Marketing Ops/Campaign Mgmt.
• 214-402-6504 cell | karen.sesona@tylertech.com
• www.linkedin.com/in/karensprofile/ | @karenses
• Ryan Vong, Digital Pi
• President & CEO
• 408.202.5184 | ryan@digital-pi.net
• www.linkedin.com/in/ryanvong | @RyanVong
• Venus Wills, Everest Group
• Senior MarCom Manager
• 469-358-1360 | venus.wills@everestgrp.com
• www.linkedin.com/in/venuswills | @venusw
Page 4
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
BIG THANKS TO OUR HOST
• Mark Handy, Sr. Principal, Business Systems
Analyst, Mark.Handy@ca.com
• www.linkedin.com/in/mhandy
• Danni Holleran, Marketing Automation &
Technology Analyst, Danielle.Holleran@ca.com
• www.linkedin.com/in/danniholl
Page 5
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
SPEAKER TODAY
About Speaker
Ryan Vong, Digital Pi
President & CEO
408.202.5184 | ryan@digital-pi.net
www.linkedin.com/in/ryanvong
@RyanVong
(Marketo Certified Expert)
Digital Pi is a group of like-minded digital
marketing experts focused on helping
companies get rapid, meaningful value
from marketing automation and related
digital marketing technologies.
Marketo API’s — Hooking Up
With Hot Apps
[Preso + Demo] There’s a
mountain of data sitting in your
Marketo instance aching to get out.
Introduce your Marketo to external
apps and experience the incredible
things these apps can do when
connected together. Marketo’s
APIs and webhooks open Marketo
up to a myriad of applications and
solve some of your most pressing
data challenges.
Page 6
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
• Webhooks:
•Track Unsubscribed accounts in Google Apps
•Launchpoint Apps
•Synchronize custom trial user’s progress to Marketo
• API:
• Synchronize custom application data to Marketo in realtime (New Leads,
Unsubscribes, custom fields)
• Request email campaign with custom token data
• Pull lead activity records from Marketo for visualization
Integration Scenarios We Will Demonstrate
Page 7
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Why Integrate?
1. Eliminate repetitive manual tasks
(save time / reduce errors)
2. Create more effective and targeted Marketing
campaigns
3. Aggregate data from multiple applications for better
analysis
Page 8
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Integration Options
When to use
Native CRM and
Launchpoint
Apps
Best option if it exists and meets your
needs
List Import Ad-hoc and one time data load
Marketo Form Need a UI for self-serve update
Webhook Push/pull originating from Marketo
API Push/pull originating from External
Application. Custom data
transformation.
Page 9
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Sample Marketecture
Page 10
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Webhook: Overview
• Initiated from Marketo
Campaign
• Can…
• push Marketo data
• pull external data
Page 11
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Configure a Webook in Marketo
Define
Webhook
URL: endpoint
Template: define how
data is formatted
Token Encoding
Response Type:
- JSON
- Form/URL
- None
Define trigger
Use “Call Webhook” Flow
Map Response
Set which fields the response should
update
1 2
3
Page 12
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
• REST or SOAP? REST - unless you have a specific SOAP
requirement.
• Functionality is not 100% common
ex: no REST equivalent of SOAP syncMObjects to update programs/opportunity
(see http://developers.marketo.com/)
API: Overview
Page 13
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
API: Set Up
Define Marketo
API Role
1
Assign API Role
to a dedicated API User
2 Create a “custom”
Launchpoint Service
with API User
3
api@myapp.com
A9xxxxxxxxxxxxxxxxxxxxxxxF71
B3xxxxxxxxxxxxxxxxxxxxxxc59
api@myapp.com
View Details
get API Client ID
and Key
4
Page 14
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Easy to Experiment with Rest
• Copy “Access Token”
from Marketo UI
• Enter REST request
into Browser address
bar
• Get Results
https://<server>/rest/v1/leads.json?
filterType=email&filterValues=peter@koalabank.com
&access_token=<val>
Page 15
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Sample REST Function
Langue: Go
Most of the work is done in
the .Request method
Page 16
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: Push Marketo data to
Google Docs with a Webhook
1. Create a Google Form
2. Find Form URL and
input names
3. Configure Webhook
URL:
https://docs.google.com/<xxx...
xx>formResponse
Request Type: POST
Template: entry.<xxx>={{lead.Full
Name:default=anon}}&entry.<zzzz
>={{lead.Email Address}}
Token Encoding: Form/URL
Page 17
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: Synch Trial User status to
Marketo
A company has an cloud service
where visitors can sign up for a free
trial. They want to synch
information from their application
into Marketo so marketing programs
have visibility on what the lead is
doing in their trial.
Page 18
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: New Lead / Unsubscribe via API
https://<server>/rest/v1/leads.json?access_token=<xxx>
Page 19
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: API to request Email Campaign
with custom token data
$ requestCampaign 1004101 "Your user id is 8938393"
Request Campaign for 1004101
MktoConnection.getAuthToken()
token expired....
https://666-QLD-
841.mktorest.com/identity/oauth/token?grant_type=client_credentials&client_id=f014...0c&client_
secret=s2g4...s43
Calling URL: https://666-QLD-
841.mktorest.com/rest/v1/campaigns/1385/trigger.json?access_token=c14a95b2-0c54-402a-
9868-d64120ab57f6:sj{"requestId":"53a9#14c4574eda3","result":[{"id":1385}],"success":true}
<nil>
Page 20
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: Retrieve Activity for Analysis
Page 21
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Demo: Retrieve Activity for Analysis
Page 22
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Take Aways
• Marketo provides multiple Integration options to
1. Save time and reduce manual errors
2. Create more effective and targeted Marketing campaigns
3. Aggregate data from multiple applications for better analysis
• Get Creative!
• Once you get started you see integration potential everywhere
• Where there is a will there is a way…usually
Page 23
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
INTRODUCTIONS (raise hand if…
How many of you…
• …became a Marketo client in the last 6-12 months?
• …have Marketo integrated with Salesforce?
• …are in the B2B space? …in the B2C space?
• …are going to Dreamforce next month?
• Do you have any specific questions you want answered
today?
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Floodlights / Q&A
Top Issues
1. …
2. …
Page 25
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
UPCOMING MEETINGS (Mark Your Calendar)
Next Meeting >> October 22 from 3-5pm
• Location: Protiviti, 13727 Noel Road #800, Dallas, TX 75240 (Galleria area)
• Speaker: Lean Data’s CMO & Demand Gen’s Solutions Consultant
• Topic: Account Based Marketing
• Agenda: Account Based Overview : Nurture strategy for ABM : Engagement
program tips/tricks : and more juicy content… (possible Happy Hour after)
• TBD? Marketo Holiday Happy Hour @ Kona Grill, Parker & Tollway, Plano TX
• Targeting December 10 – any interest?
• 2016 Dates: Feb 25, April 28, June 23, Aug 25, Oct 27 (Dec TBD)
• 4th Thurs every other month from 3-5pm. Please share topic ideas, volunteer to host or
present… email: karen.sesona@tylertech.com
Page 26
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
CONNECT ONLINE
• Recent changes -- no more LinkedIn,
no more emails… for updates on user
meetings and more visit…
• The Marketo Community:
https://nation.marketo.com
*Certification Program Available.
• Our local Marketo Blog:
https://mapdfw.wordpress.com
(follow blog to receive email updates)
• Tweet the group's hash tag: #DMUG
• The Resource Center on Marketo’s
web site is a great resource for cheat
sheets, e-books, best practice guides,
live webinars and more.
http://www.marketo.com/resources
Page 27
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
INDUSTRY EVENTS
• Digital Summit Dallas 2015
• Local Digital Marketing Event
• December 8-9, 2015
• Irving, TX (Irving Convention Center)
• http://digitalsummitdallas.com/
• Dreamforce 2015
• Annual Salesforce User Conference
• September 15-18, 2015
• San Francisco, CA
• www.salesforce.com/dreamforce/DF15/
• Marketo Summit 2016
• Annual Marketo User Conference
• May 9-12, 2016
• Las Vegas, NV
• http://events.marketo.com/summit/2016/
• Sirius Decisions Summit 2016
• B2B Sales & Marketing Automation and
Alignment
• May 24-27, 2016
• Nashville, TN (Gaylord Opryland)
• www.siriusdecisions.com/Events/Summit/
2016-Summit
© 2015 Marketo, Inc. Marketo Proprietary and Confidential
Thank you!
Questions, comments or suggestions for our next meeting,
please send to:
Ryan Vong – ryan@digitalpi.com | @ryanvong
Karen Sesona – karen.sesona@tylertech.com | @karenses
Venus Wills – venus.wills@everstgrp.com | @venusw

Contenu connexe

En vedette

Print present. irina shirjajeva
Print present. irina shirjajevaPrint present. irina shirjajeva
Print present. irina shirjajevairinash19
 
Lande: productos de lujo
Lande: productos de lujoLande: productos de lujo
Lande: productos de lujoIrenka Barud
 
Style Guide Final - Copy.compressed
Style Guide Final - Copy.compressedStyle Guide Final - Copy.compressed
Style Guide Final - Copy.compressedErin Quant
 
Nadim Abdul Aziz Resume
Nadim Abdul Aziz ResumeNadim Abdul Aziz Resume
Nadim Abdul Aziz ResumeNadeem Salim
 
експедиція рідним краєм
експедиція рідним краємекспедиція рідним краєм
експедиція рідним краємchelyadnikov2015
 
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการ
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการนโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการ
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการAffiya Aming
 
експедиція рідним краєм
експедиція рідним краємекспедиція рідним краєм
експедиція рідним краємchelyadnikov2015
 
Експедиція Мій рідний край
Експедиція Мій рідний крайЕкспедиція Мій рідний край
Експедиція Мій рідний крайchelyadnikov2015
 
How to sell your home
How to sell your homeHow to sell your home
How to sell your homeRob Ohs
 
Dan Resume June 2015
Dan Resume June 2015Dan Resume June 2015
Dan Resume June 2015Dan Wright
 
How to find a formal dress in brown idodressau
How to find a formal dress in brown idodressauHow to find a formal dress in brown idodressau
How to find a formal dress in brown idodressauAlison Tang
 
Tip ca-muhammad asad shahid.
Tip ca-muhammad asad shahid.Tip ca-muhammad asad shahid.
Tip ca-muhammad asad shahid.Muhammad Shahid
 

En vedette (20)

Print present. irina shirjajeva
Print present. irina shirjajevaPrint present. irina shirjajeva
Print present. irina shirjajeva
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentation
 
CV LAG Updated
CV LAG UpdatedCV LAG Updated
CV LAG Updated
 
Lande: productos de lujo
Lande: productos de lujoLande: productos de lujo
Lande: productos de lujo
 
Style Guide Final - Copy.compressed
Style Guide Final - Copy.compressedStyle Guide Final - Copy.compressed
Style Guide Final - Copy.compressed
 
LONNIE FLETCHER Resume
LONNIE FLETCHER ResumeLONNIE FLETCHER Resume
LONNIE FLETCHER Resume
 
Nadim Abdul Aziz Resume
Nadim Abdul Aziz ResumeNadim Abdul Aziz Resume
Nadim Abdul Aziz Resume
 
експедиція рідним краєм
експедиція рідним краємекспедиція рідним краєм
експедиція рідним краєм
 
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการ
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการนโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการ
นโยบายรัฐมนตรีว่าการกระทรวงศึกษาธิการ
 
Kinetic : Potential
Kinetic : PotentialKinetic : Potential
Kinetic : Potential
 
Clean up
Clean upClean up
Clean up
 
Lonnie fletcher resume
Lonnie fletcher resumeLonnie fletcher resume
Lonnie fletcher resume
 
експедиція рідним краєм
експедиція рідним краємекспедиція рідним краєм
експедиція рідним краєм
 
CV-Nawaal Mohammed
CV-Nawaal MohammedCV-Nawaal Mohammed
CV-Nawaal Mohammed
 
Експедиція Мій рідний край
Експедиція Мій рідний крайЕкспедиція Мій рідний край
Експедиція Мій рідний край
 
Wood2
Wood2Wood2
Wood2
 
How to sell your home
How to sell your homeHow to sell your home
How to sell your home
 
Dan Resume June 2015
Dan Resume June 2015Dan Resume June 2015
Dan Resume June 2015
 
How to find a formal dress in brown idodressau
How to find a formal dress in brown idodressauHow to find a formal dress in brown idodressau
How to find a formal dress in brown idodressau
 
Tip ca-muhammad asad shahid.
Tip ca-muhammad asad shahid.Tip ca-muhammad asad shahid.
Tip ca-muhammad asad shahid.
 

Similaire à Dallas Marketo User Group - August 2015 - DMUG

[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation
[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation
[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing AutomationMarketo
 
The Top 10 Reasons to Consider Marketing Automation
The Top 10 Reasons to Consider Marketing AutomationThe Top 10 Reasons to Consider Marketing Automation
The Top 10 Reasons to Consider Marketing AutomationMarketo
 
How to Build the Ultimate Customer Demand Generation Machine
How to Build the Ultimate Customer Demand Generation MachineHow to Build the Ultimate Customer Demand Generation Machine
How to Build the Ultimate Customer Demand Generation MachineMarketo
 
Back to Basics: Generating More and Better Leads
Back to Basics: Generating More and Better LeadsBack to Basics: Generating More and Better Leads
Back to Basics: Generating More and Better LeadsMarketo
 
Making Marketing Data Actionable
Making Marketing Data ActionableMaking Marketing Data Actionable
Making Marketing Data ActionableG3 Communications
 
Marketo LaunchPoint
Marketo LaunchPoint Marketo LaunchPoint
Marketo LaunchPoint Marketo
 
Customer Engagement Platform: Smarter Marketing for Better Results
Customer Engagement Platform: Smarter Marketing for Better ResultsCustomer Engagement Platform: Smarter Marketing for Better Results
Customer Engagement Platform: Smarter Marketing for Better ResultsMarketo
 
Digital Marketing Bootcamp - Email and Nurture: Tips and Techniques
Digital Marketing Bootcamp - Email and Nurture: Tips and TechniquesDigital Marketing Bootcamp - Email and Nurture: Tips and Techniques
Digital Marketing Bootcamp - Email and Nurture: Tips and TechniquesMarketo
 
[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue
[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue
[Webinar] Predictive Lead Scoring: How To Turn Data Into RevenueMintigo1
 
Getting started with marketing automation
Getting started with marketing automationGetting started with marketing automation
Getting started with marketing automationMarketo
 
Migrating to Marketo: 3 Marketing Leaders who Made the Switch
Migrating to Marketo: 3 Marketing Leaders who Made the SwitchMigrating to Marketo: 3 Marketing Leaders who Made the Switch
Migrating to Marketo: 3 Marketing Leaders who Made the SwitchMichael Tucker
 
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Josh Hill
 
Attract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingAttract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingMarketo
 
10 Steps to Lead Generating Web Engagement
10 Steps to Lead Generating Web Engagement10 Steps to Lead Generating Web Engagement
10 Steps to Lead Generating Web EngagementMarketo
 
Embedded Analytics in CRM and Marketing
Embedded Analytics in CRM and Marketing Embedded Analytics in CRM and Marketing
Embedded Analytics in CRM and Marketing Pentaho
 
Real-Time Personalization Workshop
Real-Time Personalization WorkshopReal-Time Personalization Workshop
Real-Time Personalization WorkshopMarketo
 
Marketo Marketing Engagement Platform
Marketo Marketing Engagement Platform  Marketo Marketing Engagement Platform
Marketo Marketing Engagement Platform Marketo
 
Create Gorgeous Marketing Dashboards Your Executives Will Love
Create Gorgeous Marketing Dashboards Your Executives Will LoveCreate Gorgeous Marketing Dashboards Your Executives Will Love
Create Gorgeous Marketing Dashboards Your Executives Will LoveRevenuePulse
 
Acquire More Customers
Acquire More CustomersAcquire More Customers
Acquire More CustomersMarketo
 
The Survivalist's Guide to Data-Driven Marketing
The Survivalist's Guide to Data-Driven MarketingThe Survivalist's Guide to Data-Driven Marketing
The Survivalist's Guide to Data-Driven MarketingMarketo
 

Similaire à Dallas Marketo User Group - August 2015 - DMUG (20)

[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation
[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation
[Digital Marketing Bootcamp] Top 10 Reasons to Consider Marketing Automation
 
The Top 10 Reasons to Consider Marketing Automation
The Top 10 Reasons to Consider Marketing AutomationThe Top 10 Reasons to Consider Marketing Automation
The Top 10 Reasons to Consider Marketing Automation
 
How to Build the Ultimate Customer Demand Generation Machine
How to Build the Ultimate Customer Demand Generation MachineHow to Build the Ultimate Customer Demand Generation Machine
How to Build the Ultimate Customer Demand Generation Machine
 
Back to Basics: Generating More and Better Leads
Back to Basics: Generating More and Better LeadsBack to Basics: Generating More and Better Leads
Back to Basics: Generating More and Better Leads
 
Making Marketing Data Actionable
Making Marketing Data ActionableMaking Marketing Data Actionable
Making Marketing Data Actionable
 
Marketo LaunchPoint
Marketo LaunchPoint Marketo LaunchPoint
Marketo LaunchPoint
 
Customer Engagement Platform: Smarter Marketing for Better Results
Customer Engagement Platform: Smarter Marketing for Better ResultsCustomer Engagement Platform: Smarter Marketing for Better Results
Customer Engagement Platform: Smarter Marketing for Better Results
 
Digital Marketing Bootcamp - Email and Nurture: Tips and Techniques
Digital Marketing Bootcamp - Email and Nurture: Tips and TechniquesDigital Marketing Bootcamp - Email and Nurture: Tips and Techniques
Digital Marketing Bootcamp - Email and Nurture: Tips and Techniques
 
[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue
[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue
[Webinar] Predictive Lead Scoring: How To Turn Data Into Revenue
 
Getting started with marketing automation
Getting started with marketing automationGetting started with marketing automation
Getting started with marketing automation
 
Migrating to Marketo: 3 Marketing Leaders who Made the Switch
Migrating to Marketo: 3 Marketing Leaders who Made the SwitchMigrating to Marketo: 3 Marketing Leaders who Made the Switch
Migrating to Marketo: 3 Marketing Leaders who Made the Switch
 
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
 
Attract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingAttract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound Marketing
 
10 Steps to Lead Generating Web Engagement
10 Steps to Lead Generating Web Engagement10 Steps to Lead Generating Web Engagement
10 Steps to Lead Generating Web Engagement
 
Embedded Analytics in CRM and Marketing
Embedded Analytics in CRM and Marketing Embedded Analytics in CRM and Marketing
Embedded Analytics in CRM and Marketing
 
Real-Time Personalization Workshop
Real-Time Personalization WorkshopReal-Time Personalization Workshop
Real-Time Personalization Workshop
 
Marketo Marketing Engagement Platform
Marketo Marketing Engagement Platform  Marketo Marketing Engagement Platform
Marketo Marketing Engagement Platform
 
Create Gorgeous Marketing Dashboards Your Executives Will Love
Create Gorgeous Marketing Dashboards Your Executives Will LoveCreate Gorgeous Marketing Dashboards Your Executives Will Love
Create Gorgeous Marketing Dashboards Your Executives Will Love
 
Acquire More Customers
Acquire More CustomersAcquire More Customers
Acquire More Customers
 
The Survivalist's Guide to Data-Driven Marketing
The Survivalist's Guide to Data-Driven MarketingThe Survivalist's Guide to Data-Driven Marketing
The Survivalist's Guide to Data-Driven Marketing
 

Dernier

SP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdfSP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdfPauleneNicoleLapira
 
Discover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your LifestyleDiscover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your LifestyleMy Heart Throw Pillow
 
Aiizennxqc Digital Marketing | SEO & SMM
Aiizennxqc Digital Marketing | SEO & SMMAiizennxqc Digital Marketing | SEO & SMM
Aiizennxqc Digital Marketing | SEO & SMMaiizennxqc
 
Cartona.pptx. Marketing how to present your project very well , discussed a...
Cartona.pptx.   Marketing how to present your project very well , discussed a...Cartona.pptx.   Marketing how to present your project very well , discussed a...
Cartona.pptx. Marketing how to present your project very well , discussed a...BeshoyFawaz1
 
Alpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptxAlpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptxDave McCallum
 
Social Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendaySocial Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendayMaharshBenday
 
SALES-PITCH-an-introduction-to-sales.pptx
SALES-PITCH-an-introduction-to-sales.pptxSALES-PITCH-an-introduction-to-sales.pptx
SALES-PITCH-an-introduction-to-sales.pptx23397013
 
How consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their livesHow consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their livesMathuraa
 
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROIShamsudeen Adeshokan
 
Optimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered PromptsOptimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered PromptsVbout.com
 
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdfMicro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdfPiyush Kumar
 
Social Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendaySocial Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendayMaharshBenday
 
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdfTAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdfSocial Samosa
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music businessbrjohnson6
 
Elevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdfElevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdfevithatojoparel
 
Crypto Quantum Leap - Digital - membership area
Crypto Quantum Leap -  Digital - membership areaCrypto Quantum Leap -  Digital - membership area
Crypto Quantum Leap - Digital - membership areajaynee G
 
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATIONHOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATIONpratheeshraj987
 
2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.com2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.comnmislamchannal
 
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptxUnveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptxelizabethella096
 

Dernier (20)

SP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdfSP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdf
 
Discover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your LifestyleDiscover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your Lifestyle
 
Aiizennxqc Digital Marketing | SEO & SMM
Aiizennxqc Digital Marketing | SEO & SMMAiizennxqc Digital Marketing | SEO & SMM
Aiizennxqc Digital Marketing | SEO & SMM
 
Cartona.pptx. Marketing how to present your project very well , discussed a...
Cartona.pptx.   Marketing how to present your project very well , discussed a...Cartona.pptx.   Marketing how to present your project very well , discussed a...
Cartona.pptx. Marketing how to present your project very well , discussed a...
 
Alpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptxAlpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptx
 
Social Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendaySocial Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh Benday
 
SALES-PITCH-an-introduction-to-sales.pptx
SALES-PITCH-an-introduction-to-sales.pptxSALES-PITCH-an-introduction-to-sales.pptx
SALES-PITCH-an-introduction-to-sales.pptx
 
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
 
How consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their livesHow consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their lives
 
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
 
Optimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered PromptsOptimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered Prompts
 
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdfMicro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
 
Social Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendaySocial Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh Benday
 
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdfTAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music business
 
Elevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdfElevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdf
 
Crypto Quantum Leap - Digital - membership area
Crypto Quantum Leap -  Digital - membership areaCrypto Quantum Leap -  Digital - membership area
Crypto Quantum Leap - Digital - membership area
 
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATIONHOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
 
2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.com2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.com
 
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptxUnveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
 

Dallas Marketo User Group - August 2015 - DMUG

  • 1. © 2015 Marketo, Inc. Marketo Proprietary and Confidential Hooking up with Hot Apps Speaker: Ryan Vong, CEO, Digital Pi Dallas Marketo User Group (D-MUG) Meeting August 27, 2015
  • 2. Page 2 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Agenda • Intros • Announcements • Types of Integration • Samples & Demo • Floodlights/Q&A
  • 3. Page 3 © 2015 Marketo, Inc. Marketo Proprietary and Confidential MARKETO USER GROUP LEADERS • Karen Sesona, Tyler Technologies • Senior Manager, Marketing Ops/Campaign Mgmt. • 214-402-6504 cell | karen.sesona@tylertech.com • www.linkedin.com/in/karensprofile/ | @karenses • Ryan Vong, Digital Pi • President & CEO • 408.202.5184 | ryan@digital-pi.net • www.linkedin.com/in/ryanvong | @RyanVong • Venus Wills, Everest Group • Senior MarCom Manager • 469-358-1360 | venus.wills@everestgrp.com • www.linkedin.com/in/venuswills | @venusw
  • 4. Page 4 © 2015 Marketo, Inc. Marketo Proprietary and Confidential BIG THANKS TO OUR HOST • Mark Handy, Sr. Principal, Business Systems Analyst, Mark.Handy@ca.com • www.linkedin.com/in/mhandy • Danni Holleran, Marketing Automation & Technology Analyst, Danielle.Holleran@ca.com • www.linkedin.com/in/danniholl
  • 5. Page 5 © 2015 Marketo, Inc. Marketo Proprietary and Confidential SPEAKER TODAY About Speaker Ryan Vong, Digital Pi President & CEO 408.202.5184 | ryan@digital-pi.net www.linkedin.com/in/ryanvong @RyanVong (Marketo Certified Expert) Digital Pi is a group of like-minded digital marketing experts focused on helping companies get rapid, meaningful value from marketing automation and related digital marketing technologies. Marketo API’s — Hooking Up With Hot Apps [Preso + Demo] There’s a mountain of data sitting in your Marketo instance aching to get out. Introduce your Marketo to external apps and experience the incredible things these apps can do when connected together. Marketo’s APIs and webhooks open Marketo up to a myriad of applications and solve some of your most pressing data challenges.
  • 6. Page 6 © 2015 Marketo, Inc. Marketo Proprietary and Confidential • Webhooks: •Track Unsubscribed accounts in Google Apps •Launchpoint Apps •Synchronize custom trial user’s progress to Marketo • API: • Synchronize custom application data to Marketo in realtime (New Leads, Unsubscribes, custom fields) • Request email campaign with custom token data • Pull lead activity records from Marketo for visualization Integration Scenarios We Will Demonstrate
  • 7. Page 7 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Why Integrate? 1. Eliminate repetitive manual tasks (save time / reduce errors) 2. Create more effective and targeted Marketing campaigns 3. Aggregate data from multiple applications for better analysis
  • 8. Page 8 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Integration Options When to use Native CRM and Launchpoint Apps Best option if it exists and meets your needs List Import Ad-hoc and one time data load Marketo Form Need a UI for self-serve update Webhook Push/pull originating from Marketo API Push/pull originating from External Application. Custom data transformation.
  • 9. Page 9 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Sample Marketecture
  • 10. Page 10 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Webhook: Overview • Initiated from Marketo Campaign • Can… • push Marketo data • pull external data
  • 11. Page 11 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Configure a Webook in Marketo Define Webhook URL: endpoint Template: define how data is formatted Token Encoding Response Type: - JSON - Form/URL - None Define trigger Use “Call Webhook” Flow Map Response Set which fields the response should update 1 2 3
  • 12. Page 12 © 2015 Marketo, Inc. Marketo Proprietary and Confidential • REST or SOAP? REST - unless you have a specific SOAP requirement. • Functionality is not 100% common ex: no REST equivalent of SOAP syncMObjects to update programs/opportunity (see http://developers.marketo.com/) API: Overview
  • 13. Page 13 © 2015 Marketo, Inc. Marketo Proprietary and Confidential API: Set Up Define Marketo API Role 1 Assign API Role to a dedicated API User 2 Create a “custom” Launchpoint Service with API User 3 api@myapp.com A9xxxxxxxxxxxxxxxxxxxxxxxF71 B3xxxxxxxxxxxxxxxxxxxxxxc59 api@myapp.com View Details get API Client ID and Key 4
  • 14. Page 14 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Easy to Experiment with Rest • Copy “Access Token” from Marketo UI • Enter REST request into Browser address bar • Get Results https://<server>/rest/v1/leads.json? filterType=email&filterValues=peter@koalabank.com &access_token=<val>
  • 15. Page 15 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Sample REST Function Langue: Go Most of the work is done in the .Request method
  • 16. Page 16 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: Push Marketo data to Google Docs with a Webhook 1. Create a Google Form 2. Find Form URL and input names 3. Configure Webhook URL: https://docs.google.com/<xxx... xx>formResponse Request Type: POST Template: entry.<xxx>={{lead.Full Name:default=anon}}&entry.<zzzz >={{lead.Email Address}} Token Encoding: Form/URL
  • 17. Page 17 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: Synch Trial User status to Marketo A company has an cloud service where visitors can sign up for a free trial. They want to synch information from their application into Marketo so marketing programs have visibility on what the lead is doing in their trial.
  • 18. Page 18 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: New Lead / Unsubscribe via API https://<server>/rest/v1/leads.json?access_token=<xxx>
  • 19. Page 19 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: API to request Email Campaign with custom token data $ requestCampaign 1004101 "Your user id is 8938393" Request Campaign for 1004101 MktoConnection.getAuthToken() token expired.... https://666-QLD- 841.mktorest.com/identity/oauth/token?grant_type=client_credentials&client_id=f014...0c&client_ secret=s2g4...s43 Calling URL: https://666-QLD- 841.mktorest.com/rest/v1/campaigns/1385/trigger.json?access_token=c14a95b2-0c54-402a- 9868-d64120ab57f6:sj{"requestId":"53a9#14c4574eda3","result":[{"id":1385}],"success":true} <nil>
  • 20. Page 20 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: Retrieve Activity for Analysis
  • 21. Page 21 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Demo: Retrieve Activity for Analysis
  • 22. Page 22 © 2015 Marketo, Inc. Marketo Proprietary and Confidential Take Aways • Marketo provides multiple Integration options to 1. Save time and reduce manual errors 2. Create more effective and targeted Marketing campaigns 3. Aggregate data from multiple applications for better analysis • Get Creative! • Once you get started you see integration potential everywhere • Where there is a will there is a way…usually
  • 23. Page 23 © 2015 Marketo, Inc. Marketo Proprietary and Confidential INTRODUCTIONS (raise hand if… How many of you… • …became a Marketo client in the last 6-12 months? • …have Marketo integrated with Salesforce? • …are in the B2B space? …in the B2C space? • …are going to Dreamforce next month? • Do you have any specific questions you want answered today?
  • 24. © 2015 Marketo, Inc. Marketo Proprietary and Confidential Floodlights / Q&A Top Issues 1. … 2. …
  • 25. Page 25 © 2015 Marketo, Inc. Marketo Proprietary and Confidential UPCOMING MEETINGS (Mark Your Calendar) Next Meeting >> October 22 from 3-5pm • Location: Protiviti, 13727 Noel Road #800, Dallas, TX 75240 (Galleria area) • Speaker: Lean Data’s CMO & Demand Gen’s Solutions Consultant • Topic: Account Based Marketing • Agenda: Account Based Overview : Nurture strategy for ABM : Engagement program tips/tricks : and more juicy content… (possible Happy Hour after) • TBD? Marketo Holiday Happy Hour @ Kona Grill, Parker & Tollway, Plano TX • Targeting December 10 – any interest? • 2016 Dates: Feb 25, April 28, June 23, Aug 25, Oct 27 (Dec TBD) • 4th Thurs every other month from 3-5pm. Please share topic ideas, volunteer to host or present… email: karen.sesona@tylertech.com
  • 26. Page 26 © 2015 Marketo, Inc. Marketo Proprietary and Confidential CONNECT ONLINE • Recent changes -- no more LinkedIn, no more emails… for updates on user meetings and more visit… • The Marketo Community: https://nation.marketo.com *Certification Program Available. • Our local Marketo Blog: https://mapdfw.wordpress.com (follow blog to receive email updates) • Tweet the group's hash tag: #DMUG • The Resource Center on Marketo’s web site is a great resource for cheat sheets, e-books, best practice guides, live webinars and more. http://www.marketo.com/resources
  • 27. Page 27 © 2015 Marketo, Inc. Marketo Proprietary and Confidential INDUSTRY EVENTS • Digital Summit Dallas 2015 • Local Digital Marketing Event • December 8-9, 2015 • Irving, TX (Irving Convention Center) • http://digitalsummitdallas.com/ • Dreamforce 2015 • Annual Salesforce User Conference • September 15-18, 2015 • San Francisco, CA • www.salesforce.com/dreamforce/DF15/ • Marketo Summit 2016 • Annual Marketo User Conference • May 9-12, 2016 • Las Vegas, NV • http://events.marketo.com/summit/2016/ • Sirius Decisions Summit 2016 • B2B Sales & Marketing Automation and Alignment • May 24-27, 2016 • Nashville, TN (Gaylord Opryland) • www.siriusdecisions.com/Events/Summit/ 2016-Summit
  • 28. © 2015 Marketo, Inc. Marketo Proprietary and Confidential Thank you! Questions, comments or suggestions for our next meeting, please send to: Ryan Vong – ryan@digitalpi.com | @ryanvong Karen Sesona – karen.sesona@tylertech.com | @karenses Venus Wills – venus.wills@everstgrp.com | @venusw

Notes de l'éditeur

  1. REST (REpresentational State Transfer) is a simple stateless architecture that generally runs over HTTP. It tends to be simpler and use less bandwidth than SOAP (which use XML). All modern, popular development platforms have libraries for making HTTP calls and marshalling/unmarshalling data as JSON (JavaScript Object Notation) is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web application, as an alternative to XML.
  2. URL: https://docs.google.com/<xxx...xx>formResponse Request Type: POST Template: entry.<xxx>={{lead.Full Name:default=anon}}&entry.<zzzz>={{lead.Email Address}} Token Encoding: Form/URL
  3. URL: https://docs.google.com/<xxx...xx>formResponse Request Type: POST Template: entry.<xxx>={{lead.Full Name:default=anon}}&entry.<zzzz>={{lead.Email Address}} Token Encoding: Form/URL