This is an automated email from the ASF dual-hosted git repository.
mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9b7896e added GA event trigger for Ignite Summit homepage banner (#83)
9b7896e is described below
commit 9b7896ed008aee8a74a38d578af3fa64414d46ba
Author: Mauricio Stekl <[email protected]>
AuthorDate: Mon Mar 8 11:36:14 2021 -0300
added GA event trigger for Ignite Summit homepage banner (#83)
---
index.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index ca559e8..38f6514 100644
--- a/index.html
+++ b/index.html
@@ -160,7 +160,9 @@ under the License.
<div class="is-logo"><img src="/images/ignite-summit-logo.svg"
width="398" height="157" alt="Ignite Summit logo" /></div>
<div class="content">
<p><strong>May 25, 2021</strong><br />Virtual Event</p>
- <a href="https://ignite-summit.org" class="btn"
target="_blank" rel="noopener">Learn More</a>
+ <a href="https://ignite-summit.org" class="btn"
target="_blank" rel="noopener"
+ onclick="gtag('event', 'homepage_click', {
'event_category': 'ignite_summit_promotion', 'event_label':
'home-section-click'});"
+ >Learn More</a>
</div>
</div>
</div>