SlideShare une entreprise Scribd logo
1  sur  64
International Web Analytics
A How-To Session
Daniel Smulevich
SEO Executive, Verve Search
@dSmulevich
Who am I?
• Working with International clients
• GAIQ Certified
• Love MS Excel
@dSmulevich
Today‟s session
1) Find out if you need a geo-targeted site
2) Calculate the ROI
3) Chose your configuration
4) Avoid data corruption
5) Troubleshooting
@dSmulevich
Where to start from?
Data Collection
Processing into
Information
Developing
KPIs
Formulating
Online Strategy
@dSmulevich
Which tool?
@dSmulevich
And the winner is…
@dSmulevich
Great to start with
• Flexible and with free support
• Easy to interpret
• If you pass limits (10M hits a month) you
can sample a subset of data from your site
calling _setSampleRate()
@dSmulevich
#1
Find out if you need a
geo-targeted website
Audience>Demographics>Location
Check your visitors‟ provenience
Look at:
• Total Visits
• Bounce rate
• Conversions
@dSmulevich
UK website‟s traffic
@dSmulevich
Use advanced segments
@dSmulevich
What about revenues?
@dSmulevich
• What type of traffic is it?
• Which keywords are they using?
Always look for these three
@dSmulevich
Is it really Mr Rush?
This is how average time on site is calculated
@dSmulevich
Use engagement hits
@dSmulevich
More realistic!
@dSmulevich
More info:bit.ly/zW2iuF @justincutroni
#2
Calculate the ROI
@dSmulevich
Gain from investment
• Find the Average Visit Value for your
current market
• Compare with the Average Visit Value for
your target market
• Find it under Ecommerce tab
(Avg VVC – AvgVVT) x VisitsT
@dSmulevich
Cost of investment
For SaaS:
• Bandwidth + CDN
• IT Team (do you have enough resources?)
• Local content writers
For Online Retailers:
• Do your market research
• High entry costs
@dSmulevich
#3
Choose your
configuration
The anatomy of the Tracking Code
1. Web Property ID
2. Asynchronous vs Synchronous
3. Working on secure and non-secure pages
4. ga.js vs analytics.js
@dSmulevich
@dSmulevich
Three geo-targeting options
@dSmulevich
1. Subdomains
uk.example.com, ie.example.com, …
2. Subfolders
example.com/uk, example.com/ie, …
3. Separate TLDs
example.co.uk, example.ie, …
Google Analytics and cookies
@dSmulevich
Uses First Party cookies
Only the website who
issued them can read them
1. Subdomains
@dSmulevich
To track when users visit more than one
subdomain in one session
Google Analytics>Admin>Settings
@dSmulevich
Set up profiles for each subdomain
@dSmulevich
One Google Analytics account:
+ a profile for each subdomain
+ a profile tracking all subdomains collectively
Accounts, properties, profiles
@dSmulevich
Apply filters
@dSmulevich
Only Traffic to that subdomain.
Remember: even www. is a subdomain!
Display subdomains in the main profile
@dSmulevich
These pages are from DIFFERENT subdomains!
Another filter
@dSmulevich
Something easier?
@dSmulevich
2. Subfolders
@dSmulevich
Tracking code should be applied to EVERY page
of your site to be tracking effectively.
Set up an Include filter to the sub-directory to
ensure that only content for that sub-directory
shows up in your report
And…FILTER!
@dSmulevich
TIP: you can also use advanced segments
@dSmulevich
3. Separate TLDs
@dSmulevich
Create a separate property for each TLD.
OR:
Use these methods in your GATC:
_setDomainName
_setAllowLinker
_link
Reference Guide: bit.ly/IHmheC
Cross-domain tracking
@dSmulevich
Set up a master profile for your primary domain
without filters.
Create a profile especially for cross-domain
tracking and re-use your tracking code.
Modify your cross-domain profile with a filter to
show the full domain in your content reports.
Best Practice
@dSmulevich
• Create a Google Analytics account for each
domain
• Customize GATC to link the multiple sub-
domains with their main domains
• Link the third party shopping cart with the
main domain
• Create a rollup Google Analytics account
Analytics Guide: bit.ly/15pHC8Z
What is a rollup account?
@dSmulevich
• Using multiple trackers (bit.ly/ZBuB3p)
• Caveats:
Pageview aggregation
AdWords ROI
Timezone alignment
#4
Avoid data corruption
Data limits
@dSmulevich
• 10,000,000 hits per month per property
• 500 hits per session not including
ecommerce (item and transaction hit types)
Six different types of hits
@dSmulevich
• Pageview hits
• Event hits
• Ecommerce transaction hits
• Ecommerce transaction item hits
• User defined hits
• Social plugin hits
So… you will “HIT” the limit earlier!
Multi-currency Ecommerce
@dSmulevich
Add a single line of code to the transaction page
_gaq.push(['_set', 'currencyCode', „XXX']);
Why?
@dSmulevich
Possible scenario
You end up over-reporting by £156
Transaction ID GA Revenue Real £ Revenue Difference
100 £199 £199 0
101 £299 £195 -£104
102 £99 £99 0
103 £149 £97 -£52
TOTAL £746 £590 -£156
When? What? How?
@dSmulevich
• If you offer them to pay in different
currencies on same page
• Daily exchange rate from the prior day
• The conversion rate is pulled from
Google‟s currency server
Internationalised Domain Names
@dSmulevich
• In 2010, Russia opened its own IDN: рф
http ://правительство.рф
• 1 million registrations in 3 years
• Google Analytics has issues with non-
ASCII characters
@dSmulevich
One last filter!
@dSmulevich
The eternal struggle
IT vs Marketing
@dSmulevich
User permissions
• Apply singly or in combination
• Parent permissions are inherited by
default (account > property > profile)
• Administrator Edit + Manage Users
• User View
@dSmulevich
Segment it
@dSmulevich
Google Tag Manager
@dSmulevich
• Container Tag System – doesn‟t vary
• GTM interface to populate the container
• Good if you have several tags
Internal traffic skews data
@dSmulevich
GA Opt Out
bit.ly/KhWGIP
@dSmulevich
#5
Troubleshooting
Three useful tools:
1. GA Debugger
2. Tag Assistant
3. Analytics Checkup
@dSmulevich
Right click>Inspect element
@dSmulevich
Cross-domain tracking
A basic test for cross-domain (and cross-
subdomain) tracking is that the first domain
that a visitor accesses generates Google
Analytics cookies
BUT that the domain or subdomain that is
linked to does not.
@dSmulevich
Right click>Page info
@dSmulevich
Session not passing to (sub)domain
All your sales appear to come from referrals
from your own website.
LOSS of data like source, medium,
campaign…
Google Analytics Tracking Guide
(http://bit.ly/IHmheC)
@dSmulevich
And… STOP!
@dSmulevich
@dSmulevich
The demographics report is the first stop
Use Time on Site metric very carefully
Inv Gain: (Avg VVC – AvgVVT) x VisitsT
Every geo-configuration has its GATC
Use precaution to avoid data corruption
@dSmulevich
THANK YOU!
Email: daniel@vervesearch.com
Web: www.vervesearch.com

Contenu connexe

Similaire à International Web Analytics: A How-To Session

Women in Communications Presentation: Marketing Analytics
Women in Communications Presentation: Marketing AnalyticsWomen in Communications Presentation: Marketing Analytics
Women in Communications Presentation: Marketing AnalyticsWebspec Design
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsPrathamesh Kulkarni
 
Web Analytics & Online Monitoring Tools Training Seminar - Vorian Agency
Web Analytics & Online Monitoring Tools Training Seminar - Vorian AgencyWeb Analytics & Online Monitoring Tools Training Seminar - Vorian Agency
Web Analytics & Online Monitoring Tools Training Seminar - Vorian AgencyVorian Agency
 
Google Analytics Training - full 2017
Google Analytics Training - full 2017Google Analytics Training - full 2017
Google Analytics Training - full 2017Nate Plaunt
 
Be found on the web | John Caldwell | CreatorSEO
Be found on the web |  John Caldwell | CreatorSEOBe found on the web |  John Caldwell | CreatorSEO
Be found on the web | John Caldwell | CreatorSEOEnterprise Ireland
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overviewtradocaj
 
Webinar - Fighting Bank Fraud with Real-time Graph Database
Webinar - Fighting Bank Fraud with Real-time Graph Database Webinar - Fighting Bank Fraud with Real-time Graph Database
Webinar - Fighting Bank Fraud with Real-time Graph Database DataStax
 
Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Paradigma Digital
 
Become a Google Analytics Ninja
Become a Google Analytics NinjaBecome a Google Analytics Ninja
Become a Google Analytics NinjaFLBlogCon
 
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...Ann Stanley
 
Google Business Tools
Google Business ToolsGoogle Business Tools
Google Business Toolsredcomin
 
Vorian Agency - Web Analytics & Online Monitoring Tools Seminar
Vorian Agency - Web Analytics & Online Monitoring Tools SeminarVorian Agency - Web Analytics & Online Monitoring Tools Seminar
Vorian Agency - Web Analytics & Online Monitoring Tools SeminarMatt Lynch
 
Online SEO Meetup
Online SEO MeetupOnline SEO Meetup
Online SEO MeetupSemrush
 
Roar Media Google Grants Lunch & Learn
Roar Media Google Grants Lunch & LearnRoar Media Google Grants Lunch & Learn
Roar Media Google Grants Lunch & LearnRoar Media
 
Open Data, Visualization & Usability for Online News Delivery
Open Data,  Visualization &  Usability for  Online News DeliveryOpen Data,  Visualization &  Usability for  Online News Delivery
Open Data, Visualization & Usability for Online News DeliveryMohan Krishnan
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsCemal Buyukgokcesu
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analyticsseoplus+
 
Google tools for webmasters
Google tools for webmastersGoogle tools for webmasters
Google tools for webmastersRujata Patil
 

Similaire à International Web Analytics: A How-To Session (20)

Women in Communications Presentation: Marketing Analytics
Women in Communications Presentation: Marketing AnalyticsWomen in Communications Presentation: Marketing Analytics
Women in Communications Presentation: Marketing Analytics
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google Analytics
 
Web Analytics & Online Monitoring Tools Training Seminar - Vorian Agency
Web Analytics & Online Monitoring Tools Training Seminar - Vorian AgencyWeb Analytics & Online Monitoring Tools Training Seminar - Vorian Agency
Web Analytics & Online Monitoring Tools Training Seminar - Vorian Agency
 
Google Analytics Training - full 2017
Google Analytics Training - full 2017Google Analytics Training - full 2017
Google Analytics Training - full 2017
 
IBM Rational HATS Overview 2013
IBM Rational HATS Overview 2013IBM Rational HATS Overview 2013
IBM Rational HATS Overview 2013
 
Be found on the web | John Caldwell | CreatorSEO
Be found on the web |  John Caldwell | CreatorSEOBe found on the web |  John Caldwell | CreatorSEO
Be found on the web | John Caldwell | CreatorSEO
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Webinar - Fighting Bank Fraud with Real-time Graph Database
Webinar - Fighting Bank Fraud with Real-time Graph Database Webinar - Fighting Bank Fraud with Real-time Graph Database
Webinar - Fighting Bank Fraud with Real-time Graph Database
 
Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Usando metodologías ágiles en UX
Usando metodologías ágiles en UX
 
Become a Google Analytics Ninja
Become a Google Analytics NinjaBecome a Google Analytics Ninja
Become a Google Analytics Ninja
 
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...
Using Google Data Studio and Supermetrics to create your dashboard by Ann Sta...
 
Google Business Tools
Google Business ToolsGoogle Business Tools
Google Business Tools
 
Vorian Agency - Web Analytics & Online Monitoring Tools Seminar
Vorian Agency - Web Analytics & Online Monitoring Tools SeminarVorian Agency - Web Analytics & Online Monitoring Tools Seminar
Vorian Agency - Web Analytics & Online Monitoring Tools Seminar
 
Online SEO Meetup
Online SEO MeetupOnline SEO Meetup
Online SEO Meetup
 
Roar Media Google Grants Lunch & Learn
Roar Media Google Grants Lunch & LearnRoar Media Google Grants Lunch & Learn
Roar Media Google Grants Lunch & Learn
 
Open Data, Visualization & Usability for Online News Delivery
Open Data,  Visualization &  Usability for  Online News DeliveryOpen Data,  Visualization &  Usability for  Online News Delivery
Open Data, Visualization & Usability for Online News Delivery
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
analytics.pptx
analytics.pptxanalytics.pptx
analytics.pptx
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Google tools for webmasters
Google tools for webmastersGoogle tools for webmasters
Google tools for webmasters
 

Dernier

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
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
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
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 

Dernier (20)

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
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
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.
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 

International Web Analytics: A How-To Session

Notes de l'éditeur

  1. Time on Page = (time of last “engagement hit” on page) – (time of first hit from page)Cutroni Analytics Advocate at Google
  2. What is Average Visit Value= simply revenue/visits.Check the dimension where you are; mention PPCFormula is very conservative!
  3. What is Average Visit Value= simply revenue/visits.Check the dimension where you are; mention PPCFormula is very conservative!
  4. Add this code to all of your subdomains. There is no need to alter it for every subdomain.
  5. Limit of 50 profiles per account, so explain potential issues
  6. 31 currency code currently supported
  7. Daily exchange rate to convert the currency to the master currency you’ve defined in the profile settings
  8. It’s a good idea to limit the number of users that have Edit permissions at the Account level.The Manager Users setting is great for marketers. Many times a marker will need to give other team members access to data. Or, in an ideal case, an executive that wants deeper insights into the business! Don’t be afraid to give marketers Manager User access so they can add more users.