algolia / algolia/algoliasearch-helper-flutter

Is it possible to send segment events data directly to Algolia?

Open
#71 2 comments 0 reactions 1 assignee Claimed by @VladislavFitz View on GitHub
Dominant language
Dart
Stars
27
Forks
21
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Use case
while going through algolia documentation, came across this page, which mentions that we can configure the segment to send events data directly to algolia.

while sending events to segment we have to pass the algolia params as mentioned below:
analytics.track('Product Clicked', {
product_id: '507f1f77bcf86cd799439011',
sku: 'G-32',
category: 'Games',
name: 'Monopoly: 3rd Edition',
brand: 'Hasbro',
variant: '200 pieces',
price: 18.99,
quantity: 1,
coupon: 'MAYDEALS',
position: 3,
url: 'https://www.example.com/product/path',
image_url: 'https://www.example.com/product/path.jpg',

/// Algolia-related properties
index: 'my-algolia-index',
eventType: 'click',
queryID: 'fd0bbaadc287937s7671d00f1d053b88',
objectID: '131280270'
});

but we couldn't able to get any of the above required params from the flutter algolia plugins ( in my case I've used algolia_helper_flutter: ^0.2.3).

Ref link: https://www.algolia.com/doc/guides/sending-events/connectors/segment/

NOTE: All the segment and algolia configurations were properly done as per the documents.

Proposal
Expectation: Need the algolia params to pass along with segment events data.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.