Getting Started
Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites
Recommendations
Below are the recommended modules that are optional.
- Metatag - Provides Open Graph Tags which is used for collecting Inventories
Installation
To be added
Configuration
Go to Administration » Configuration » Web services » Liftigniter (`/admin/config/services/liftigniter/settings`) and add the required JS Key, API Key, String field List, Array field List and Global Configuration to be add in JavaScript Snippet.
| Settings | Description |
|---|---|
| Enable | Enable or Disable to completely enable/disable LiftIgniter functionality |
| JS Key | Enter the JS Key (SDK) of LiftIgniter. JS Key will be found in the Settings page of the LiftIgniter console. |
| API Key | Enter the API Key (REST) of LiftIgniter. API Key will be found in the Settings page of the LiftIgniter console. |
| String value field list | Additional fields (String value) to be returned from LiftIgniter. Enter each field name seperated by a comma. If this field is set to "name, title, url" the js code will add $p("setRequestFields",["name","title","url"]) |
| Array valur field list | Additional fields (Array value) to be returned from LiftIgniter. Enter each field name seperated by a comma. If this field is set to "name, title, url" the js code will add $p("setArrayRequestFields",["name","title","url"]) |
| Global Configuration |
Enter the Global Configurations in JSON format. Click here to view the complete list of configurations. |
Configure Open Graph Tag for LiftIgniter
Your website should define inventories so that LiftIgniter wil collect it by LiftIgniter JSON Object or Open Graph tags or Both. In order to use Open Graph tags to collect inventory, install the Metatag module which provides an option to add Open Graph tags to all pages. For detailed information about Inventories see the official Documentation page.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion