Integrating
Installation
To facilitate installation of Seeka, your application will need to provide a way for your customers to provide their Seeka Organisation ID
, Public key
and Instance ID
which will allow you to initialise the Seeka SDKs and APIs for that customer.
When providing installation of Seeka to your customers, any one of the installation methods in our developer docs can be implemented.
See available platforms for a list of platforms with native integrations.
If your platform is not available the script tag installation method can be used.
Considerations
Cross domain tracking
This is very important for widget or iframe based integrations that are placed on customer websites or iframes that do not match the opener origin hostname.
To ensure optimal support for ad optimisation, ad attribution and tracking accuracy, any iframes that are opened from a website (eg. customers website) require cross domain tracking.
Seeka supports this natively with a call to a method within the browser SDK which adds cross domain tracking parameters to iframe URLs with a single method call.
See Cross domain tracking docs.