Closed
Description
We had to make some changes to the Live.getLastVisitsDetails introducing some API output change:
- a site search keyword now appears as
siteSearchKeyword
--- it used to be called thepageTitle
- custom variables of "page" scope now appear as:
- names are
customVariablePageName1
(it used to becustomVariableName1
- values are
customVariablePageValue1
(it used to becustomVariableValue1
- The API used to have a parameter 'maxIdVisit' parameter. Now we have made the API easier to use and introduced instead a
filter_offset
parameter, which can be used instead.