Skip to content

Commit

Permalink
Merge pull request #4 from googleanalytics/id-inputs
Browse files Browse the repository at this point in the history
Add measurement and property ID inputs
  • Loading branch information
pfrisella authored Apr 14, 2021
2 parents 4ba1a2f + 54d0b07 commit f3e06b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h3 id="analyzed-event">2. Provide an ecommerce event to analyze.</h3>
</textarea>
</p>
</div>
<!--

<div>
Google Analytics 4 Measurement ID:
<textarea id="ga4-property" rows="1" cols="30">G-EXAMPLE</textarea>
Expand All @@ -289,7 +289,7 @@ <h3 id="analyzed-event">2. Provide an ecommerce event to analyze.</h3>
Universal Analytics Property ID:
<textarea id="ua-property" rows="1" cols="30">UA-12345-6</textarea>
</div>
-->

<button id="submit">Analyze</button>
</section>

Expand Down

0 comments on commit f3e06b0

Please sign in to comment.