Providing functionality to the Web SDK¶
There are many ways you can interact with the Web SDK. However, to get the most
out of the Web SDK you can provide additional functionality to it through its
command queue using the provide
command.
What can be provided¶
At this time, there are a few different components that can be provided to the Web SDK, detailed below:
Component | Description |
---|---|
Plugin | default mechanism to extending the functionality of the Web SDK |
Service | like a plugin, but specific to core Orbee Marketing Cloud services, like vehicles, favorites, and more |
Extension* | for content services provided as Site Plugins, extensions provide javascript functionality to a widget |
Connector* | for content services provided as Site Plugins, connectors connect a widget renderer to a placement on the page |
* for more details on Site Plugins and how they work, check out the site module docs and site plugins docs.¶
Last update:
2023-04-13