We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b4b0 commit 2bedc80Copy full SHA for 2bedc80
packages/static-site/src/pages/DataLayerGuide.tsx
@@ -218,7 +218,11 @@ const DataLayerGuide = () => {
218
Add event listeners to your code to capture click and change events
219
related to your `data-ga` attributes and to push that event to the
220
data layer. As a help to get you started, the
221
- `unity-bootstrap-theme` package's `src/js/data-layer.js` file can
+ `unity-bootstrap-theme` package's{" "}
222
+ <a href="https://github.com/ASU/asu-unity-stack/blob/dev/packages/unity-bootstrap-theme/src/js/data-layer.js" target="_blank">
223
+ src/js/data-layer.js
224
+ </a>{" "}
225
+ file can
226
serve as a starting point or as a reference for implementing your
227
own data layer push code.
228
</p>
0 commit comments