Pages

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 91 Next »

The developer guides show you how to use the public APIs, developer tools, and other developer features of the Frosmo Platform. These allow you to go beyond the Frosmo Control Panel when developing your Frosmo-enabled site, and to create your own client applications for interacting with the Frosmo Platform.

  • APIs for interacting with the Frosmo Platform:

    • Graniitti API provides access to the data in the Frosmo back end. You can use the API to retrieve, create, update, and delete data for your company.
  • Connectors for integrating with the Frosmo Platform:

    • React Connector allows you to integrate your React application with the Frosmo Platform, after which you can manage the display rules and content for your components from the Frosmo Control Panel.
  • Data tracking solutions for your site:

    • Frosmo data layer is a global JavaScript array that allows you to send data from a web page to the Frosmo back end. Use the data layer to collect product and visitor data from a site.
    • Tracking conversions allows you to monitor visitors for actions that qualify as conversions and collect data about those actions.
    • Tracking custom actions allows you to monitor visitors for actions and state changes that qualify as custom actions, and collect data about those actions and state changes.
    • Tracking custom events allows you to extend the basic tracking functionality of the Frosmo Platform by tracking modifications beyond clicks, displays, and true displays.
    • Tracking products allows you to collect product data from a site and count the number of views different products receive from visitors.
    • Tracking transactions allows you to monitor visitors for actions that qualify as transactions and collect data about those actions.
  • Recommendations for configuring and fetching dynamically generated content, such as product recommendations, for display to visitors.

  • Shared code for writing JavaScript that is automatically executed on every page load or when triggered.
  • Tools for developing in the Frosmo Platform:

    • FProxy is a desktop application and a web proxy that allows you to develop and test modification content locally on your computer, outside the Frosmo Control Panel.

Version history

VersionPublication dateDescription
9.42021-03-01Updated the Graniitti API changelog for API version 0.63.0.
9.32021-02-10Updated the Graniitti API changelog for API version 0.61.0.
9.22021-01-13Updated the Graniitti API changelog for API version 0.59.0.
9.12020-12-07

Updated Graniitti API: Resources.

Updated Tracking transactions.

Updated the Graniitti API changelog for API version 0.57.0.

9.02020-11-05Consolidated and updated the recommendations documentation into the recommendations developer guide.
8.32020-11-02

Restructured the following API documentation:

8.22020-09-21

Updated Graniitti API and recommendations.

Updated Tracking products.

Updated the Graniitti API changelog for API version 0.55.0.

8.12020-09-09Updated the Graniitti API changelog for API version 0.54.0.
8.02020-07-31

Added the following data tracking topics:

Restructured and updated the data layer guide to align with the new data tracking topics:

7.92020-07-06Updated the Graniitti API changelog for API version 0.53.0.
7.82020-06-22Updated the Graniitti API changelog for API version 0.52.4.
7.72020-06-15Updated the Graniitti API changelog for API version 0.52.1.
7.62020-05-25

Updated the Graniitti API guide:

Updated the Graniitti API changelog for API version 0.49.0.

7.52020-05-05

Updated the shared code guide:

7.42020-04-27Updated the Graniitti API changelog for API version 0.48.0.
7.32020-04-21

Updated the FProxy guide:

7.22020-04-14Updated the Graniitti API changelog for API version 0.46.3.
7.12020-04-01

Removed Frosmo Debugger. The tool continues its life as Frosmo Preview.

Updated the FProxy guide to reference Frosmo Preview:

7.02020-03-31Added Shared code.
6.172020-03-16Updated the Graniitti API changelog for API version 0.46.0.
6.162020-03-02

Updated the Graniitti API changelog for API version 0.45.2.

Removed entries for Frosmo-internal releases from the Graniitti API changelog.

6.152020-02-18Updated the Graniitti API changelog for API version 0.45.1.
6.142020-02-17Updated the Graniitti API changelog for API version 0.45.0.
6.132020-02-07Updated the Graniitti API changelog for API version 0.44.10.
6.122020-01-27Updated the Graniitti API changelog for API version 0.44.8.
6.112019-12-09Updated the Graniitti API changelog for API version 0.44.5.
6.102019-12-03Updated the Graniitti API changelog for API version 0.44.4.
6.92019-11-26Updated the Graniitti API changelog for API version 0.44.3.
6.82019-11-20Updated modification-related documentation to conform to the new modification UI introduced in the Happy Valley release.
6.72019-11-15Updated the Graniitti API changelog for API version 0.44.1.
6.62019-11-08Updated the Graniitti API changelog for API version 0.43.21.
6.52019-11-01Updated the Graniitti API changelog for API version 0.43.20.
6.42019-10-25Updated the Graniitti API changelog for API version 0.43.19.
6.32019-10-11Updated the Graniitti API changelog for API version 0.43.18.
6.22019-10-04Updated the Graniitti API changelog for API version 0.43.17.
6.12019-09-20Updated the Graniitti API changelog for API version 0.43.16.
6.02019-09-16Added the React Connector guide.
5.192019-09-11Updated the Graniitti API changelog for API version 0.43.15.
5.182019-09-06Updated the Graniitti API changelog for API version 0.43.14.
5.172019-09-04

Updated the FProxy guide:

5.162019-08-29

Updated the recommendations documentation:

  • Graniitti API and recommendations
  • Recommendations API v2

Updated the Graniitti API changelog for API version 0.43.13.

5.152019-07-31Updated the Graniitti API changelog for API version 0.43.12.
5.142019-06-28Updated the Graniitti API changelog for API version 0.43.10.
5.132019-06-14Updated the Graniitti API changelog for API version 0.43.8.
5.122019-06-03Updated the Graniitti API changelog for API version 0.43.5.
5.112019-05-17Updated the Graniitti API changelog for API version 0.43.2.
5.102019-05-06Moved the Recommendations guide to User Guides.
5.92019-05-02Updated the Graniitti API changelog for API version 0.43.0.
5.82019-04-05

Updated the recommendations documentation for Recommendations API v2:

  • Recommendations API
  • Recommendations API v2
  • Migrating to a new Recommendations API version
  • Creating recommendations
  • Retrieving recommendation data

Updated Collecting data with the data layer.

Updated the Graniitti API changelog for API version 0.42.3.

5.72019-03-11

Updated the FProxy guide:

5.62019-03-08

Restructured and updated the data layer guide:

  • Frosmo data layer
  • Collecting data with the data layer
  • Tracking conversions and transactions with the data layer
  • Tracking custom actions with the data layer
  • Tracking products with the data layer

Updated the Graniitti API changelog for API version 0.42.2.

5.52019-01-31

Updated the recommendations documentation:

  • Introduction to recommendations
  • Creating recommendations
  • Retrieving recommendation data
  • Example: Recommending products purchased together (including child topics)

Updated the following API documentation:

5.42019-01-18Added Example: Recommending products purchased together.
5.32019-01-11Updated the Graniitti API changelog for API version 0.42.1.
5.22019-01-09Site maintenance updates.
5.12018-12-10

Updated the Graniitti API guide:

5.02018-12-03

Added the following new topics on the Frosmo Recommendations system:

4.02018-12-02

Restructured and consolidated the documentation for better usability by grouping the guides under the following new main topics:

3.52018-11-28Updated the Graniitti API changelog for API versions 0.41.5 and 0.42.0.
3.42018-10-15Updated the Graniitti API changelog for API version 0.41.4.
3.32018-10-01

Updated Frosmo data layer.

Updated the Graniitti API guide:

3.22018-09-13

Updated Tracking custom events.

Removed the Downloads page and the standalone PDFs.

3.12018-09-05Updated the Graniitti API changelog for API versions 0.41.1 and 0.41.2.
3.02018-09-03

Added FProxy.

Added Frosmo Debugger.

Added Graniitti API.

2.02018-03-14Added Tracking custom events.
1.22017-11-29Updated Frosmo data layer.
1.12017-10-23Moved the standalone PDFs from the front page to the Downloads page.
1.02017-08-17First public version of this documentation.