Sign of user measurement

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.

About track:signOfUsersVariables method

Method to track sign of user in js.

Cases where track:signOfUsersVariables method needs to be installed

In the following cases, installation of the track:itemCv method is mandatory.

  • Creative of sign of users

How to install track:signOfUsersVariables method

The 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.

Location of the track:signOfUsersVariables method

The 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)

  • When viewing product details
  • When registering favorites
  • When registering cart
  • At the time of purchase
  • When making a reservation

Sample code

var variables = 
  {
    "itemId": "00001",
    "conversionType": "Entry"
  }

_cc('track', 'signOfUsersVariables', variables);

### Properties that can be used as the third argument of track:signOfUsersVariables method

Property name Required Overview Example Type
itemId Product ID “0001” String type
conversionType Conversion type “Purchase” Enumeration type (“Reservation”, “Browse”, “Entry”, “Purchase”, “Favorite”, “Cart”)

What is an enumerated type?

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”.