Skip to content

add FirstTouch script#88

Description

@vcoisne

馃殌 Feature Request

馃摑 Describe your request

Can you please add the following tag to the header of strapi.io/contact-sales

<script>
	// First Touch tracking script
	(function() {
			var el = document.createElement('script');
			el.id = 'first-touch-script';
			el.src = 'https://app.firsttouch.ai/first-touch-web-visitors.js?id=FnSDSSTRoP0kUnJxtFolacgwZsMGdvYI&customer_id=2469c089-4669-4998-adce-a83c337d7ae5';
			el.async = true;
			document.head.appendChild(el);
	})();
</script>

馃搮 Due Date

ASAP

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions