# Release Notes

Below are all of the changes for each version of the gtag extension. You can see your installed version at the bottom of every gtag page (extension configuration or actions), as well as the Extensions tab in the Adobe Tags interface.

## 2.0.0 - Feb 6, 2024 <a href="#id-1.1.5" id="id-1.1.5"></a>

#### Enhancements

* Added the ability to run custom code prior to accounts being initialized. This is useful for setting [consent management](https://docs.acronym.com/analytics/adobe-launch/gtag/faq/consent-management) options.

## 1.1.5 - November 11, 2022 <a href="#id-1.1.5" id="id-1.1.5"></a>

#### **Bug Fixes**

* Fixed an issue with newer GA4 properties not sending a page view as expected.

#### Enhancements

* Added the ability to pass in multiple [conversion labels](https://docs.acronym.com/analytics/adobe-launch/actions/event#conversion-label) for an account within a single event.

## 1.1.4 - October 3, 2022 <a href="#id-1.1.4" id="id-1.1.4"></a>

#### **Bug Fixes**

* Fixed an issue with "Display Features" checkbox not properly saving a selected data element.

## 1.1.3 - September 26, 2022 <a href="#id-1.1.3" id="id-1.1.3"></a>

*Internal testing version*

## 1.1.2 - September 1, 2022 <a href="#id-1.1.2" id="id-1.1.2"></a>

#### **Bug Fixes**

* Fix issue with "Allow Incoming" (Google Analytics cross domain tracking setting) checkbox not properly saving when unchecked.
* Removed `linker.domains` from being included in the configuration when no domains are configured in the extension.&#x20;

{% hint style="warning" %}
**NOTE:** If you had previously depended on all domains getting the linker parameters (`_ga` and/or `_gl`) you will need to define your domains to add the parameters to. Read more about this feature over at [Google's developer documentation](https://developers.google.com/tag-platform/devguides/cross-domain#basic_setup).
{% endhint %}

* Added additional error handling for accounts that were removed in the extension configuration, but not in the rule actions.&#x20;

#### Enhancements

* Created [unique error codes](https://docs.acronym.com/analytics/adobe-launch/gtag/faq/error-codes) for console warnings and errors to allow for easier searching online.
* Updated the list of recommended event names and event parameters to [the latest version from Google](https://developers.google.com/analytics/devguides/collection/ga4/reference/events).

## 1.1.1 - September 13, 2021 <a href="#id-1.1.1" id="id-1.1.1"></a>

#### **Bug Fixes**

* Removed references to `_satellite.buildInfo.environment` so you no longer get those pesky deprecation warnings in your browser's console.

## 1.1.0 - October 12, 2020 <a href="#id-1.1.0" id="id-1.1.0"></a>

#### **Bug Fixes**

* Fixed the full options/settings object not being passed to page view calls. This was preventing some integrations to work properly.

#### New Features

* Added "Integrations" to Google Analytics for easier Optimize setup.
* Updated the the new accounts popup to allow for Google Analytics v4 (formerly App+Web) account IDs.

## 1.0.1 - May 14, 2019 <a href="#id-1.0.1" id="id-1.0.1"></a>

#### Bug Fixes

* You are no longer limited to just non-negative integers in event values - values can now be floats and will be converted as such. Some tools (GA) will only accept integers, so those values will be rounded.&#x20;
* If you attempt to pre-load the library multiple times, you'll now receive a notice in the console that you've already loaded the library. This was previously in place but was never executed.&#x20;

## 1.0.0 - March 5, 2019 <a href="#id-1.0.0" id="id-1.0.0"></a>

The initial release of the gtag extension!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acronym.com/analytics/adobe-launch/gtag/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
