You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## Unreleased
2
2
3
+
* Update README with link to our [Google Tag Manager integration demo app](https://github.com/amplitude/GTM-Web-Demo).
4
+
3
5
### 3.0.0 (May 27, 2016)
4
6
5
7
* 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.
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,11 +467,5 @@ You can also define the path in your RequireJS configuration like so:
467
467
```
468
468
469
469
### 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**
471
470
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:
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