Open AnoopKSurendran opened 6 years ago
Hello, I have the same question. I've already ticked "Report the Paths for Sites" and read the document from the chatbase site. But I still don't understand what code I need to write._ Any suggestions?
I have the same question! Did someone figure out how to implement this feature?
I'm wrapping links in chatbase redirect for tracking:
wrapUrl(url) {
const redirUrl = new URL('https://chatbase.com/r');
redirUrl.searchParams.set('api_key', this._apiKey);
redirUrl.searchParams.set('url', url);
redirUrl.searchParams.set('platform', this._getPlatform());
redirUrl.searchParams.set('version', pkg.version);
return redirUrl.toString();
}
Hi, The chatebase documentation suggests on Integrate link tracking Is there any support for that