Start guide › js library › Introducing
Beta version.
Please contact support when using.
This feature is a pre-release version and is subject to change and limited support.
The measured data is used for sign of users creative.
By adding the track:signOfUsersVariables method as a customization tag, The conversion count for each item on the site can be calculated with “CODE Marketing cloud”.
“Product” in this measurement tag is “Clothes” at apparel shops “Recruitment” on human resources site “Travel Plan” on Travel Sites As such, it can be used universally without specializing in a specific business category or product.
The concept of CV varies widely from site to site, With this measurement tag, you can select from the conversion types of “Reservation”, “Browse”, “Entry”, “Purchase”, “Favorite”, “Cart” You. Only one CV type can be linked per CV, Multiple product CV events can be sent.
track:signOfUsersVariables methodMethod to track sign of user in js.
track:signOfUsersVariables method needs to be installedIn the following cases, installation of the track:itemCv method is mandatory.
track:signOfUsersVariables methodThe location and content of the track:signOfUsersVariables method depends greatly on the site implementation. Refer to the location of the track:signOfUsersVariables method described below and the sample code, and rewrite the description according to the site.
track:signOfUsersVariables methodThe location and content of the track:signOfUsersVariables method depends greatly on the site implementation. Refer to the location of the track:signOfUsersVariables method described below and the sample code, and rewrite the description according to the site.
(Example)
var variables =
{
"itemId": "00001",
"conversionType": "Entry"
}
_cc('track', 'signOfUsersVariables', variables);
| Property name | Required | Overview | Example | Type |
|---|---|---|---|---|
| itemId | ○ | Product ID | “0001” | String type |
| conversionType | ○ | Conversion type | “Purchase” | Enumeration type (“Reservation”, “Browse”, “Entry”, “Purchase”, “Favorite”, “Cart”) |
Select one of the values in the parentheses of the enumeration. For example, for enumeration types (“A”, “B”, “C”), select “A” or “B” or “C”.

