Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

36
Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1

Transcript of Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Page 1: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Leveraging HubSpot Enterprise To Grow Your AgencyAdvanced Product Setup

10-18-2011

#VARFormable

1

Page 2: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 3: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Add the Advanced Javascript Tracking Code

• http://help.hubspot.com/articles/Tutorial/hubspot-enterprise-javascript-tracking-code

Page 4: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 5: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Types of Events

1. Visited Page2. Clicked Element3. Submitted Form4. Custom Events

Setup Instructions: http://help.hubspot.com/articles/Tutorial/hubspot-enterprise-set-up-analytics-events

Page 6: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Where to set up events…

Analyze Advanced Marketing Analytics New Event

Page 7: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Visited Page

Page 8: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Clicked Element

• What’s an Element? o Buttonso Navigation Linkso Other Links

Page 9: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

How Do You Track a Clicked Element?

• Easiest: Unique ID• Also Easy: Class• Requires more knowledge of code:

jquery

Page 10: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Find the Element with Google Chrome Browser

Page 11: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Right Click and Select “Inspect Element”

Page 12: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

When to Use a Class Instead

• If there is no unique ID and there is a unique class.

• If a class is used to describe any one of similar multiple elements that you want to track.

Page 13: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

When to Use jQuery Instead..

• If there is no unique ID or class

Page 14: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Form Submitted

• Use ID whenever possible• Use Class as a second resort• HubSpot forms require jquery…

Page 15: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Form Submitted

Page 16: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Form Submitted: jquery

Page 17: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event Type: Form Submitted: Email Field

Page 18: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Events from Help Desk Software

Instruction: http://help2.hubspot.com/display/DOC/Helpdesks

• Zendesk• Tender

Page 19: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Track Click Throughs from Email Campaigns as Events Software

Instruction: http://help2.hubspot.com/display/DOC/Tracking+Email+Click-Throughs

• Include Campaign ID

• Use emailct as parameter

Page 20: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Events Related to Social Networking

Instruction: http://help2.hubspot.com/display/DOC/Tracking+Email+Click-Throughs

• Twitter mentions• Facebook likes• Ning sites

Page 21: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Events Related to Billing

Instruction: http://help2.hubspot.com/display/DOC/Payment+Systems

• Recurly• Chargify

Page 22: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Event: Website Chat Initiated

Instruction: http://help2.hubspot.com/display/DOC/Olark+Integration

• Olark

Page 23: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Custom Events

• Create a “Custom Event”• Gives your programmer instructions on

calling the API via javascript or via http

Page 24: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Auto Creating Custom Events

Instruction: http://help2.hubspot.com/display/DOC/Understanding+Auto-Generated+Events

• Let Programs Create Events (e.g. Added xyz to shopping cart.)

• Rename them later

Page 25: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 26: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

You Need Your Visitors Converting at a High Rate

• You need more Top of the Funnel Offers• Ask your Channel Account Manager for 3

Ebooks you can customize and use…o How Inbound Marketing Workso How to do a Website Redesigno Social Media Marketing How to

• Then build landing pages

Page 27: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Setup as Many Events as You Can

• Easy: Pages Visited, Out of the box integrations with supported helpdesk, billing and chat systems.

• Medium: Clicked Elements, Forms Completed

• Programming Required: Custom events triggered from other systems.

Page 28: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 29: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Create Forum Thread to Get Event Setup Help

• Create a new forum thread for each event you need help setting up.

• Help each other. We’ll make sure you get an answer if it’s doable.

• You might need to hire a programmer for tricky stuff.

Page 30: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Describe the Event Like This

Page 31: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 32: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Good Posts This Week…

http://www.brightfire.co.uk/blog/2011/hubspot/hubspot-enterprise-give-lead-nurturing-a-boost

Page 33: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Good Posts This Week…

http://info.pollockmarketinggroup.com/blog/bid/68878/Advanced-Lead-Nurturing-Hubspot-Enterprise-Feature-Review-1

Page 34: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Agenda

• Set up Javascript Tracking Code• Setting Up Events• Suggested Homework • Resources & Getting Help• Good Stuff from Last Week• What’s Next

Page 35: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

Use the Forums

• We’ll post updates and to-do’s. • You should respond when you do

something, or when you get stuck.

• If you have product setup questions, call support. 888 HubSpot

Page 36: Leveraging HubSpot Enterprise To Grow Your Agency Advanced Product Setup 10-18-2011 #VARFormable 1.

See You Next Wednesday