How To Build A Sales Dashboard Using Looker Studio In 20 Minutes
🌍 COMMUNITY
https://www.skool.com/automatable/about
📚 SUMMARY
Here's how to build an automatic sales dashboard in 20 minutes using Looker Studio, GoHighLevel, Google Sheets and Make.com.
📣 SOCIAL MEDIA
• Instagram → https://instagram.com/jono_catliff
• TikTok → https://www.tiktok.com/@jonocatliff
• LinkedIn → https://www.linkedin.com/in/jonocatliff/
• X → https://twitter.com/@jonocatliff
📺 RELATED VIDEOS
• Full crash course on Make.com → https://youtu.be/hinLebdX8aM
• Full crash course on n8n →https://youtu.be/AURnISajubk
• 11 Favourite Make.com automations → https://youtu.be/dIH1F1WlE84
• 12 Favourite n8n automations → https://youtu.be/uQGT2K26W84
🎯 1:1 CONSULTING
Book a time → https://jonocatliff.com/consultation
🚀 AUTOMATION AGENCY
Get help with your business → https://automatable.co
🔗 LINKS (some of these make me money - thanks in advance!)
• n8n → https://jonocatliff.com/n8n
• Make.com → https://jonocatliff.com/make
• Go High Level → https://jonocatliff.com/gohighlevel
• Apify → https://jonocatliff.com/apify
• Skool → https://jonocatliff.com/skool
• Zapier → https://jonocatliff.com/zapier
• PandaDoc → https://jonocatliff.com/pandadoc
• Apollo → https://jonocatliff.com/apollo
• ManyChat → https://jonocatliff.com/manychat
• Vapi → https://jonocatliff.com/vapi
• PhantomBuster → https://jonocatliff.com/phantombuster
• ClickUp → https://jonocatliff.com/clickup
• ElevenLabs → https://jonocatliff.com/elevenlabs
• Upwork → https://jonocatliff.com/upwork
• Instantly.ai → https://jonocatliff.com/instantly
• Airtable → https://jonocatliff.com/airtable
👋 ABOUT ME
Hey everyone, my name is Jono. I run a 7-figure service business that offers DJ, photo, video services (#1 largest in Canada), and spent years figuring out how to automate every part of it (and hired the roles that I couldn't). Conservatively, I used to work 80+ hours per week, before sunrise till long after sunset; missing gatherings, family events and everything in between. Through automation though, I was able to replace my job. My goal is to help share what worked for me, in a dream of helping others find true success with their passion.
Please subscribe, like and comment below if you have any questions! Thank you 😊
FORMULAS:
New Lead Count:
if(CONTAINS_TEXT(Event, "New Lead"), 1, 0)
Sales Call Count:
if(CONTAINS_TEXT(Event, "Sales Call"), 1, 0)
Contract Signed Count:
if(CONTAINS_TEXT(Event, "Contract Signed"), 1, 0)
Deposit Paid Count:
if(CONTAINS_TEXT(Event, "Deposit Paid"), 1, 0)
Revenue:
if(CONTAINS_TEXT(Event,"Deposit Paid"), Total Value, 0 )
Lead Conversion Rate:
SUM(IF(CONTAINS_TEXT(Event,"Deposit Paid"), 1, 0))/SUM(IF(CONTAINS_TEXT(Event,"New Lead"), 1, 0))
Sales Call Conversion Rate:
SUM(IF(CONTAINS_TEXT(Event,"Deposit Paid"), 1, 0))/SUM(IF(CONTAINS_TEXT(Event,"Sales Call"), 1, 0))
Average Deal Size:
if(CONTAINS_TEXT(Event,"Deposit Paid"), Total Value, null )
If you like this video, please hit like and subscribe for more videos just like this one :)
#salesdashboard #datastudio #gohighlevelcrm #gohighlevel #make
Видео How To Build A Sales Dashboard Using Looker Studio In 20 Minutes канала Jono Catliff
https://www.skool.com/automatable/about
📚 SUMMARY
Here's how to build an automatic sales dashboard in 20 minutes using Looker Studio, GoHighLevel, Google Sheets and Make.com.
📣 SOCIAL MEDIA
• Instagram → https://instagram.com/jono_catliff
• TikTok → https://www.tiktok.com/@jonocatliff
• LinkedIn → https://www.linkedin.com/in/jonocatliff/
• X → https://twitter.com/@jonocatliff
📺 RELATED VIDEOS
• Full crash course on Make.com → https://youtu.be/hinLebdX8aM
• Full crash course on n8n →https://youtu.be/AURnISajubk
• 11 Favourite Make.com automations → https://youtu.be/dIH1F1WlE84
• 12 Favourite n8n automations → https://youtu.be/uQGT2K26W84
🎯 1:1 CONSULTING
Book a time → https://jonocatliff.com/consultation
🚀 AUTOMATION AGENCY
Get help with your business → https://automatable.co
🔗 LINKS (some of these make me money - thanks in advance!)
• n8n → https://jonocatliff.com/n8n
• Make.com → https://jonocatliff.com/make
• Go High Level → https://jonocatliff.com/gohighlevel
• Apify → https://jonocatliff.com/apify
• Skool → https://jonocatliff.com/skool
• Zapier → https://jonocatliff.com/zapier
• PandaDoc → https://jonocatliff.com/pandadoc
• Apollo → https://jonocatliff.com/apollo
• ManyChat → https://jonocatliff.com/manychat
• Vapi → https://jonocatliff.com/vapi
• PhantomBuster → https://jonocatliff.com/phantombuster
• ClickUp → https://jonocatliff.com/clickup
• ElevenLabs → https://jonocatliff.com/elevenlabs
• Upwork → https://jonocatliff.com/upwork
• Instantly.ai → https://jonocatliff.com/instantly
• Airtable → https://jonocatliff.com/airtable
👋 ABOUT ME
Hey everyone, my name is Jono. I run a 7-figure service business that offers DJ, photo, video services (#1 largest in Canada), and spent years figuring out how to automate every part of it (and hired the roles that I couldn't). Conservatively, I used to work 80+ hours per week, before sunrise till long after sunset; missing gatherings, family events and everything in between. Through automation though, I was able to replace my job. My goal is to help share what worked for me, in a dream of helping others find true success with their passion.
Please subscribe, like and comment below if you have any questions! Thank you 😊
FORMULAS:
New Lead Count:
if(CONTAINS_TEXT(Event, "New Lead"), 1, 0)
Sales Call Count:
if(CONTAINS_TEXT(Event, "Sales Call"), 1, 0)
Contract Signed Count:
if(CONTAINS_TEXT(Event, "Contract Signed"), 1, 0)
Deposit Paid Count:
if(CONTAINS_TEXT(Event, "Deposit Paid"), 1, 0)
Revenue:
if(CONTAINS_TEXT(Event,"Deposit Paid"), Total Value, 0 )
Lead Conversion Rate:
SUM(IF(CONTAINS_TEXT(Event,"Deposit Paid"), 1, 0))/SUM(IF(CONTAINS_TEXT(Event,"New Lead"), 1, 0))
Sales Call Conversion Rate:
SUM(IF(CONTAINS_TEXT(Event,"Deposit Paid"), 1, 0))/SUM(IF(CONTAINS_TEXT(Event,"Sales Call"), 1, 0))
Average Deal Size:
if(CONTAINS_TEXT(Event,"Deposit Paid"), Total Value, null )
If you like this video, please hit like and subscribe for more videos just like this one :)
#salesdashboard #datastudio #gohighlevelcrm #gohighlevel #make
Видео How To Build A Sales Dashboard Using Looker Studio In 20 Minutes канала Jono Catliff
Комментарии отсутствуют
Информация о видео
14 марта 2024 г. 6:32:28
00:24:40
Другие видео канала