Skip to content

Commit 7759c2e

Browse files
author
Daniel Jih
committed
update readme with link to GTM demo app
1 parent cdceef2 commit 7759c2e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
* Update README with link to our [Google Tag Manager integration demo app](https://github.com/amplitude/GTM-Web-Demo).
4+
35
### 3.0.0 (May 27, 2016)
46

57
* Add support for logging events to multiple Amplitude apps. **Note this is a major update, and may break backwards compatability.** See [Readme](https://github.com/amplitude/Amplitude-Javascript#300-update-and-logging-events-to-multiple-amplitude-apps) for details.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -467,11 +467,5 @@ You can also define the path in your RequireJS configuration like so:
467467
```
468468

469469
### Integrating with Google Tag Manager ###
470-
**Note: we do not officially support Google Tag Manager, but these instructions have been reported to work for people. Proceed at your own risk**
471470

472-
1. Follow the Javascript SDK [Setup Instructions](https://github.com/amplitude/Amplitude-Javascript#setup), steps 1-3.
473-
2. Call SDK functions in Google Tag Manager using [Custom HTML tags](https://support.google.com/tagmanager/answer/6107167?hl=en) and adding Javascript in this form as the custom tag:
474-
475-
```html
476-
<script>amplitude.getInstance().logEvent('TAG');</script>
477-
```
471+
Amplitude's JS SDK supports integration with Google Tag Manager. Take a look at our [demo application](https://github.com/amplitude/GTM-Web-Demo) for instructions on how to set it up.

0 commit comments

Comments
 (0)