hi all,
i created a personalized module with clickable fontawesome icon with my contact (fb, in, phone et al.).
Now, i need to put in this code the "google onclick attribute" for improve conversion action on my website.
Specifically, i need to set the on click attribute on my phone link, but I'm not very knowledgeable about the code and I wouldn't know how to insert it correctly.
This the actually code in my site:i need to insert on click attribute and google suggest me that:
A) add the code to a link:B) add the code to a button: C) add the code to a image: Could someone help me create the correct code?
i created a personalized module with clickable fontawesome icon with my contact (fb, in, phone et al.).
Now, i need to put in this code the "google onclick attribute" for improve conversion action on my website.
Specifically, i need to set the on click attribute on my phone link, but I'm not very knowledgeable about the code and I wouldn't know how to insert it correctly.
This the actually code in my site:
Code:
<span style="color: #0d0d0d;"><a href="tel:+393498224567" target="_blank" rel="noopener" style="color: #0d0d0d;"><i class="fas fa-mobile-alt fa-lg"></i></a></span>
A) add the code to a link:
Code:
<a href="http://example.com/your-link">Download now!</a>
Code:
<button >Invia</button>
Code:
<img src="download_button.gif" alt="Download Whitepaper" width="32" height="32" />
Statistics: Posted by spadajoker — Tue Jan 23, 2024 11:36 am