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
{
    page: page,

...


	q: terms,

...


	title:title,

...


    url:url,

...


    scope: scope,

...


    follow: false
}

The 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 Block
languagejs
{
    page: page,
	q: terms,
	title:title,
    url:url,
    scope: scope,
    follow: false
}

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.

...