Developer Portal Inject Custom Html
Legacy Feature
This version of the developer portal is no longer availible to new projects and will be sunset on November 15, 2025. If you are looking for the new developer portal, please refer to the docs.
If you are using the legacy developer portal, please migrate to the new Zudoku powered portal experience before November 15, 2025.
The Zuplo Developer Portal allows you to inject custom HTML into the portal. This is typically used to inject custom analytics scripts.
Injecting Custom HTML
To inject custom HTML into the developer portal, add a file in your project's
/docs
folder called _inject.html
.
The contents of this file will be injected just before the closing </body>
tag.
_inject.html
Events
You can also listen to events emitted by the developer portal. The following events are available:
Identify
This event is emitted when a user is authenticated. The event data is shown below.
Code
To listen to this event, add the following code to your _inject.html
file.
_inject.html