Intelligent Tag
		
		
			The Intelligent Tag is a JavaScript script dynamically generated specifically for your page instance based on your licensed Intelligent Handshake® services, your user experience preferences, and the real-time status of the user session.
		
	
	
		Getting Started
		
			- Request your Public API Key.
 
			- 
				Insert the <script /> tag(s) at the very top of the <head /> section.
				Ideally right after the <title /> tag.
			
 
		
	
	
		Integration
		
			The default behavior can be deployed on all pages of your website and Manipulation Mode should only on be activate on pages to be optimized by Intelligent Handshake®.
		
	
	
		Tag HTML Insertion
		
			The Tag alone has is invisible and simply collects information for Intelligent Handshake® data science.
			It does not change the user experience and has no material impact on page performance.
		
		<script async type="text/javascript" src="https://code.intelligenthandshake.com/{APIKey}/tag.js"></script>
		
			Don't forget the "async" attribute to run Intelligent Handshake in the background with no interferance with the normal page render.
		
		
			Since the Tag runs in parallel of the page rendering process, it is best practice to insert the Tag as early as possible.
		
		Example
<!DOCTYPE html>
<html>
   <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>...</title>
      <script async type="text/javascript" src="https://code.intelligenthandshake.com/{APIKey}/tag.js"></script>
      ...
   </head>
   <body>
      ...
   </body>
</html>
	
	
		Intelligent Tag URL Parameters
		
			
				| Parameter Name | 
				Parameter Value | 
				Description | 
			
			
				| ihscore | 
				See Intelligent Handshake® Scores | 
				Intelligent Handshake® Scores | 
			
			
				| ihmilliseconds | 
				0 to 5000+ | 
				Number of milliseconds to simulate the network response from the Intelligent Handshake® API | 
			
			
				| ihtrace | 
				Y | 
				Enables diagnostic output on browsers’ JavaScript Console. Contact Intelligent handshake technical support to authorize your API Key for Trace. | 
			
		
		Examples
		https://livesite.com/?ihscore=H&ihmilliseconds=100&ihtrace=Y