SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
© 2021 Jellyfish Digital Group Limited Confidential & Proprietary
GTM Client Fetching
Weather Conditions From
An OpenWeather API
MeasureCamp Europe
July 2021
—
༼ つ ◕_◕ ༽つ | Helping data find its way
Peter Meyer
Data & Analytics Director
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
2000+ Digital Experts
40 International Offices
£650m Managed Media
Google’s #1 Global Partner
Jellyfish
One
Singapore
Singapore
India
Mumbai
Israel
Tel Aviv
United
Kingdom
London
Reigate
Brighton
Warrington
Manchester
South Africa
Johannesburg
Durban
USA
New York
San Francisco
Los Angeles
Boston
Baltimore
Chicago
Denver
Spain
Barcelona
Madrid
Netherlands
Amsterdam
Denmark
Copenhagen
United
Arab
Emirates
Dubai
South Korea
Seoul
Japan
Tokyo
Australia
Melbourne
Sydney
Hong Kong
Hong Kong
France
Paris
Lille
Germany
Berlin
Italy
Milan
Brazil
São Paulo
Mexico
Mexico City
Colombia
Bogotá
GTM Client Fetching Weather Conditions From An OpenWeather API
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
01 Tracking weather data
02 The chosen approach
03 Custom Client Template
04 Custom HTML Tag
05 Data output
06 Thank you!
Agenda
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
Weather data is as a great addition to web analytics implementations
on a lot of different types of websites.
● Are trips to warm countries bought when it’s raining?
● Are booked stays mostly cancelled in nice weather?
● In which weather conditions do we sell the most beachwear?
● Are more articles read when the weather is bad?
An article by Simo Ahava from September 19th, 2013
https://www.simoahava.com/web-development/universal-analytics-w
eather-custom-dimension/
Tracking weather data
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
Tracking weather data
Analytics
Segmentation
Optimization
Personalization
Weather
Data
—
Your license key is visible for all to see
Using a licensed service in
client-side GTM :-/
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The chosen approach
The orange arrow indicates a client-side GTM request to the GTM server-side Client.
And the two green arrows indicate the weather data being sent as a response to both client- and server-side GTM.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The OpenWeather “Current weather data” API.
● Generous free license tier
● Easy to use API’s
● Great functionality
● Good documentation
https://openweathermap.org/current
https://openweathermap.org/price
Which Weather Service To Use?
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The Client Template - Input Fields
Request Header named
“X-Appengine-City”
(Google App Engine)
Request Header named
“X-Appengine-Country”
Google App Engine)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The Client Template - Sending requests
The Client answers HTTP requests to the following URL.
https://[YOUR SERVER-SIDE GTM HOSTNAME]/weather
tms.yourdomain.com
tracking.yourdomain.net
...
The URL path this Client
answers requests to.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
GTM Custom HTML Tag - An example
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
Yes, you can!
You just need to add parameters to the request URL.
All you need to do, is change the URL from this:
To something like this:
Can I define City and/or Country when sending a request to
the GTM Server-side Client?
https://tms.test.com/weather
https://tms.test.com/weather?city=ålborg&country=denmark
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The GTM Client-Side Data Layer output
Time in Unix UTC format
This example is shown in “Celcius / Metric” units.
But “Fahrenheit / Imperial” and “Kelvin / Metric” are
also available as options in the Client.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
The GTM Server-Side Event Data output
Almost all available values are included in
the Event Data as separate parameters.
It just didn’t fit on this slide ;-)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. GTM Client Fetching Weather Conditions From An OpenWeather API
Where to get the Client template?
Blog post
https://pmeyer.dk/google-tag-manager/cur
rent-weather-openweather-client/
GitHub repository
https://github.com/gtm-templates-pmeyer
dk/current-weather-openweather-client
© 2021 Jellyfish Digital Group Limited Confidential & Proprietary
T R A I N I N G
Professional digital classroom and
online training courses
Thanks
N E W S & I N S I G H T S
All the latest news, opinions and
reactions from Jellyfish
L E A D E R S H I P
Inspiration, imagination and insight
from industry leaders
Peter Meyer
Data & Analytics Director
peter.meyer@jellyfish.com
Blog: https://pmeyer.dk
Twitter: https://twitter.com/pmeyerdk
Learn more Learn more Learn more

Weitere ähnliche Inhalte

Ähnlich wie GTM Client Fetching Weather Conditions From An OpenWeather API - MeasureCamp Europe, July 3rd 2021

Final report (1)
Final report (1)Final report (1)
Final report (1)
Abhay Rana
 
Ucci_Masters_Thesis
Ucci_Masters_ThesisUcci_Masters_Thesis
Ucci_Masters_Thesis
Russell Ucci
 
Anatomy of an AWS account Cryptojack
Anatomy of an AWS account CryptojackAnatomy of an AWS account Cryptojack
Anatomy of an AWS account Cryptojack
Anton Gurov
 

Ähnlich wie GTM Client Fetching Weather Conditions From An OpenWeather API - MeasureCamp Europe, July 3rd 2021 (20)

Final report (1)
Final report (1)Final report (1)
Final report (1)
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
VictoriaMetrics: Welcome to the Virtual Meet Up March 2023
VictoriaMetrics: Welcome to the Virtual Meet Up March 2023VictoriaMetrics: Welcome to the Virtual Meet Up March 2023
VictoriaMetrics: Welcome to the Virtual Meet Up March 2023
 
Plc report
Plc reportPlc report
Plc report
 
Plc and scada report
Plc and scada reportPlc and scada report
Plc and scada report
 
AltiGen Cdr Manual
AltiGen Cdr ManualAltiGen Cdr Manual
AltiGen Cdr Manual
 
Truyen thong
Truyen thongTruyen thong
Truyen thong
 
Ucci_Masters_Thesis
Ucci_Masters_ThesisUcci_Masters_Thesis
Ucci_Masters_Thesis
 
Auditoría de TrueCrypt: Informe final fase II
Auditoría de TrueCrypt: Informe final fase IIAuditoría de TrueCrypt: Informe final fase II
Auditoría de TrueCrypt: Informe final fase II
 
Case study-dcim-implementation-telecom-operator
Case study-dcim-implementation-telecom-operatorCase study-dcim-implementation-telecom-operator
Case study-dcim-implementation-telecom-operator
 
Global C4IR-1 Masterclass Bowyer - McLaren 2017
Global C4IR-1 Masterclass Bowyer - McLaren 2017Global C4IR-1 Masterclass Bowyer - McLaren 2017
Global C4IR-1 Masterclass Bowyer - McLaren 2017
 
Alcohol monitoring scram iid fuel cell devices 2015
Alcohol monitoring scram iid fuel cell devices 2015Alcohol monitoring scram iid fuel cell devices 2015
Alcohol monitoring scram iid fuel cell devices 2015
 
Himanth_Resume
Himanth_ResumeHimanth_Resume
Himanth_Resume
 
ADVANCED TOOL FOR FLUID DYNAMICS-CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERO...
ADVANCED TOOL FOR FLUID DYNAMICS-CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERO...ADVANCED TOOL FOR FLUID DYNAMICS-CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERO...
ADVANCED TOOL FOR FLUID DYNAMICS-CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERO...
 
Cat industrial engines brochure
Cat industrial engines brochureCat industrial engines brochure
Cat industrial engines brochure
 
Gcm presentation
Gcm presentationGcm presentation
Gcm presentation
 
Anatomy of an AWS account Cryptojack
Anatomy of an AWS account CryptojackAnatomy of an AWS account Cryptojack
Anatomy of an AWS account Cryptojack
 
Condition-based Maintenance for High-speed Fleet
Condition-based Maintenance for High-speed FleetCondition-based Maintenance for High-speed Fleet
Condition-based Maintenance for High-speed Fleet
 
Project final report
Project final reportProject final report
Project final report
 
NASA PDR Technical Report
NASA PDR Technical ReportNASA PDR Technical Report
NASA PDR Technical Report
 

Kürzlich hochgeladen

FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
MarinCaroMartnezBerg
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
Lars Albertsson
 

Kürzlich hochgeladen (20)

Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 

GTM Client Fetching Weather Conditions From An OpenWeather API - MeasureCamp Europe, July 3rd 2021