JavaScript
Get started by including adcio.js's production-ready JavaScript via CDN without the need for any build steps.
HTML
<script src="https://cdn.adcio.ai/latest/adcio.js"></script>
<script>new adcio.Adcio({ clientId: "..." }).run({}).then()</script>
Android
All adcio packages require the adcio_core package as a dependency and make use of
initializeApp()
for setup. adcio_core
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For core. Please refer https://central.sonatype.com/artifact/io.github.corca-ai/adcio_core (opens in a new tab).
adcio_placement
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For placements. Please refer https://central.sonatype.com/artifact/io.github.corca-ai/adcio_placement (opens in a new tab).
adcio_analytics
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For log collection. Please refer https://central.sonatype.com/artifact/io.github.corca-ai/adcio_analytics (opens in a new tab).
adcio_agent
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- xml
- For the ADCIO agent (xml). Please refer https://central.sonatype.com/artifact/io.github.corca-ai/adcio_agent (opens in a new tab).
- compose
- For the ADCIO agent (compose). Please refer https://central.sonatype.com/artifact/io.github.corca-ai/adcio_agent_compose (opens in a new tab).
iOS
All adcio packages require the adcio_core package as a dependency and make use of
initializeApp()
for setup. adcio_core
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
adcio_placement
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
adcio_analytics
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
adcio_agent
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
Flutter
All adcio packages require the adcio_core package as a dependency and make use of
initializeApp()
for setup. adcio_core
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For core. Please refer https://pub.dev/packages/adcio_core (opens in a new tab).
adcio_placement
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For placements. Please refer https://pub.dev/packages/adcio_placement (opens in a new tab).
adcio_analytics
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For log collection. Please refer https://pub.dev/packages/adcio_analytics (opens in a new tab).
adcio_agent
- Please refer to the SDK documentation (opens in a new tab) for instructions on how to use the library.
- For the ADCIO agent. Please refer https://pub.dev/packages/adcio_agent (opens in a new tab).