Library

Video Player is loading.
 
Current Time 0:00
Duration 11:40
Loaded: 0.00%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    Hey there, I'm Benjamin from Loves Data.

  • 00:02

    In this video, you will learn how to set up Google Analytics 4 (GA4), including ecommerce

  • 00:08

    tracking on your Shopify store.

  • 00:11

    The way you implement Google Analytics on your store will depend on the version of Shopify

  • 00:16

    you're using.

  • 00:18

    If you're using Shopify Plus, then you can add Google Analytics to every page, including

  • 00:23

    your checkout pages.

  • 00:25

    If you're not using Shopify Plus, then you can add Google Analytics to your store's pages

  • 00:30

    and order confirmation page.

  • 00:32

    However, you won't be able to add the GA4 code to the check out pages.

  • 00:37

    We will talk about this more as we walk-through the steps.

  • 00:40

    Okay, let's head to Shopify to get started!

  • 00:46

    Okay, so I'm in my demo Shopify store.

  • 00:53

    Let's start by adding the Google Analytics tracking code to all of the pages on our store.

  • 00:58

    This will mean we can understand the products people are viewing and people viewing the

  • 01:02

    shopping cart.

  • 01:03

    To do this we are going to add the tracking code to our theme, so let's select 'Online

  • 01:09

    Store'...

  • 01:13

    Then we select 'Actions'...

  • 01:17

    And choose 'Edit Code' from the drop-down...

  • 01:19

    We're looking for the file called 'theme', 'dot', 'liquid'...

  • 01:29

    Let's select this file...

  • 01:33

    Now we need to get the Google Analytics tracking code, so let's head to Google Analytics...

  • 01:39

    We can see we're in the admin area of Google Analytics.

  • 01:42

    And since there are only two columns, this tells us we're looking at a GA4 property.

  • 01:48

    I've already created my GA4 property, but if you're just getting started, then you can

  • 01:52

    find a link to another one of my videos where I cover setting up GA4 in the description

  • 01:58

    below this video.

  • 02:00

    Now we need to select 'Data Streams'...

  • 02:06

    And then select the data stream we want to use for our Shopify store...

  • 02:12

    Let's look for 'Tagging Instructions'...

  • 02:17

    And select 'Global Site Tag'...

  • 02:21

    This gives us the dedicated gtag.js tracking code we can use to send data to our GA4 property.

  • 02:27

    So let's copy this...

  • 02:30

    I'm going to show you how to setup GA4 on a standard Shopify store.

  • 02:35

    Since we can't track the checkout pages, we're going to configure Google Analytics so that

  • 02:40

    we don't see those pages reported as referrals.

  • 02:44

    If you're using Shopify Plus, then you can skip the step I'm about to show you.

  • 02:49

    To prevent our checkout pages showing up as referrals in GA4, we need to scroll to the

  • 02:54

    bottom of our data stream...

  • 02:57

    And select 'More Tagging Settings'...

  • 03:00

    Now we need to choose 'List Unwanted Referrals'...

  • 03:05

    And we need to add Shopify to the list of domains we want to exclude.

  • 03:10

    Let's add a condition...

  • 03:12

    And let's choose 'Referral Domain Includes'...

  • 03:16

    And then let's enter 'myshopify', 'dot', 'com'.

  • 03:22

    This will mean when people checkout and then view the confirmation page, we won't see the

  • 03:27

    checkout pages show up as a self-referrals in our reports.

  • 03:33

    This is important to do because it means we can see the correct marketing channels that

  • 03:37

    are driving sales on our website.

  • 03:40

    Now let's head back to Shopify...

  • 03:43

    Okay, we need to page the gtag.js tracking code inside the head tags of the 'theme',

  • 03:49

    'dot', 'liquid' file...

  • 03:54

    And then we need to click 'Save'...

  • 03:58

    If you're using Shopify Plus, then you should also add the gtag.js tracking code to your

  • 04:05

    'checkout', 'dot', 'liquid' page.

  • 04:07

    As this will let you track each of the checkout steps through to the confirmation page.

  • 04:12

    If you're not using Shopify Plus, then we won't be able to report on these pages in

  • 04:17

    GA4.

  • 04:18

    So I recommend also implementing Universal Analytics, which is the previous version of

  • 04:23

    Google Analytics on your store.

  • 04:25

    By having GA4 and Universal Analytics on your Shopify store, you will be able to take advantage

  • 04:30

    of both versions, and importantly, see the checkout steps in Universal Analytics.

  • 04:37

    Now we need to add some additional tracking code to the final confirmation page people

  • 04:41

    see after they've made a purchase.

  • 04:44

    We need to do this to track transactions into GA4.

  • 04:48

    To do this, we select 'Settings'...

  • 04:53

    And then 'Checkout'...

  • 04:55

    Then we scroll down to 'Order Processing'...

  • 04:59

    And look for the option to add additional scripts...

  • 05:02

    This lets us add extra code that is added to the confirmation page.

  • 05:07

    I'm going to paste in a modified tracking code that includes the purchase event for

  • 05:12

    GA4...

  • 05:13

    This will send the transaction details to GA4, including the total value of the purchase

  • 05:18

    and the items.

  • 05:19

    The code includes liquid markup that will automatically include the Shopify transaction

  • 05:25

    details.

  • 05:26

    We can see it will automatically include the order number, price, currency, tax, shipping,

  • 05:32

    and items details...

  • 05:36

    I've included a link to get the code I've used in the description below this video.

  • 05:40

    I recommend taking the time to review and test this code to make sure it works correctly

  • 05:45

    for your store.

  • 05:47

    You could also modify my code further to include additional details and logic using the liquid

  • 05:52

    markup provided by Shopify.

  • 05:55

    And if you're using Shopify Plus, then you could modify this code, since you would have

  • 06:00

    added it to the 'checkout', 'dot', 'liquid' file.

  • 06:03

    Now let's save the changes...

  • 06:05

    Okay, now let's test out the code on my demo Shopify store.

  • 06:12

    Let's head to the store...

  • 06:15

    I've already loaded Tag Assistant, so we can preview the events being sent to GA4.

  • 06:20

    So let's view my demo product...

  • 06:32

    And add the item to the cart...

  • 06:37

    We can now select the Tag Assistant tab...

  • 06:41

    And we can see the pages I viewed have been sent to Google Analytics...

  • 06:46

    Okay, let's head back to the store...

  • 06:50

    And let's view the cart...

  • 06:53

    Let's select 'Checkout'...

  • 06:59

    Enter some contact details...

  • 07:12

    And continue to shipping...

  • 07:18

    I'm going to leave the default selection, and I'm going to continue to payment...

  • 07:26

    Since this is a demo store, I can enter fake payment details...

  • 07:38

    And click 'Pay Now'...

  • 07:45

    We're now on the confirmation page.

  • 07:47

    The transaction has been completed.

  • 07:49

    So let's select the Tag Assistant tab again...

  • 07:53

    We can see the confirmation page has been sent to GA4...

  • 07:57

    And we can see there is a purchase event... let's select the purchase event...

  • 08:03

    We can see the transaction details have been sent to GA4...

  • 08:10

    Now let's head to GA4 to check that the purchase event has come through...

  • 08:16

    Let's head to the 'Debug View'...

  • 08:21

    And we can see the purchase event has come through...

  • 08:29

    We can select this event...

  • 08:32

    And we can see details for the transaction...

  • 08:38

    And the product we purchased....

  • 08:42

    So that's how you can setup GA4 on your Shopify store, and how you can track transactions

  • 08:47

    into your GA4 reports.

  • 08:50

    And remember, we've looked at using the gtag.js tracking code because it's the easiest way

  • 08:55

    to get GA4 up and running on Shopify.

  • 08:58

    However, you could apply a similar technique to implement GA4 using Google Tag Manager

  • 09:03

    on your store.

  • 09:04

    Are you going to use GA4 on your Shopify store?

  • 09:07

    I would love to know!

  • 09:08

    Let me know in the comments below.

  • 09:10

    And if you found this video helpful, then please like it so I know to make more videos

  • 09:13

    like this one.

  • 09:14

    See you next time!

All

The example sentences of VIEWING in videos (15 in total of 410)

like preposition or subordinating conjunction or coordinating conjunction loathe verb, base form them personal pronoun , talent noun, singular or mass shows verb, 3rd person singular present are verb, non-3rd person singular present prime adjective time noun, singular or mass weekend noun, singular or mass viewing verb, gerund or present participle proper noun, singular and coordinating conjunction simon proper noun, singular cowell proper noun, singular
this determiner will modal mean verb, base form we personal pronoun can modal understand verb, base form the determiner products noun, plural people noun, plural are verb, non-3rd person singular present viewing verb, gerund or present participle and coordinating conjunction people noun, plural viewing verb, gerund or present participle the determiner
lynchean proper noun, singular for preposition or subordinating conjunction lack noun, singular or mass of preposition or subordinating conjunction a determiner better adjective, comparative word noun, singular or mass - the determiner viewing verb, gerund or present participle experience noun, singular or mass for preposition or subordinating conjunction many adjective lynch proper noun, singular fans noun, plural ,
producing verb, gerund or present participle - this determiner will modal of preposition or subordinating conjunction course noun, singular or mass show noun, singular or mass a determiner zero cardinal number value noun, singular or mass if preposition or subordinating conjunction you personal pronoun are verb, non-3rd person singular present viewing verb, gerund or present participle your possessive pronoun
the determiner viewing verb, gerund or present participle preferences noun, plural may modal also adverb be verb, base form changed verb, past participle in preposition or subordinating conjunction the determiner view proper noun, singular | noun, singular or mass preferences proper noun, singular window noun, singular or mass , which wh-determiner includes verb, 3rd person singular present
i personal pronoun stopped verb, past tense viewing verb, gerund or present participle my possessive pronoun work noun, singular or mass as preposition or subordinating conjunction an determiner artist noun, singular or mass and coordinating conjunction just adverb began verb, past tense viewing verb, gerund or present participle it personal pronoun as preposition or subordinating conjunction a determiner judge noun, singular or mass .
will modal begin verb, base form their possessive pronoun journey noun, singular or mass whilst proper noun, singular viewing verb, gerund or present participle the determiner design noun, singular or mass size noun, singular or mass is verb, 3rd person singular present also adverb very adverb important adjective when wh-adverb concerning verb, gerund or present participle
work noun, singular or mass and coordinating conjunction english proper noun, singular stick noun, singular or mass in preposition or subordinating conjunction the determiner mind noun, singular or mass so adverb are verb, non-3rd person singular present people noun, plural who wh-pronoun are verb, non-3rd person singular present viewing verb, gerund or present participle the determiner actual adjective
there existential there none noun, singular or mass available adjective for preposition or subordinating conjunction public adjective viewing noun, singular or mass although preposition or subordinating conjunction there existential there are verb, non-3rd person singular present some determiner random adjective pictures noun, plural of preposition or subordinating conjunction the determiner artifacts noun, plural .
intestine noun, singular or mass proper noun, singular the determiner real adjective one cardinal number proper noun, singular out preposition or subordinating conjunction on preposition or subordinating conjunction the determiner table noun, singular or mass still adverb for preposition or subordinating conjunction your possessive pronoun viewing verb, gerund or present participle pleasure noun, singular or mass .
then adverb that preposition or subordinating conjunction means verb, 3rd person singular present we personal pronoun are verb, non-3rd person singular present viewing verb, gerund or present participle the determiner hen noun, singular or mass as preposition or subordinating conjunction a determiner resource noun, singular or mass and coordinating conjunction viewing verb, gerund or present participle their possessive pronoun worth noun, singular or mass of preposition or subordinating conjunction life noun, singular or mass as preposition or subordinating conjunction being verb, gerund or present participle dependent adjective on preposition or subordinating conjunction what wh-pronoun they personal pronoun produce verb, non-3rd person singular present for preposition or subordinating conjunction us personal pronoun
after preposition or subordinating conjunction viewing verb, gerund or present participle his possessive pronoun initial adjective footage noun, singular or mass , spielberg proper noun, singular altered verb, past participle the determiner plan noun, singular or mass so adverb that preposition or subordinating conjunction the determiner shark noun, singular or mass would modal barely adverb
the determiner best adjective, superlative viewing verb, gerund or present participle experience noun, singular or mass , the determiner nexigo proper noun, singular s proper noun, singular internal adjective speakers noun, plural do verb, non-3rd person singular present get verb, base form very adverb loud adjective .
views proper noun, singular of preposition or subordinating conjunction the determiner 2010 cardinal number s proper noun, singular , this determiner was verb, past tense n't adverb reflected verb, past participle in preposition or subordinating conjunction the determiner raw proper noun, singular viewing noun, singular or mass figures noun, plural .
industry noun, singular or mass standard adjective these determiner days noun, plural for preposition or subordinating conjunction the determiner best adjective, superlative quality noun, singular or mass viewing verb, gerund or present participle experience noun, singular or mass possible adjective and coordinating conjunction it personal pronoun means noun, plural that preposition or subordinating conjunction

Use "viewing" in a sentence | "viewing" example sentences

How to use "viewing" in a sentence?

  • Only the mature artist who works from a model is capable of seeing the body for itself, only he has the opportunity for prolonged viewing.
    -Philip Pearlstein-
  • The pleasure derived from viewing the achievements of others, coupled with a true appreciation of nature, sharpens the desire to express pictorially.
    -Edgar Alwin Payne-
  • I personally love a cliffhanger - I think it just extends the pleasure of viewing.
    -Mireille Enos-
  • It's so much easier to go to the Sony movie complex when you're disabled. You take a great elevator. You get your own little private viewing area. I love it.
    -Michael Zaslow-
  • The person viewing your work has no idea what the scene really looked like, nor do they care.
    -Mike Svob-
  • Where you see valid achievements or virtue being attacked, it's by someone viewing them as a mirror of their own inadequacy instead of an inspiring beacon for excellence.
    -Vanna Bonta-
  • An Edwardian lady in full dress was a wonder to behold, and her preparations for viewing were awesome.
    -William Manchester-
  • Try not to look sideways to see how others are viewing our lives but to look up to see how heavenly father sees us.
    -Carl B. Cook-

Definition and meaning of VIEWING

What does "viewing mean?"

/ˈvyo͞oiNG/

noun
A showing of a movie, TV show.
verb
To watch or see something, e.g. show on television.