Questions tagged [snowplow]

Snowplow is a powerful, flexible, scalable web analytics platform.

Features

  • Direct access to all your customer-level and event-level data
  • Data is structured in an easy-to-query format
  • Data stored on your own Amazon Web Services account (in S3 and optionally Redshift), so you can query it using any tool you want
  • Enterprise-strength. Scales to 100Ms of events per day

Open source

  • No vendor lock-in
  • Developed by a growing community passionate about data
47 questions
1
vote
1 answer

AMP Analytics Source with Slash in URL

I'm using the amp-analytics component in an AMP page to track page views. My request source (the endpoint to send data to) includes a forward slash like so: request.source.com/endpoint AMP doesn't like this and gives the following…
Sam
  • 705
  • 1
  • 9
  • 18
1
vote
1 answer

Express middleware that makes Asynchronous calls

We have a NodeJS Express application that we have implemented a custom analytics backend for. Now, we are deciding on how to implement the tracking mechanism, for JS-disabled browsers like feature phones. One design approach that we are considering…
nikjohn
  • 20,026
  • 14
  • 50
  • 86
1
vote
1 answer

Snowplow NodeJS Tracker: snowplow-tracker vs snowplow-tracker-core

We have an NodeJS - Express application on top of which we have implemented Snowplow analytics, and are migrating away from Google Analytics. We want to now configure a JS Tracker in the NodeJS code. We are having difficulty choosing between the two…
nikjohn
  • 20,026
  • 14
  • 50
  • 86
1
vote
1 answer

Module not found during SBT compile

I'm trying to build to build a snowplow kinesis app from here - https://github.com/DigdeepDigital/snowplow/tree/kinesis-redshift-dripfeed/4-storage/kinesis-redshift-sink I have cloned the branch by doing $ git clone -b kinesis-redshift-dripfeed…
Betodave
  • 63
  • 7
1
vote
1 answer

Same aggregation on multiple metrics Elasticsearch

I have setup snowplow with Elasticsearch. When I want to get the data out I just do normal queries and use aggregates to get them by day, country etc. So I want to figure out clickthru rate for these aggregations, I have 2 kind of events: page views…
XkiD
  • 159
  • 1
  • 14
1
vote
1 answer

Can you create a Test & Target plugin programmatically?

Is it possible to create a T&T plugin via the API? I've seen people create plugins to pass T&T AB test data to Google Analytics and other analytics packages, and would like to do this via the T&T API because I have several clients using T&T. I'm…
0
votes
0 answers

how to setup snowplow html5 media tracking using GTM

am trying to set up a html5 media tracking in GTM I am using a javascript tracker version 3.9.0 this is the doc link for the Html5 media…
Naveen
  • 11
  • 3
0
votes
0 answers

Snowplow Storage- How to integrate with Snowflake after Kafka Enrichment stream

I am new to the snowplow framework, Able to send behavioural event using tracker to collector (via kafka stream good event data able to produce on Kafka topics). Also, integrated with enrichments module write back to enriched Kafka output…
0
votes
1 answer

Error "Snowplow: Function failed" from ping.js in console

Ever since we implemented Google Tag Manager, we're seeing a console error on our website from ping.js: "​Snowplow: Function failed" TypeError: Cannot read properties of undefined (reading 'call') at Function. (ping.js:7:7795) …
Erwin1441
  • 263
  • 1
  • 5
  • 19
0
votes
1 answer

Can KrakenD validate access keys sent in the body rather than header

I have a usage tracking library(snowplow) which needs to send data to a kinesis stream collector. We are using KrakenD in the middle for api gateway. Inorder to secure this, I need to pass access token. Snowplow at present does not allow custom…
dstech
  • 1
  • 1
0
votes
0 answers

Snowplow event tracker throwing error when react native tracker is used

We have been trying to integrate react native tracker of snowplow in our app. The app is built on top of expo. We have included all necessary libraries but while adding the tracker to one of the views,during the execution, we got the below…
dstech
  • 1
  • 1
0
votes
1 answer

SnowPlow Analytics Schemas

Trying to create a schema with arrays for data retrieved from performance insights. { "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#", "description": "Performance Insights", "self": { …
scottmont
  • 39
  • 6
0
votes
0 answers

Snowplow BigQuery stream loader throwing an error

Recently I have setup snowplow services for collection, enrichments and loading events into BigQuery. Collector and enricher are working fine but BiqQuery stream loader which I am using to load events from enricher pubsub to BigQuery I am seeing…
Abhishek Jain
  • 185
  • 1
  • 11
0
votes
1 answer

snowplow browser tracker request getting blocked in the browser

import { newTracker } from '@snowplow/browser-tracker' newTracker('sp1', {{ my_url }}, { appId: 'app', plugins: [], }) And I'm using it like import { trackPageView } from '@snowplow/browser-tracker' . . . useEffect(() => { trackPageView() },…
only4
  • 139
  • 1
  • 11
0
votes
1 answer

Snowplow Data Processing from PubSub to Java API

I am using Snowplow to do the behavioral data tracking. I could consume the data from Pub/Sub to BigQuery using Snowplow loader (& mutator) open source code…
Shan
  • 177
  • 3
  • 12