How do I add a tag data to conversion tracking?

Note: Conversion tracking has been integrated into Bold360 Acquire. For more information, contact your Customer Success Manager.

The following API allows you to identify the user in conversion reports in order to track the conversion on your website. It also measures the impact that Bold360 AI usage has on conversion (showing the conversion gain for users that use the Bold360 AI widget).

The conversion tracking tool includes a Conversion Log that shows the time and IP address of each converted user that used the Bold360 AI widget.

You can add tagging for each user that will be shown in the conversion log for each conversion.

This can be done by adding the conversionTag value.

Example:

Replace CONVERSION_TAG with a unique page name.
_nRepData["conversionTag"] = "CONVERSION_TAG";
Example:

To identify a user who purchased a camera, add this line:
_nRepData["conversionTag"] = "Camera";