Query String Parameters
Last updated
Last updated
Certain functions in Flipbooks can be invoked by including query string parameters in the Flipbook address. The following parameters are documented and supported. Any parameter not documented here is not supported and shold not be used and depended upon.
Say you have an international catalog with visitors from many nationalities. In iPaper CMS you can only define one language for the user interface (though this can be used to auto-detect the users language), but using the ForceLanguage parameter, you can override the normal user interface language. Example URL that forces the language to French:
If you do not want to link to a specific page number, but rather to the first page that contains a certain search term, the GoToFirstSearchResult parameter can be used. The following sample link would take the user to the first page containing the term “Century”:
Warning:
If both GoToFirstSearchResult
and are specified in the URL, this query string value will be ignored.
This query performs the same operation as above, but has the additional ability to highlight the term on the page itself.
Using this setting you can override the “Hide paging arrows” setting on Flipbooks. To set a default on a Flipbook go to Settings > General > Interface > Hide paging arrows.
Using this setting you can override the “Hide top bar” setting on Flipbooks. To set a default on a Flipbook go to Settings > General > Interface > Hide top bar. This setting will hide the top bar along with basket, search, menu, logo and anything else present in the bar.
The Page parameter is used when you want to deeplink to a certain page in the catalog. The following sample link would take the user directly to page 15:
To forward query strings to links, you can prefix query strings with ipforward_
. We will strip the prefix and add your query strings to any outgoing links in the Flipbook.
As an example, the below URL:
Would result in external links getting decorated with your parameter: YourParameter=x
You can use the ipforward_
prefix with any parameter you want. If someone follows a link within your Flipbook, the ipforward_
is stripped, so only your parameter is retained in the link. And you can of course add multiple parameters:
?ipforward_YourParameter=x&ipforward_YourOtherParameter=y
Enabling debug mode for a specific GA4 (Google Analytics 4) measurement ID will allow you to see each individual action happening live in Google Analytics debug view.
As an example, the below URL:
If both and GoToAndHighlightFirstSearchResult
are specified in the URL, this query string value will take precedence.