Server Side Collect
Client Side Collect
We deployed the Contextual Collect tag. In order to be used by a Publisher to collect urls, you have to first ask goldenfish-support@weborama.com to create a dedicated contextual client and provide you with the client ID.
You will need this ID for the following setup that should be implemented by the client in his websites:
<script async src="https://cstatic.weborama.com/bigsea/contextual/v1/weboctx.min.js"></script>
<script>
window.weboCtx = window.weboCtx || [];
// COLLECT ID
weboCtx.push(function() {
this.collectURL({
debug: false
clientID: <GoldenFishClientID>, // mandatory.
targetURL: document.URL
});
});
The <GoldenFishClientID> Should be replaced by the Publisher Contextual Client account ID provided by the support team.
Once you do this setup with a publisher you should inform me in order to start to ingest the collected urls by the GoldenFish backend team.
Add Comment