Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Custom Ecommerce events #93

Open
h0ds opened this issue Sep 30, 2024 · 1 comment
Open

[Feature Request] Custom Ecommerce events #93

h0ds opened this issue Sep 30, 2024 · 1 comment
Assignees
Labels
feature request New feature request triage Triage

Comments

@h0ds
Copy link

h0ds commented Sep 30, 2024

Describe the feature you'd like to request

I notice in your README you have 'Custom Ecommerce events examples coming soon!'.

When can we expect that?

Describe the solution you'd like

I'd like to use this starter kit to detect and track ecommerce events/conversion events from ad sources and I'm not sure how to proceed, do you have any resources/documentation you could push me towards?

Describe alternatives you've considered

N/A

@h0ds h0ds added feature request New feature request triage Triage labels Sep 30, 2024
@alejandromav
Copy link
Member

Hey @gregjw, thanks for your request.

Unfortunately, we haven't prioritized this yet. Maybe @sdairs can share something about future plans for that examples.

As of today, you can use flock.js to track custom events, by using:

Tinybird.trackEvent('add_to_cart', {
  partnumber: 'A1708 (EMC 3164)',
  quantity: 1,
})

More info: https://github.com/tinybirdco/web-analytics-starter-kit?tab=readme-ov-file#custom-events-optional

Please let mw know if that works for you, or how can I help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request triage Triage
Projects
None yet
Development

No branches or pull requests

2 participants