Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Setup Checklist

Insert excerpt
Set-up Checklist
Set-up Checklist
nopaneltrue

GOOGLE ANALYTICS TASKS

  1. Set Up Google Analytics

    Status
    colourRed
    titleRequired

    1. Create a new GA4 Property.

  2. Set Up Google Tag Manager

    Status
    colourRed
    titlerequired

    1. Create a new GTM Container if needed.

  3. Import Triggers/Tags

    Status
    colourRed
    titlerequired

    1. Import the GA Setup Container using the .json file linked below.

  4. Edit Variables

    Status
    colourRed
    titlerequired

    1. Add your GA4 Measurement ID.

    2. Preview and Publish your Container.

    3. Verify that tags are reporting in Dashboard.

Status
colourGreen
titledetailed status

Detailed Setup Guide

Info

NOTE: Aspenware Commerce has added the ability to load Adobe Analytics credentials for resort customers who use both reporting platforms. Including these credentials will enable Adobe Analytics to connect and pull data from the same tags that GA4 will leverage. In essence, users of both platforms will have access to two reporting interfaces.

...

Note

IMPORTANT: Aspenware recommends individual tags rather than using the “Send Ecommerce data” checkbox.

We don’t recommend using the "Send Ecommerce data" option for a couple of reasons:

  1. Limited Customization – The checkbox sends only the standard eCommerce data, which doesn’t meet the needs of our complex ski resort business. Custom event parameters or additional data points may be left out. Our data layer has several of those, and more are coming.

  2. Potential Data Inconsistencies—If the data layer contains inconsistencies or follows a non-standard format, enabling this checkbox might result in missing or incomplete ecommerce events. Our data layer has some known inconsistencies, most of which will be resolved in the next release.   

Setting up the tags manually will enable you to obtain all the standard and custom events and dimensions, and it will allow for better accuracy, flexibility, and customization in the long run.

3. Hardcode Currency in Google Tag Manager

Google Analytics 4 requires a defined currency to report revenue accurately. Currency can be defined in multiple places, but hardcoding the currency in the GTM container is the best way to ensure that your revenue is reported correctly.

Note

IMPORTANT: This task must be completed by an admin or user with publish permissions in Google Tag Manager, and should take less than 2 minutes to complete. Be sure to complete this for every container (every site) you monitor, in both test and production.

The requirement references how currency is defined and reported in your site, and requires a 3-digit code to be entered. The most common codes for Aspenware resorts are:

  • US Dollar: USD

  • Canadian Dollar: CAD

  • Australian Dollar: AUD

  • New Zealand Dollar: NZD

Please make a note of the currency for your site(s), and follow the instruction below to configure:

  • Log in to the Google Tag Manager Account

  • In the sidebar, select Tags

    Image Added
  • Locate the Purchase Event in the tag list, and select.

  • Identify the variable you are using for the currency parameter and make a note of it (e.g. {{GA4-Ecommerce Currency}} in the example below).

  • Image Added

    Close the tag and select Variables in the sidebar. Select the ecommerce variable you identified in the previous step.

    Image Added
  • Change the Variable Type from Data Layer Variable to Constant.

    Image Added
  • Enter your currency code in the Value field. Currency code entries are 3 characters:

    • USD (US Dollar)

    • CAD (Canadian Dollar)

    • AUD (Australian Dollar)

    • NZD (New Zealand Dollar)

  • If your Variable is already defined as Constant, simply update the Value from 000 to the correct currency code.

    Image Added
  • Save your changes and click Submit in the upper right.

  • Publish the container. We suggest including “Hardcode Currency…” or some other identifier in the version name field.

    Image Added

4. Import Triggers/Tags

Info

NOTE: For details about what is available in the Aspenware data layer, please see Google Analytics Reference Guide.

  • Import the GA4 Setup Container, which contains tags, triggers and variables. See Container export and import.

  • In the article (above), scroll down to and follow the “Import” instructions using the Aspenware GA4 Import Tags File.json below.

Note

IMPORTANT: Which file should I import?

There are multiple Tags and Triggers json files available for import.

8.22.22 Tags and Triggers File

The file dated 8.22.22 contains the standard events and tags suggested by Google for initial GA4 deployment.

3.7.23 Considerations for Importing the Aspenware Tags and Triggers File The second file, dated 3.7.23, includes additionaltags and events, including events that capture account creation and login activities.

Which file should you import? 

  • If you are configuring your GTM account for the first time, select the most current version of our tags and triggers file to import.

  • If you already imported a previous tags and triggers file, and have not added any customization, import the most current version of our Tags and Triggers json file.

  • If you have customized your tags and triggers file, importing our latest json file will overwrite your customization. Instead, use the most current file to compare your existing json to our new file, and add any new events/tags manually, using the same process you did when you customized the file.

  • The GA4 Configuration & Page View tag may vary depending on setup. Use preview mode in GTM to test the integration and make sure you are collecting the correct page view data.

  • The GA4 Configuration & Page View tag may not be needed if you already have the tag in your GTM container. Multiple GA4 Configuration & Page View tags could cause duplicate page views and events.

 

File Date

JSON File

3.1.23

View filenameGA4CONTAINERIMPORT 3.1.23.json

8.2.22

View filenameAspenware GA4 Import8.2.22.json

2/4/25

Coming Soon!

Edit Variables

  • After the import is complete, go to Variables (left nav).

...