# Tags Configuration with Synthetic Users Tool

When a new Synthetic User model is created, a new tool is installed in the JENTIS Platform to collect the necessary information for the process. By default, some data collection tags are installed to gather the specified information.

This article outlines the tags installed by default, their functions, and the types of data they collect.

### **Tags and Descriptions** <a href="#tagsconfigurationwithsyntheticuserstool-tagsanddescriptions" id="tagsconfigurationwithsyntheticuserstool-tagsanddescriptions"></a>

<table data-full-width="true"><thead><tr><th width="138.98046875">Tag</th><th width="121.6875">Mandatory</th><th width="650.1640625">Description</th></tr></thead><tbody><tr><td><strong>User Raw Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/check_mark_32.png" alt="" height="16" width="16"></p></td><td>Collects and maintains information about the Synthetic User itself.</td></tr><tr><td><strong>Session Raw Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/check_mark_32.png" alt="" height="16" width="16"></p></td><td><p>Collects and maintains information about the Synthetic User Session. The following session data is collected:</p><ul><li>Navigator Language</li><li>Navigator Platform</li><li>Navigator User Agent</li><li>Window Screen Width</li><li>Window Screen Height</li><li>Referrer</li></ul></td></tr><tr><td><strong>Pageview Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/check_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects pageview data for non e-commerce page types. The following page information is collected:</p><ul><li><p>Document Location Hostname</p><ul><li>Derived from a Client-Side Variable</li></ul></li><li><p>Document Location Pathname</p><ul><li>Derived from a Client-Side Variable</li></ul></li><li><p>Referrer</p><ul><li>Derived from a Client-Side Variable</li></ul></li><li><p>Content Category 1 (Optional)</p><ul><li>Derived from a <code>_jts.push()</code> property content– see the code example. [contentCategory1]</li></ul></li><li><p>Content Category 2 (Optional)</p><ul><li>Derived from a <code>_jts.push()</code> property content– see the code example. [contentCategory2]</li></ul></li><li><p>Content Category 3 (Optional)</p><ul><li>Derived from a <code>_jts.push()</code> property content– see the code example. [contentCategory3]</li></ul></li></ul></li></ul><p><strong>Code Example</strong></p><pre><code>_jts.push({
  "track" : "pageview",
  ...
  "contentCategory1" : "category1",
  "contentCategory2" : "category2",
  "contentCategory3" : "category3"
  ...
});
</code></pre></td></tr><tr><td><strong>Search Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><p>Collects data on completed searches on the website. The following search information is collected:</p><ul><li>Search Term</li><li>Count of Results</li><li>Found Product IDs</li></ul><p><strong>Code Example</strong></p><pre><code>_jts.push({
  "track" : "search",
  ...
  "term" : "shoe black",
  "countresults" : 145
  ...
});
</code></pre></td></tr><tr><td><strong>Productview Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects data from product detail page views on the website. The following product information is collected:</p><ul><li>Product ID</li><li>Product Name</li><li>Product Price</li><li>Product Discount</li><li>Product Category 1</li><li>Product Category 2</li><li>Product Category 3</li></ul></li></ul></td></tr><tr><td><strong>Add-To-Cart Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects data on items added to the cart. The following information is collected:</p><ul><li>Product ID</li><li>Product Name</li><li>Product Price</li><li>Product Discount</li></ul></li></ul></td></tr><tr><td><strong>Remove-From-Cart Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects data on items removed from the cart. The following information is collected:</p><ul><li>Product ID</li><li>Product Name</li><li>Product Price</li><li>Product Discount</li></ul></li></ul></td></tr><tr><td><strong>Order Data</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects data on successful orders/purchases on the website. The following information is collected:</p><ul><li>Order ID</li><li>Order Gross Value</li><li>Order Shipping Costs</li><li>Product IDs</li></ul></li></ul></td></tr><tr><td><strong>Scroll Tracking</strong></td><td><p><img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/cross_mark_32.png" alt="" height="16" width="16"></p></td><td><ul><li><p>Collects scroll depth information from visitors on the website. The following data is recorded for each page:</p><ul><li>Scroll Depth ([10%, 25%, 50%, 75%, 90%])</li></ul></li></ul></td></tr></tbody></table>

***

If you have any questions or suggestions, contact us through our [Helpdesk](https://jentis.atlassian.net/servicedesk/customer/portal/1).
