0.0.21 • Published 2 months ago

@mewis/gatsby-plugin-incendium v0.0.21

Weekly downloads
-
License
0BSD
Repository
github
Last release
2 months ago

Description

Easily add incendium ai to your Gatsby site

How to install

npm install gatsby-plugin-incendium

Available options

url (required)

this is the url that points to your private incendium api

nonInteractive

this is to switch on non Interactive mode (default false)

namespaced

this is a list of items as above setting the key as namespace, this is usefull if you have more than 1 target, note all functions will fire across each target, note offline conversions will not be supported

When do I use this plugin?

Include stories about when this plugin is helpful and/or necessary.

Examples of usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-google-analytics`,
      options: {
        url: "https://mydomain-rest.incendium.ai/firefly/{my_project_key}/incendium.js",
        nonInteractive: true || false,
      },
    },
  ],
};

Examples of usage with namespaced

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-google-analytics`,
      options: {
        namespaced: {
          namespace_one: {
            url: "https://mydomain-rest.incendium.ai/firefly/{my_project_key}/incendium.js",
            nonInteractive: true || false,
          },
          namespace_: {
            url: "https://myotherdomain-rest.incendium.ai/firefly/{my_project_key}/incendium.js",
            nonInteractive: true || false,
          },
        },
      },
    },
  ],
};
0.0.21

2 months ago

0.0.20

3 months ago

0.0.19

8 months ago

0.0.18

11 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago