Managed Components docs are published at https://managedcomponents.dev .
Find out more about Managed Components here for inspiration and motivation details.
- Make sure you're running node version >=18.
- Install dependencies with
npm i
- Run unit test watcher with
npm run test:dev
Settings are used to configure the tool in a Component Manager config file
There are no tool-level settings required for this MC.
Fields are properties that can/must be sent with certain events
__setting_endpoint
specifies the server endpoint URL to which the request should be sent.
__setting_method
specifies the HTTP request method you wish to use. There are three accepted values: post
, post urlencoded
, and get
. If you do not specify the method, it will default to GET.
Licensed under the Apache License.