Click on the details page
Send product click tracking data with query, position, paging, and campaign context.
Last updated
Was this helpful?
Send product click tracking data with query, position, paging, and campaign context.
If you want to send product click information, also pass the following parameters in addition to the general parameters:
query
essential
The search term entered by the user. For a navigation click, send the full category path as the query value.
pos
essential
The absolute position of the product in the search results. For example, the first product on page 2 is position 11 if each result page contains 10 products. The first product on page 1 is position 1.
page
essential
The number of the search result page on which the selected product was displayed. The first page has the number 1.
pageSize
essential
The number of products per search result page at the time the click was executed.
campaign
essential
A product contains the field _FFCampaign_ if it reached the search results through a campaign. This field contains the campaign ID. When the user interacts with that product, send the ID with the campaign parameter so the influence of Campaign Manager can be measured.
The REST API documentation is part of the search application and is available at [your NG server]/fact-finder/swagger-ui.html. You can also access it here:
Swagger Link: https://ng-demo.fact-finder.de/fact-finder/swagger-ui.html
In addition to the parameter documentation, you can test requests and inspect the results directly. Because the documentation is built with Swagger, you can also use Swagger Codegen to generate a client.
Product click event documentation is available through the click method in the tracking resource.
Last updated
Was this helpful?
Was this helpful?

