google tag manager + wordpress - wordcamp 2014 presentation

Post on 09-May-2015

496 Views

Category:

Marketing

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

המצגת של ההרצאה שלי בכנס וורדקמפ 2014. המצגת הסבירה על קצה המזלג מה זה גוגל תג מנג׳ר, מה אפשר לעשות איתו ובאילו דברים אפשר להעזר בו בוורדפרס

TRANSCRIPT

THE NEW

Shuki Mannshuki@booot.co.ilwww.booot.co.il

GTMIS

+ WP + GA

shuki@booot.co.il www.booot.co.il

ME

• 28, Married + 2 • Road bike rider• B.s.w• M.B.A• Google Partner & Google Analytics

Qualified• Google Adwords• Google Analytics• Google Tag Manager• Google Facebook• Google Wordpress :)• etc.

shuki@booot.co.il www.booot.co.il

MEASUREMENT MODEL THAT WORKS !!!

1. What is your business trying to do?2. What are your goals?3. KPIs4. Define “success”5. Segment

5X3:A - AcquisitionB - BehaviorC - Conver$ion$$$

shuki@booot.co.il www.booot.co.il

MEASUREMENT MODEL THAT WORKS !!!

1. What is your business trying to do?2. What are your goals? (SMART:

Specific Measurable Achievable Relevant Time-bound)

3. KPIs4. Define “success”5. Segment

5X3:A - AcquisitionB - BehaviorC - Conver$ion$$$

EBAY

sell productsattract sellers

• more visitors (panda 4.0?)• more returning buyers• satisfied customers

• increase customer spend per order

• incentives• conference

• more products

• more non-branded traffic• newsletter open-rate

• more feedback/positive feedback

• faster support• avg. order value

• 20% more visitors from GOOG

• +10% signups, +2.3% open rate

• 4.5 stars avg. for each category

• traffic source• device

• day of visit• hour of day

• product price

shuki@booot.co.il www.booot.co.il

MEASUREMENT MODEL THAT WORKS !!!

shuki@booot.co.il www.booot.co.il

ACCOUNT STRUCTURE

google login

account

container A - client

A

container B - client

B

container C - client

C

Tags, Macros, Rules…

Tags, Macros, Rules…

Tags, Macros, Rules…

google login

account B - client B

container A - site

container B - lps

Tags, Macros, Rules…

Tags, Macros, Rules…

account A - client A

container C - shop

Tags, Macros, Rules…

container A - site

container B - lps

Tags, Macros, Rules…

Tags, Macros, Rules…

container C - shop

Tags, Macros, Rules…

shuki@booot.co.il www.booot.co.il

JSON array

key-value pair

GTM’s raison d'être

Before GTM snippet - dataLayer = [{‘key’:’value’}]

After GTM snippet - dataLayer.push({‘key’:’value’})

Layer with L

<a href=“www.paypal.com” onclick=“dataLayer.push({‘price’:’100’});”>100 ILS</a>

<a href=“www.paypal.com” onclick=“dataLayer.push({‘price’:’130’});”>130 ILS</a>

<a href=“www.other-site.com” onclick=“dataLayer.push({‘event’:’outbound’});”>Exit this site</a>

dataLayer

shuki@booot.co.il www.booot.co.il

• Google Analytics (Universal/Classic)Google Adwords ConversionCustom HTMLThird party platforms…Event listeners!!!

Tags are the “WHAT to do”

TAGS

shuki@booot.co.il www.booot.co.il

TAGS EXAMPLES

shuki@booot.co.il www.booot.co.il

TAGS EXAMPLES

Custom Dimensions & Custom Metrics - The Full Guide

shuki@booot.co.il www.booot.co.il

CUSTOM DIMENSIONS (Yeah!)

Custom Dimensions & Custom Metrics - The Full Guide

shuki@booot.co.il www.booot.co.il

CUSTOM DIMENSIONS (Yeah!)

Custom Dimensions & Custom Metrics - The Full Guide

shuki@booot.co.il www.booot.co.il

CUSTOM DIMENSIONS

Custom Dimensions & Custom Metrics - The Full Guide

• ga(‘send’ , ‘pageview’, {‘dimension1’ : ‘author_name’ });ga(‘send’ , ‘pageview’, {‘dimension1’ :' <?php echo get_the_author();?> ' });<script> dataLayer = [{‘dimension1’ : <?php echo get_the_author();?>}]

<script>

shuki@booot.co.il www.booot.co.il

CUSTOM DIMENSIONS

Custom Dimensions & Custom Metrics - The Full Guide

shuki@booot.co.il www.booot.co.il

CUSTOM DIMENSIONS

Custom Dimensions & Custom Metrics - The Full Guide

shuki@booot.co.il www.booot.co.il

TAGS EXAMPLES

• Adwords Remarketing with custom params from dL

Adwords Conversion with dynamic value (macro)

shuki@booot.co.il www.booot.co.il

TAGS - Auto Event Listeners

• Link Click - <a href> -> gtm.linkClick eventClick - onclick -> gtm.click eventForm Submit - submit -> gtm.formSubmitTimer - gtm.timerJS - gtm.pageErrorHistory - AJAX

Case sensitive!Competing listeners<html> <head>

<title>My Page</title> </head> <body> <!-- Google Tag Manager Container here --> <div id="main">

<a id=“A” href=“http://www.A.co.il”>A</a> <a id=“B” href=“http://www.B.co.il”>B</a>

</div></body>

</html>

shuki@booot.co.il www.booot.co.il

JSON array

key-value pair

GTM’s raison d'être

Before GTM snippet - dataLayer = [{‘key’:’value’}]

After GTM snippet - dataLayer.push({‘key’:’value’})

Layer with L

<a href=“www.paypal.com” onclick=“dataLayer.push({‘price’:’100’});”>100 ILS</a>

<a href=“www.paypal.com” onclick=“dataLayer.push({‘price’:’130’});”>130 ILS</a>

<a href=“www.other-site.com” onclick=“dataLayer.push({‘event’:’outbound’});”>Exit this site</a>

dataLayer

shuki@booot.co.il www.booot.co.il

TAGS - Auto Event Listeners - Example• <html> <head>

<title>My Page</title> </head> <body> <!-- Google Tag Manager Container

here --> <div id="main">

<a id=“A” href=“http://www.A.co.il”>A</a>

<a id=“B” href=“http://www.B.co.il”>B</a>

</div></body>

</html>

shuki@booot.co.il www.booot.co.il

TAGS - Auto Event Listeners

shuki@booot.co.il www.booot.co.il

TAGS - Auto Event Listeners

shuki@booot.co.il www.booot.co.il

shuki@booot.co.il www.booot.co.il

RULES

• [macro][operator][value]contains, equals, matches RegEx2 condition, same rule = AND2 different rules = ORGTM goes to dataLayer to find the

value of objects ONLY when they’re events.

Blocking Rule always win1st: gtm.js2nd: gtm.dom3rd: gtm.load

Rules are the “WHEN to do”

shuki@booot.co.il www.booot.co.il

MACROS

• = FunctionsMust return a value with “return”You can even use the macro inside

your HTML tag!Exactly like regular function.Every Macro return value. JS Macro

must include “return”Auto event - the DOM element that

triggered the event.

shuki@booot.co.il www.booot.co.il

MACRO EXAMPLES

• Constant String - very useful for GA/Adwords code

shuki@booot.co.il www.booot.co.il

MACRO EXAMPLES

• Constant String - very useful for GA/Adwords code

HTML tag with macroAuto-Event vars

shuki@booot.co.il www.booot.co.il

MACRO EXAMPLES

• Constant String - very useful for GA/Adwords code

HTML tag with macroAuto-Event varsLookup Table!!

shuki@booot.co.il www.booot.co.il

MACRO EXAMPLES

• Constant String - very useful for GA/Adwords code

HTML tag with macroAuto-Event varsLookup Table!!dataLayer!!!!!

shuki@booot.co.il www.booot.co.il

REAL EXAMPLE - 1

shuki@booot.co.il www.booot.co.il

REAL EXAMPLE - 1

shuki@booot.co.il www.booot.co.il

REAL EXAMPLE - 2

REAL EXAMPLE - eCommerce Tracking

REAL EXAMPLE - eCommerce Tracking

REAL EXAMPLE - 4

REAL EXAMPLE - 4

<script>dataLayer = [{'post_title' : '<?php echo get_the_title();?>’ }]</script><!-- GTM Code -->

shuki@booot.co.il www.booot.co.il

dataLayer = [{ 'gtm.blacklist': ['<html>', '<nonGoogleScripts >', ...] 'gtm.whitelist': ['<ID>', '<class>', '<ID>', ...]}];

Black wins!Classes have relationships (nonGooglePixels >

nonGoogleScripts)

SECURITY

shuki@booot.co.il www.booot.co.il

Tags: Category - Type - what it does (meaningful)

ex: GA - Event - click on menu item

ex: Adwords - Conversion - 10x pages

Macro: Type - what is does

ex: Lookup Table - change A macros by B

Rules - Where/When it happens

ex: All pages, event equals

NAMING

shuki@booot.co.il www.booot.co.il

THE END

THANK YOU :)

contact me at: shuki@booot.co.ilread my posts: www.booot.co.il

be my friend: www.facebook.com/mann.shuki

top related