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

    nutritious-artist-27993

    12/27/2022, 8:55 PM
    Hi, we're looking at migrating from Segment. This FAQ in the docs is not quite clear to us, more details in next message: https://www.rudderstack.com/docs/destinations/warehouse-destinations/faq/#how-can-i-achieve-identity-resoluti[…]nnected-to-one-warehouse-destination
    s
    q
    • 3
    • 8
  • l

    limited-breakfast-68736

    12/28/2022, 3:02 PM
    Hi everyone, we are looking to do A/B tests using Unleash, PostHog or Growthbook. We would like to inject the code to be controlled by the relevant feature toggles/flags using a tag manager. Is it possible to do so via Ruddestack? Thanks
    s
    e
    • 3
    • 2
  • b

    bright-waitress-35072

    12/29/2022, 5:52 AM
    Hi folks, I am sending events from the React-Native app as a source to the Facebook app events destination. In the events manager, the event
    Application Opened, Application Backgrounded, Application Installed, and Application Updated
    have been appearing in the react native app event tab in the rudder stack but not appearing in the Facebook console. I have set trackLifecycleEvents as true as well. Other manual events have been displayed on the Facebook events console. Thanks
    k
    c
    • 3
    • 5
  • s

    silly-kitchen-30880

    12/29/2022, 7:34 AM
    Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
    g
    • 2
    • 3
  • a

    ambitious-dusk-75673

    12/29/2022, 8:34 AM
    @stocky-megabyte-90885 if you are running it control plane locally you can download workspace.json and get the token form that json itself. But if you are using hosted plane then you can get workspace token there only
  • s

    stocky-megabyte-90885

    12/29/2022, 9:24 AM
    Where I can download the workspace.json ?
    s
    • 2
    • 1
  • s

    stocky-megabyte-90885

    12/29/2022, 9:24 AM
    from the export in dashboard ?
    s
    • 2
    • 1
  • s

    silly-kitchen-30880

    12/29/2022, 9:25 AM
    Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
  • s

    silly-kitchen-30880

    12/30/2022, 3:18 AM
    Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
    g
    a
    • 3
    • 30
  • a

    ambitious-shampoo-6875

    12/30/2022, 4:15 AM
    Hi guys, looking for tips on Id stitching a 60bill record data warehouse with numerous tables. Also good js snippet implementations on the front end where we can use our own internal data to resolve a visitor without the need for identify(). We have enough MAIDs, hems, IP and log stream data across multiple providers to do so. Would be awesome if we could make it work and offer it to rudderstack
    s
    h
    q
    • 4
    • 3
  • j

    jolly-match-77175

    01/02/2023, 3:24 AM
    Hello, is there a way to block rudderstack sending specific events from shopify to destinations?
    s
    r
    g
    • 4
    • 4
  • l

    lemon-advantage-97968

    01/02/2023, 3:46 PM
    Hi! Quick question, i’ve been looking at the data storage documentation of RudderStack but it doesn’t mention it anywhere (https://www.rudderstack.com/docs/sources/event-streams/sdks/rudderstack-javascript-sdk/data-storage-cookies/#cookies). It does mention that all the cookies are encrypted, but are they any sensitive to a company using this considering that in the following example: https://github.com/rudderlabs/rudder-sdk-js/blob/643850ed410580dbb0e25de01a18e3fbd6390b69/src/utils/storage/storage.js The code specifies a default key which allows anyone to really decrypt the cookies. Should i bother changing the default key or is it whatever?
    q
    k
    c
    • 4
    • 6
  • s

    silly-kitchen-30880

    01/03/2023, 4:21 AM
    Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
    q
    • 2
    • 1
  • w

    wide-postman-55465

    01/03/2023, 6:35 AM
    Hello guys, Can anyone help me to find steps for integrate rudder stack SDK with react-native expo application
    s
    c
    • 3
    • 5
  • a

    alert-processor-65135

    01/03/2023, 8:46 AM
    Hi I’m doing some POC with the Cloud, I defined java source to Google Adwords Remarketing Lists I’m sending below example event. I see in source the events, but in the destination there are no events. 1. How can I see whats went wrong example event I send “event”: “event2", “type”: “audiencelist”, “properties”: { “listData”: { “add”: [{ “email”: “alex@example.com”, “phone”: “1234567890”, “firstName”: “Alex”, “lastName”: “Keener”, “country”: “USA”, “postalCode”: “90001” }, { “email”: “emily@example.com”, “phone”: “8015550101”, “firstName”: “Emily”, “lastName”: “Wallace”, “country”: “USA”, “postalCode”: “90009” } ], “remove”: [] }, “enablePartialFailure”: true }, “context”: { “ip”: “14.5.67.21", “library”: { “name”: “http” } }, “timestamp”: “2023-01-03T102309.544Z” }
    s
    q
    • 3
    • 6
  • f

    future-honey-48082

    01/03/2023, 11:18 AM
    Hi, is there a quick way of seeing the total number of events I have used in the last few month? On the billing part of the settings can only see current cycle?
    s
    q
    r
    • 4
    • 10
  • a

    able-controller-17526

    01/03/2023, 4:29 PM
    Hey guys, If I have two Mailchimp destinations (different
    listIds
    ), and I want to send identify events to one or the other or both depending on business logic, how can I do that? I understand we could do something like:
    Copy code
    integrations: {
      "All": true,
      "MailChimp": false
    }
    But if I have two Mailchimp destinations this seems to apply to all of them at the same time, right? How can I tell Rudderstack to only target one specific destination from Maillchimp? Is there a way to use the destination id inside the identify call somehow? Also, where do I get the names of all the keys for the destinations that can be used inside the
    integrations
    object? some seem to have camel case
    s
    r
    q
    • 4
    • 8
  • a

    able-controller-17526

    01/03/2023, 10:13 PM
    I've just noticed after testing that an identify call with:
    Copy code
    integrations: {
      MailChimp: false
    }
    still subscribes the user to mailchimp. Any recent changes or what should I do differently?
    t
    r
    • 3
    • 12
  • p

    powerful-waitress-55095

    01/04/2023, 9:27 AM
    Hi team, it seems like the quota was reduced on the free tier unannounced and there is a hard limit in place? What's the story?
    q
    l
    • 3
    • 2
  • p

    powerful-waitress-55095

    01/04/2023, 9:29 AM
    It's really hard to figure out what is going on when you are hard locked out of the account. Does not look like any increase in events coming through the pipe, so has to be a massive change to the limit....
    s
    • 2
    • 1
  • a

    astonishing-electrician-88247

    01/04/2023, 9:57 AM
    Hi team, I am trying to setup rudderstack open source. I have enrolled for rudder stack hosted control plane, setup on rudder stack dataplane as per the docs. But when i run the "Sending test events" step, i get the below error:
    s
    • 2
    • 1
  • a

    astonishing-electrician-88247

    01/04/2023, 9:57 AM
    curl: (3) URL using bad/illegal format or missing URL
    s
    • 2
    • 1
  • a

    astonishing-electrician-88247

    01/04/2023, 9:58 AM
    ./scripts/generate-event <write_key> https:localhost:8080/v1/batch
    this is the script i am running
    s
    h
    • 3
    • 18
  • s

    silly-kitchen-30880

    01/04/2023, 12:57 PM
    Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
    s
    i
    • 3
    • 5
  • f

    fresh-art-21806

    01/05/2023, 1:02 AM
    Trying to integrate the beta google analytics 4. I see the events are successfully delivered on the rudder stack side but they're not showing up on the google analytics side?
    s
    g
    q
    • 4
    • 4
  • t

    tall-vase-21787

    01/05/2023, 7:20 AM
    Hi, I’m trying to setup Facebook Pixel (browser) and FB Conversion API (server) and I was able to see some logs on FB Test events. But the problem are • if
    Use device-mode to send events
    is ENABLED it only sends browser events and if it’s DISABLED it only sends server events • for page view, BROWSER events sends a lot of parameters but on SERVER events, it doesn’t have parameters Questions: • should I create 2 destination with FB Pixel (1 is enabled device-mode and 1 is disabled) or is there a way with 1 destination but it will send to both? • Is there a way to customize the parameters for both browser and server? do you have sample transformation code?
    s
    q
    l
    • 4
    • 15
  • f

    fancy-sundown-1424

    01/05/2023, 11:20 AM
    I am using Reverse-ETL to create events in mixpanel based on our salesforce opportunities. However sometimes it happens that some data like the name of the opportunity is changed afterwards, which in upsert sync mode triggers another event currently. Is it possible to limit the syncing to insertion of new objects?
    s
    • 2
    • 4
  • s

    steep-caravan-35760

    01/05/2023, 6:30 PM
    i just switched our mixpanel integration from segment to rudderstack, but I appear to be running into issues with group analytics. After the switch i’m no longer seeing group profiles be created. I’ve followed the docs. I’ve made sure the group key is set, but I can’t seem to figure out what’s wrong. I’ve also messaged mixpanel, but wondering if anyone else has seen this problem before and has some thoughts.
    r
    t
    • 3
    • 24
  • l

    lemon-balloon-16076

    01/05/2023, 9:39 PM
    Hey @shy-kite-21035 @damp-painting-38913, this is Edward from the SDR team at RudderStack. @proud-animal-97803 from Pilates by Sylvia is seeing reporting discrepancies between our events reported versus what is ingested in their data warehouse. Our reports show ~2.4M volume in ETL in November. Here is further context:
    Thanks for looking into this. I checked my warehouse database that Rudderstack uses as a destination, and every table has no more that one or two thousand entries. So, definitely not even close to a million. As for Mailchimp integration, this is clearly an error. I’m not sure if Mailchimp is sending every imaginable event, whereas all I care about is only one event, “unsubscribed”. I modified the settings for Mailchimp to only update the member list.
    Is Mailchimp connecting to my Warehouse considered an ETL? I might need to revisit connection page to understand why there are so many events coming from Mailchimp.
    I have not reached anywhere near the levels of events/use from analytics or Rudderstack yet (barring the Mailchimp incident). I think once the service becomes profitable and analytics reach higher number, I would definitely consider the paid plan, but for now, it’s a tiny amount of data that’s being transferred.
    I would appreciate any further visibility into why 2-3 million evens have been issued since December, if you uncover them.
    Can you please take a look to understand why the number is so high?
    e
    q
    • 3
    • 2
  • w

    worried-analyst-4239

    01/05/2023, 10:40 PM
    I’m attempting to send events through an existing integration from rudderstack -> Amplitude. With the Amplitude tracking API you can pass in a custom time event. It appears that the Rudderstack library is replacing the custom time I send in the event body with the current time. Is it possible to use a custom time on an event through Rudderstack?
    c
    b
    • 3
    • 7
1...101102103...127Latest