Skip to content

Commit d839ec8

Browse files
committed
chore: update gtm documentation to remove ET Enterprise container references now that we've merged the ET Enterprise Container and Enterprise Hub Container.
1 parent 2f0c775 commit d839ec8

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

packages/static-site/src/pages/DataLayerGuide.tsx

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ export const bookmarklet = `javascript:(${watchDataLayer.toString()
1212
.replace(/\s+/g, " ")})();`
1313

1414
const gtmCodes = {
15-
universal: "GTM-KDWN8Z",
16-
etDev: "GTM-PX7M299",
17-
etQA: "GTM-W3FGR6T",
18-
etProd: "GTM-WPVTBHL",
15+
universal: "GTM-KDWN8Z"
1916
};
2017

2118
const GtmCodeExample: FC<{ gtmCode: string }> = ({ gtmCode }) => {
@@ -92,27 +89,6 @@ const DataLayerGuide = () => {
9289
bundled.
9390
</p>
9491

95-
<h3>Benefits of Becoming part of GTM Product Community:</h3>
96-
<ul>
97-
<li>
98-
Receive consultation/assistance with GTM implementation and
99-
maintenance
100-
</li>
101-
<li>
102-
Receive information on any changes being made to Enterprise UTO
103-
GTM and how any changes might affect your site
104-
</li>
105-
<li>Provide feedback for any changes submitted</li>
106-
<li>
107-
Become a member of the larger GTM community as a member of a
108-
private slack channel to keep up with all the latest GTM news
109-
</li>
110-
<li>
111-
Coming Soon — Link to Service Now Request to register site –
112-
https://asu.service-now.com/xxxxxxx
113-
</li>
114-
</ul>
115-
11692
<h3>Best Practices for Implementing GTM</h3>
11793
<p>Install on test site first</p>
11894
<ul>
@@ -154,15 +130,6 @@ const DataLayerGuide = () => {
154130

155131
<p>Most ASU sites should implement the ASU Universal GTM.</p>
156132

157-
<p>
158-
Enterprise sites should implement the ASU Enterprise QA GTM on their
159-
&quot;DEV&quot; environment, and the ASU Enterprise Production GTM on their
160-
&quot;QA&quot; and &quot;Production&quot; environments. This may be configured using
161-
environmental variables. Each environment has its own GTM ID
162-
associated with it and care must be taken to use the appropriate GTM
163-
ID for each application environment.
164-
</p>
165-
166133
<p>
167134
Some units have their own GTM IDs. When multiple GTM IDs need to be
168135
used in a single site or application, follow the guidance on{" "}
@@ -175,15 +142,6 @@ const DataLayerGuide = () => {
175142
<h3>ASU universal GTM code</h3>
176143
<GtmCodeExample gtmCode={gtmCodes.universal} />
177144

178-
<h3>ET Enterprise Webapp Development GTM</h3>
179-
<GtmCodeExample gtmCode={gtmCodes.etDev} />
180-
181-
<h3>ET Enterprise Webapp QA GTM</h3>
182-
<GtmCodeExample gtmCode={gtmCodes.etQA} />
183-
184-
<h3>ET Enterprise Webapp Production GTM</h3>
185-
<GtmCodeExample gtmCode={gtmCodes.etProd} />
186-
187145
<a id="datalayer"></a>
188146
<h2>Adding the data layer</h2>
189147

0 commit comments

Comments
 (0)