https://linen.dev logo
Join Slack
Powered by
# support
  • h

    hundreds-alligator-25747

    07/28/2022, 5:51 PM
    Hi, It seems GA4 destination receives all page view events twice, one with source and medium correctly set, and one without them set but instead having ignore_referrer=1. Also, the page location seems to include query string parameters in the correct event, and nothing on the other case. I have tried removing other destinations to make sure nothing else interferes. Something peculiar I noticed while debugging which may be useful: If I remove from the rudder-analytics.js javascript code the
    .page()
    call, then ga4 receives the page view event only once, but then no other destination receives it (such as the legacy universal analytics destination). Any hints? Let me know if this is not the right place to send this.
    s
    f
    • 3
    • 6
  • s

    straight-raincoat-91897

    07/28/2022, 7:22 PM
    This message was deleted.
    b
    s
    • 3
    • 2
  • t

    thousands-truck-9133

    07/28/2022, 7:37 PM
    OK, so I'm aware that Blendo was purchased... did I miss something about transitions? I can't get to the Blendo login page, and have concerns over whether our pipelines are even still running.
    t
    • 2
    • 3
  • m

    microscopic-television-46604

    07/29/2022, 8:46 AM
    Hi, guys! Help me please to disable cloudwatch metrics correctly? We use free version Rudderstack in EKS. In values.yml I removed output for cloudwatch, and disabled enableStats in rudder-config.toml (config.yml). Then upgrade helm, but metrics keep going to cloudwatch. I'm a bit stuck here.
    s
    • 2
    • 5
  • r

    rich-memory-95657

    07/29/2022, 9:39 AM
    Hi all, Does Rudderstack support reverse ETL for custom salesforce fields/objects? For example, if I have a field on a Lead called "ExampleField__c" and I want to update this field every 30 minutes based on table rows in my data warehouse, could this be done? When I try configure this via the UI, I dont even see the Lead object in the Map fields section under destination fields
    s
    j
    +2
    • 5
    • 22
  • f

    full-appointment-90006

    07/31/2022, 1:39 PM
    Hi everyone, we have a problem with huge events consumptions using Mailchimp and Facebook ADS as sources for cloud extract. Mailchimp takes 12 hours to synchronize daily jobs with 300k events, but I didn't expect this much of events everyday. Did Rudderstack implement incremental sync for Cloud Extract sources? If it is full sync every time (which explains this event consumption) it is a huge waste of resources.
    d
    • 2
    • 6
  • a

    acceptable-lion-84959

    08/01/2022, 12:55 AM
    Hey šŸ‘‹ we've been using Rudderstack for 3 months now with stability thanks to the support here, we've noticed recently after the update to 0.20 our BigQuery data warehouse costs are slowly increasing by $1 a day in a linear graph O(n). Currently on 5 RS pods on K8s, the rise also coincided with increasing our pod capacity from 2->5. Is there something we can do to flatten the costs?
    s
    d
    • 3
    • 7
  • r

    refined-island-8932

    08/01/2022, 11:17 AM
    Dear support, after integration I always see this error in the console.
    "Error: Unexpected token < in JSON at position 0"
    . The error is not causing any issues. But it's really annoying. I have attached my implementation in
    index.html
    . Help appreciated! šŸ™
    index.html
    • 1
    • 4
  • w

    worried-action-69644

    08/01/2022, 9:58 PM
    Hi! I have a facebook pixel set up in cloud mode and I used ā€œMap your events with Facebook Standard Eventsā€ to map ā€˜signup’ to ā€˜CompleteRegistration’. But when I look in the live event debugger, events are being sent as ā€˜signup’ and not mapped to ā€˜CompleteRegistration’. Would someone be able to help me figure out why this is happening? Thank you!
    s
    • 2
    • 6
  • t

    thankful-apple-11432

    08/02/2022, 2:16 AM
    Does Rudderstack support connecting to a Postgres data warehouse via SSH tunnel? I can't seem to find anything in the docs. Thanks!
    a
    g
    • 3
    • 3
  • p

    proud-autumn-30351

    08/02/2022, 8:30 AM
    Hi! Our iOS App crashes in rudderstack at 7am UTC today. The error message is:
    Copy code
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString substringWithRange:]: Range {0, 18446744073709551615} out of bounds; string length 0'
    Not all of the users have this issue. Remove & reinstall the app may solve the issue. Do you have any recommendation for this issue? The screenshot is attached below. We have tried iOS SDK 1.6.0 & 1.6.3, and both have these issues
    k
    • 2
    • 17
  • d

    dazzling-france-420

    08/02/2022, 10:25 AM
    Hi Team, we are facing some issue while pushing data to azure blob storage.
    Copy code
    2022-08-02T10:24:31.903Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:31.903Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CnJX3KvaOZeiX1iqWqQuCbCt6Z upload freq not exceeded
    2022-08-02T10:24:32.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ batch_rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:32.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:32.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ gw : addNewDSLoop ]]: Start
    2022-08-02T10:24:32.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ proc_error : addNewDSLoop ]]: Start
    2022-08-02T10:24:32.909Z	DEBUG	pgnotifier/pgnotifier.go:471	PgNotifier: retriggering zombie jobs: UPDATE pg_notifier_queue SET status='waiting',
     								updated_at = '2022-08-02 10:24:32'
     								WHERE id IN (
     									SELECT id FROM pg_notifier_queue
     									WHERE status='executing' AND last_exec_time <= NOW() - INTERVAL '120 seconds'
     									FOR UPDATE SKIP LOCKED
     								) RETURNING id
    2022-08-02T10:24:32.909Z	DEBUG	pgnotifier/pgnotifier.go:487	PgNotifier: Retriggered job ids: []
    2022-08-02T10:24:33.420Z	DEBUG	jobsdb/jobsdb.go:2976	[[ gw : refreshDSListLoop ]]: Start
    2022-08-02T10:24:33.420Z	DEBUG	processor/processor.go:2157	Processor DB Read size: 10000
    2022-08-02T10:24:33.422Z	DEBUG	jobsdb/jobsdb.go:1106	SELECT MIN(job_id), MAX(job_id) FROM "gw_jobs_1"{0 false} {0 false}
    2022-08-02T10:24:33.422Z	DEBUG	processor/processor.go:2188	Processor DB Read Complete. No GW Jobs to process.
    2022-08-02T10:24:33.904Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:33.904Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CnJX3KvaOZeiX1iqWqQuCbCt6Z upload freq not exceeded
    2022-08-02T10:24:34.991Z	DEBUG	gateway/gateway.go:710	Gateway Recv/Ack 0 0
    2022-08-02T10:24:35.717Z	DEBUG	jobsdb/jobsdb.go:3129	backupDSLoop backup disabled proc_error
    2022-08-02T10:24:35.734Z	DEBUG	jobsdb/jobsdb.go:3129	backupDSLoop backup disabled batch_rt
    2022-08-02T10:24:35.904Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:35.904Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CnJX3KvaOZeiX1iqWqQuCbCt6Z upload freq not exceeded
    2022-08-02T10:24:37.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ gw : addNewDSLoop ]]: Start
    2022-08-02T10:24:37.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ batch_rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:37.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:37.221Z	DEBUG	jobsdb/jobsdb.go:2951	[[ proc_error : addNewDSLoop ]]: Start
    2022-08-02T10:24:37.905Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:37.905Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CnJX3KvaOZeiX1iqWqQuCbCt6Z upload freq not exceeded
    2022-08-02T10:24:38.422Z	DEBUG	jobsdb/jobsdb.go:2976	[[ gw : refreshDSListLoop ]]: Start
    2022-08-02T10:24:38.423Z	DEBUG	processor/processor.go:2157	Processor DB Read size: 10000
    2022-08-02T10:24:38.423Z	DEBUG	jobsdb/jobsdb.go:1106	SELECT MIN(job_id), MAX(job_id) FROM "gw_jobs_1"{0 false} {0 false}
    2022-08-02T10:24:38.424Z	DEBUG	processor/processor.go:2188	Processor DB Read Complete. No GW Jobs to process.
    2022-08-02T10:24:39.906Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:39.906Z	DEBUG	batchrouter/batchrouter.go:1608	BRT: AZURE_BLOB: DB about to read for parameter Filters: [{destination_id 2CnJX3KvaOZeiX1iqWqQuCbCt6Z false}] 
    2022-08-02T10:24:39.906Z	DEBUG	jobsdb/jobsdb.go:2492	[getProcessedJobsDS] Empty cache hit for ds: {batch_rt_jobs_1 batch_rt_job_status_1 1}, stateFilters: [failed], customValFilters: [AZURE_BLOB], parameterFilters: [{destination_id 2CnJX3KvaOZeiX1iqWqQuCbCt6Z false}]
    2022-08-02T10:24:39.906Z	DEBUG	jobsdb/jobsdb.go:2677	[getUnprocessedJobsDS] Empty cache hit for ds: {batch_rt_jobs_1 batch_rt_job_status_1 1}, stateFilters: NP, customValFilters: [AZURE_BLOB], parameterFilters: [{destination_id 2CnJX3KvaOZeiX1iqWqQuCbCt6Z false}]
    2022-08-02T10:24:39.906Z	DEBUG	batchrouter/batchrouter.go:1627	BRT: AZURE_BLOB: DB Read Complete for parameter Filters: [{destination_id 2CnJX3KvaOZeiX1iqWqQuCbCt6Z false}] retryList: 0, unprocessedList: 0, total: 0
    2022-08-02T10:24:39.906Z	DEBUG	batchrouter/batchrouter.go:1646	BRT: DB Read Complete. No BRT Jobs to process for parameter Filters: [{destination_id 2CnJX3KvaOZeiX1iqWqQuCbCt6Z false}]
    2022-08-02T10:24:40.717Z	DEBUG	jobsdb/jobsdb.go:3129	backupDSLoop backup disabled proc_error
    2022-08-02T10:24:40.734Z	DEBUG	jobsdb/jobsdb.go:3129	backupDSLoop backup disabled batch_rt
    2022-08-02T10:24:41.906Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CmyvDvLFCoy8tqTQpvx2yhekOH upload freq not exceeded
    2022-08-02T10:24:41.906Z	DEBUG	batchrouter/batchrouter.go:1947	BRT: Skipping batch router upload loop since AZURE_BLOB:2CnJX3KvaOZeiX1iqWqQuCbCt6Z upload freq not exceeded
    2022-08-02T10:24:42.223Z	DEBUG	jobsdb/jobsdb.go:2951	[[ proc_error : addNewDSLoop ]]: Start
    2022-08-02T10:24:42.223Z	DEBUG	jobsdb/jobsdb.go:2951	[[ rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:42.223Z	DEBUG	jobsdb/jobsdb.go:2951	[[ gw : addNewDSLoop ]]: Start
    2022-08-02T10:24:42.223Z	DEBUG	jobsdb/jobsdb.go:2951	[[ batch_rt : addNewDSLoop ]]: Start
    2022-08-02T10:24:43.424Z	DEBUG	jobsdb/jobsdb.go:2976	[[ gw : refreshDSListLoop ]]: Start
    2022-08-02T10:24:43.424Z	DEBUG	processor/processor.go:2157	Processor DB Read size: 10000
    2022-08-02T10:24:43.425Z	DEBUG	jobsdb/jobsdb.go:1106	SELECT MIN(job_id), MAX(job_id) FROM "gw_jobs_1"{0 false} {0 false}
    Logs from 02/08/2022, 15:52:13
    Show timestamps
    Show previous terminated container
    s
    a
    +2
    • 5
    • 33
  • v

    victorious-action-18461

    08/02/2022, 7:25 PM
    Hi @Channel, how to configure the "Bucket Configuration Settings for Event Backups" for GCS in Rudderstack Cloud Environment?
    s
    d
    e
    • 4
    • 8
  • a

    ambitious-jelly-14822

    08/03/2022, 7:44 AM
    Hello Team, From time to time our clients complain about error: "Cannot proceed as no storage is available". This error produces line 14592 in index.js of rudder-sdk-js (version 2.3.0). Could you please advice us how we can troubleshoot and resolve the issue? Thanks
    • 1
    • 6
  • l

    lively-airline-84487

    08/03/2022, 8:42 AM
    MailChimp to bigquery. will it load the whole data from the source or incrementale ? since we found the data everytime is very big. and there is some duplicate records in our bigquery dataset.
    • 1
    • 4
  • w

    worried-lighter-96658

    08/03/2022, 11:19 AM
    Hello Team,
    s
    • 2
    • 7
  • h

    happy-soccer-13040

    08/03/2022, 2:09 PM
    Hello! One of the big things that sold us on Rudderstack was the idea that we'd be able to use it to send offline conversions to LinkedIn Ads -- for example, when someone marks a sale in a CRM like Salesforce -- but I'm having trouble seeing a way to do that. Is anyone aware of documentation on how we can do that?
    • 1
    • 3
  • w

    worried-tailor-13264

    08/03/2022, 2:57 PM
    Hi all, quick question. If I have a bunch of frontend events but then one event is triggered from the backend, what’s the process to do that to make sure rudderstack (or mixpanel) identifies it all as one user. Is calling identify in the backend? Or should I send the annonymous id? For example the customer is on the website, then they sign up and signing up comes as a backend event.
    • 1
    • 4
  • a

    abundant-manchester-95584

    08/03/2022, 7:41 PM
    Why is the Intercom destination "group" event commented out in source code? https://github.com/rudderlabs/rudder-transformer/blob/master/v0/destinations/intercom/transform.js
    m
    • 2
    • 11
  • r

    rhythmic-pizza-93292

    08/04/2022, 12:57 PM
    Hi šŸ‘‹ I'm trying to setup google analytics 4 as a destination, but the events don't seem to be going through. This is what I see in the live view, which is not very helpful. Nothing show up in the servers logs either, any tips on how to debug this?
    l
    • 2
    • 9
  • s

    stocky-mouse-51752

    08/04/2022, 3:29 PM
    Hi! Quick question that I couldn't figure out from the docs: I want to programatically access the event delivery rates for a certain destination in a free Rudderstack Cloud data plane. Essentially the information from the Destination's "Events" tab in the web interface, but using REST. Is it doable?
    • 1
    • 2
  • w

    worried-tailor-13264

    08/04/2022, 4:15 PM
    Hi all, a simple question. I am sending a trait
    phone
    from my frontend in a track event like such:
    RudderStackWrapper.track(RudderStackEvents.PHONE_SUBMITTED, {
    phone: phoneNumber.toString()
    });
    But for some reason, in Intercom, this does not fill out the Phone field. The event is arriving correctly to the user but the info is not being done. Do I need to send it in an identify event or is track enough.
    • 1
    • 5
  • b

    brash-caravan-60006

    08/04/2022, 5:02 PM
    Hi there - we need to change the destination of our rudderstack warehouse db - and our data engineer is wondering whether it's possible for rudderstack to replay all events to the new location or if we need to migrate it ourselves
    f
    • 2
    • 3
  • b

    bitter-yak-50680

    08/04/2022, 7:52 PM
    hi all! I’m attempting to send intercom data into rudderstack to send conversation events to my destinations. I’m receiving a prompt to connect a destination (seems like only warehouses?) — is it possible to send to all destinations? In particular, heap. Appreciate it!
    p
    w
    • 3
    • 4
  • q

    quaint-winter-34629

    08/04/2022, 8:16 PM
    Hi, I work with @bitter-yak-50680 ^, I had signed up with Rudderstack using my work email: kenny@arrivedhomes.com, and was able to log in. We then realized I was not added to the Arrived account, so Alexa added me. However, I have not received an invite, and nor am I able to see any of the Arrived configurations/resources/etc that Alexa and others see. Thanks!
    w
    • 2
    • 13
  • s

    straight-raincoat-91897

    08/04/2022, 8:45 PM
    This message was deleted.
    • 1
    • 2
  • e

    echoing-london-91124

    08/04/2022, 10:28 PM
    I'm getting this error as in the image, but have no idea of what could be. Already checked the information and it's correct
    • 1
    • 15
  • a

    adamant-wolf-85350

    08/04/2022, 11:10 PM
    Hi there, we have been using Rudderstack with Amplitude as a destination and recently added Gainsight PX as a new destination. I see that events are being forwarded from the Rudderstack dashboard but am not able to view the events in Gainsight. Can anyone help with this issue? I have followed the docs here Thank you.
    s
    • 2
    • 21
  • c

    cool-solstice-56561

    08/05/2022, 2:24 AM
    Is there an official way to disable loading of bugsnag?
    s
    h
    g
    • 4
    • 11
  • r

    rough-greece-7471

    08/05/2022, 6:40 PM
    Hello RudderStack šŸ‘‹ I have a question regarding the RudderStack &amp; HubSpot integration. Does this pre-existing integration support the connection to two HubSpot accounts? Or, would this integration only support the connection to 1 account, and then a custom integration would need to be created to support the connection to the 2nd account? Thank you for your help.
    • 1
    • 4
1...828384...127Latest