Questions tagged [segment-io]

Segment.io is a single, simple integration that gives you access to 70+ analytics and marketing tools with the flick of a switch

65 questions
1
vote
2 answers

Zapier Python Code Error Segment.com (usercode.py, line 9)

I'm trying to take Campaign Monitor Open events and pipe the data to Segment.com via POST API using Python code Action on Zapier. I keep getting the following error: Bargle. We hit an error creating a run python. :-( Error: Your code had an…
1
vote
2 answers

Can I see or browse raw segment.com events on Keen.io?

Isn't there a way to list raw events from segment.com, with all their attributes, on Keen.io? It seems the UI only allows me to create aggregations.
Gabriel C
  • 1,012
  • 3
  • 12
  • 30
1
vote
2 answers

Collecting hierarchical events in Segment.io (to represent it via Keen.io)

I am using Segment.io JAVA SDK to collect the events from my application and using Keen.io to represent the same visually. I have a hierarchical event structure as follows, Company Department User (login, logout) Book (open,…
KayKay
  • 553
  • 7
  • 22
1
vote
1 answer

Override UserId in Segment Analytics

Basic question here related to Segment analytics. Unfortunately I haven't been able to find a good answer after a fair bit of searching so turning here. I have a couple of analytics events that need to be logged against multiple users, e.g.…
1
vote
2 answers

Google Analytics - Get Number of Session Per UserId

I'm using Google Analytics and SegmentIO in our site. I've enabled the UserId feature. Is there a way to query Google Analytics per userID? For example: get number of session per userID?
1
vote
1 answer

Com.google.android.gms has already been added to output. Please remove duplicate objects

I was trying to move my app's analytics from Mixpanel and Google Analytics to Segment.io. When I tried to build my app, it is always failed. Based on some googling, I thought there is a library duplicated. But I couldn't figure out which library…
abrahamks
  • 43
  • 3
  • 6
1
vote
1 answer

Segment.io's Analytics.js Track: Pass an Object?

Is it possible to pass an object to the .track() method of analytics.js? analytics.track('button clicked', { prop1: 'val1', // object e.g. {prop2: 'val2', prop3: 'val3'} }); I looked through their documentations and source code, but couldn't…
Steve
  • 4,946
  • 12
  • 45
  • 62
1
vote
1 answer

google analytics meta tag verification for segment.io integration

So the segment.io docs say here https://segment.io/docs/integrations/google-analytics#webmaster-tools that I "need to switch to the Meta tags verification option" to verify ga in conjunction w webmaster tools. That led me to instructions here:…
garbanzio
  • 846
  • 1
  • 7
  • 10
0
votes
0 answers

go kafka Not leader for partition

When running this program under MacOS, package main import ( "context" "fmt" "log" "os" "os/signal" "sync" "github.com/segmentio/kafka-go" ) const ( brokerAddress = "localhost:9092" …
Ivan
  • 7,448
  • 14
  • 69
  • 134
0
votes
0 answers

Segmentio destination BigQuery warehouse not displayed in consent manager window

I am using consent-manager package to configure Segmentio BigQuery destination, but its not reflecting in Website Data Collection Preferences window image below. Rest of the destinations like google analytics and Braze are displayed. Please…
0
votes
1 answer

Getting Account ID from Segment.io Salesforce (Actions) Mapping to Create Contact

The Salesforce (Actions) destination in Segment allows one to map Accounts and also Contacts. I'm using this for upserts upon receipt of an identify call. Their documentation says, that for a contact to be associated with an account, the account ID…
0
votes
0 answers

How to send data to Segment from a Vue/Nuxt app?

I'm trying to connect to a Segment source from a Vue/Nuxt application. I'm using the @dansmaculotte/nuxt-segment npm package for Segment setup. Here's the code: nuxt.config.js config = { //... modules: [ '@dansmaculotte/nuxt-segment' ], …
Ahmet Ömer
  • 614
  • 1
  • 10
  • 18
0
votes
0 answers

How to automatically add session_id to Amplitude through Segment tracking calls

I'm using the server side Segment Ruby SDK to track events from the backend, and those events along with custom properties attached will end up in Amplitude where they are analyzed to produce product metrics. I noticed that the events tracked from…
ctzw
  • 1
0
votes
1 answer

Integration Segment with Salesforce, adding an action

All I want to do is, Add Salesforce as destination From the Track Object, get a field Update to Salesforce I created a custom action But it does not work everytime it inserts a lead My action is not executed What am I doing incorrect? Below…
Ruby Khan
  • 19
  • 3
0
votes
1 answer

Can user and image companies be set on segment.io / june.so?

I am sending data from my users and companies to segment.io and from there to june.so. In june.so, users and companies have an image, but they seem to be auto assigned for each user/company. I want to change those default images and set a different…