Function that allows you too send CTR data to the system.
Example:
const data = await trieve.sendCTRAnalytics({ clicked_chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a", ctr_type: "search", position: 123, request_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a"}); Copy
const data = await trieve.sendCTRAnalytics({ clicked_chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a", ctr_type: "search", position: 123, request_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a"});
Optional
Function that allows you too send CTR data to the system.
Example: