integration_documentation:parameters

integration_documentation:parameters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration_documentation:parameters [2020/02/25 11:27]
florian
integration_documentation:parameters [2022/01/11 12:30] (current)
florian [Values of the ''order'' parameter]
Line 1: Line 1:
 ==== The request parameters in detail ==== ==== The request parameters in detail ====
  
-<note tip>Our library helps requesting the FINDOLOGIC ​API and also getting the data from the response and mapping it to corresponding objects. Read more at https://​github.com/​findologic/​findologic-api </​note>​+<note tip>Our library helps requesting the Findologic ​API and also getting the data from the response and mapping it to corresponding objects. Read more at https://​github.com/​findologic/​findologic-api </​note>​
  
 ==== Required parameters ==== ==== Required parameters ====
Line 44: Line 44:
 | ''​label''​ | Alphabetic sorting. | | ''​label''​ | Alphabetic sorting. |
 | ''​dateadded''​ | Sort by date. | | ''​dateadded''​ | Sort by date. |
 +| ''​detailviewcount''​| Sort by product detail page views. | 
 +| ''​addtocartcount''​| Sort by cart adds. |
 +| ''​checkoutcount''​| Sort by number of checkouts. |
 | ''<​empty>''​ or ''​rank''​ | Sort by default order, that was specified (If the default order is empty, the sort order will be textual relevance only). | | ''<​empty>''​ or ''​rank''​ | Sort by default order, that was specified (If the default order is empty, the sort order will be textual relevance only). |
  
 <​note>​We strongly advise our customers to use a dynamic calculation for the default order.</​note>  ​ <​note>​We strongly advise our customers to use a dynamic calculation for the default order.</​note>  ​
 +<​note>​Detailviewcount,​ Addtocartcount and Checkoutcount are only available if you track the data via Google Analytics and you the connection between GA and Findologic is active.</​note>​
  
  
Line 86: Line 90:
  
 As a rule, the ''​vendor''​ key is used for categories. ​ As a rule, the ''​vendor''​ key is used for categories. ​
-<code javascript>​attrib[vendor][]=FINDOLOGIC</​code>​+<code javascript>​attrib[vendor][]=Findologic</​code>​
  
 \\  \\