Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The callback function will receive an object with the following contents:

Code Block
languagejs
{
    terms page: termspage,
    page 	q: pageterms,
    	title : title,
    url : url,
    scope : scope,
    optionsfollow: optionsfalse
}

NOTE: The values for scope and options parameters will be provided by the EmpathyBroker TeamThe callback also receives the parameter lang, user, session and the other params sent in options.

NOTE: If you are setting up the trackConversion function into the product detail page, terms and page values will be relative to the product situation into the results grid before being clicked by the user.NOTE: The values for scope and options parameters will be provided by the EmpathyBroker Team.

Code samples

Selectors using jQuery (you could use other frameworks to build the selectors)

...

The callback function will receive an object with the following contents:

Code Block
languagejs
{
    terms page: termspage,
    page 	q: pageterms,
    	title : title,
    url : url,
    scope : scope,
    optionsfollow: optionsfalse
}

The callback also receives the parameter lang, user, session and the other params sent in options.

NOTE: The values for scope and options parameters will be provided by the EmpathyBroker Team.

...