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

    mammoth-kitchen-41836

    12/09/2021, 11:38 AM
    Hello Team, greetings of the day, we have deployed rudderstack in Production for events. We have deployed it via Helm chart with 1 replica and i can see that its eating up CPU, it consumes 3 core CPU which seems to be very high, issue seems to be in rudderstack-rudderstack-postgresql-0 pod. Could someone help me to reduce CPU consumption in rudderstack.
    šŸ‘€ 1
    d
    • 2
    • 3
  • m

    mammoth-kitchen-41836

    12/09/2021, 11:38 AM
  • a

    ambitious-helmet-28904

    12/10/2021, 9:00 AM
    Hello! Using .net core sdk trying to send events to rudderstack, but some of them (not all) failed with exception Status Code: 404, Message: Has Backoff reached max: False with number of Attempts:0. Is it something with client or server configuration?
    h
    • 2
    • 1
  • f

    future-student-7774

    12/11/2021, 12:32 AM
    šŸ‘‹ Hello, team! I’m doing some consulting for a client, and my consulting email is currently a single account on gmail. I really want to try rudderstack but the form requires a ā€œwork emailā€. Is there any way I could get a free trial using a personal email address? Ultimately we would switch over to an account with the company’s email, but for this prototyping phase I don’t have access to that just yet. Feel free to DM me for more info.
    n
    • 2
    • 2
  • b

    bulky-kilobyte-26698

    12/12/2021, 6:35 AM
    Hello everyone, I’m trying to track events on Snapchat web and I need some help / ideas. 1- The documentation says that the SDK wouldn’t get fired unless you fire an
    identify
    call:
    The Snap Pixel will not be initialized unless theĀ 
    identify
    Ā call is fired.
    Does that mean that I need to fire the
    identify
    before any
    track
    ? Also, my users are anonymous, can I just use random strings to identify users? What would you suggest? 2- I’m trying to track a signup event, Snap has a list of events that you need to abide by, for signup I need to use:
    SIGN_UP
    event while on my list of events, I’m using
    Signup completed
    . How can still pass the event as a
    SIGN_UP
    is there somewhere where I can do the mapping? Appreciate any help šŸ™
    d
    • 2
    • 3
  • b

    bulky-kilobyte-26698

    12/12/2021, 8:36 AM
    I think we need an event mapper like on Facebook?
  • r

    ripe-easter-93993

    12/12/2021, 9:11 AM
    Hello Support, I created yesterday an account with work email and I don't have any Data plane (Data Plane URL:Ā N/A (Open Source). Is it a normal process ? I cannot change any parameters, even the account plane. Thanks for your help ! I'm sure I don' t create an account for Open Source configuration.
    d
    • 2
    • 2
  • c

    clean-animal-34153

    12/13/2021, 12:25 AM
    Hi - I'm running a cloud sync from MixPanel and it often fails with
    Post "<http://localhost:8092/tasks>": dial tcp 127.0.0.1:8092: connect: connection refused
    . Is there any way to get more details of why it's failing? Thanks!
    n
    • 2
    • 4
  • q

    quick-engineer-78417

    12/13/2021, 7:13 AM
    Hi @narrow-rain-89253, We are facing issue in rudderstack installed via helm. error in log:
    Copy code
    Incompatible transformer version: Expected: 2 Received: 1
    version used:
    Copy code
    Transformer  
    image:
        repository: rudderlabs/rudder-transformer
        version: latest
        pullPolicy: Always
    
    backend
    image:
        repository: rudderlabs/rudder-server
        version: 1-alpine
        pullPolicy: Always
    Please suggest proper version to be used.
    h
    • 2
    • 8
  • r

    rhythmic-pizza-93292

    12/13/2021, 12:17 PM
    Hi! Does Rudderstack use any Java component? Asking because was an announcement around a pretty serious vulnerability recently. Sorry if this has been answered elsewhere, I couldn't find anything
    n
    • 2
    • 2
  • a

    acoustic-shoe-30715

    12/13/2021, 12:50 PM
    Hi! I am new to rudderstack. We are an agency. We currently benchmarking a few tools to update our analytics stack for our customers. As i understand it, rudderstack creates one workspace for every new sign up/email? this workspace is tightly coupled to the email address, which i cannot change. And one account is not able to create other workspace. Neither can i transfer the workspace. So every customer should create it’s own rudderstack account, to an email which will not change. And in our case, he has to invite us - so we can make things happen. Are my assumtions wrong? Is this the preferred workflow? Is there any better option? Since sometimes customers don’t like to be that much involved šŸ˜„
    n
    • 2
    • 6
  • a

    alert-teacher-97968

    12/14/2021, 5:45 AM
    Does anyone have any examples of using the video specification API calls? What destinations and use cases do you use this data for?
  • b

    brief-pager-63582

    12/14/2021, 10:20 AM
    Hello. I am currently configuring C# SDK as source and Facebook Pixel as destination. My question is for some reason the ā€œvalueā€ event property is not being sent over for facebook standard event. In my destination configuration value field is set to properties.value. Anybody could give advice ? Here is event JSON from live source debugger
    Copy code
    {
      "anonymousId": "HIDDEN",
      "context": {
        "library": {
          "name": "<http://RudderAnalytics.NET|RudderAnalytics.NET>",
          "version": "1.0.1"
        }
      },
      "event": "Purchase",
      "integrations": {},
      "messageId": "HIDDEN",
      "properties": {
        "currency": "USD",
        "price": "145.42",
        "value": "145.42"
      },
      "rudderId": "HIDDEN",
      "timestamp": "2021-12-14T10:06:10.3877150Z",
      "type": "track",
      "userId": null
    }
    This is event JSON from live destination debugger
    Copy code
    {
      "body": {
        "XML": {},
        "FORM": {
          "data": [
            "{\"user_data\":{\"external_id\":\"HIDDEN\",\"client_ip_address\":\"HIDDEN\"},\"event_name\":\"Purchase\",\"event_time\":1639476767,\"custom_data\":{\"currency\":\"USD\",\"price\":\"145.42\"}}"
          ]
        },
        "JSON": {},
        "JSON_ARRAY": {}
      },
      "type": "REST",
      "files": {},
      "method": "POST",
      "params": {},
      "headers": {},
      "version": "1",
      "endpoint": "<https://graph.facebook.com/v11.0/HIDDEN/events?access_token=HIDDEN>"
    }
  • m

    mammoth-kitchen-41836

    12/14/2021, 10:57 AM
    Hello Rudder Team, is rudderstack affected by log4j vulnerability? what programming language does rudder use?
    h
    l
    • 3
    • 3
  • r

    rapid-engineer-48799

    12/14/2021, 1:02 PM
    Hey Rudder team, I thought cookies would work across subdomains. But here I see that my
    rl_anonymous_id
    is different on these two subdomains, is that expected? Is there something I need to fix with the cookies? This is using safari:
    šŸ‘€ 1
    n
    • 2
    • 13
  • b

    bitter-hospital-55342

    12/14/2021, 1:18 PM
    Hey Rudder team, Why I can't add firebase as a destination?
    l
    • 2
    • 4
  • s

    shy-ghost-70319

    12/14/2021, 4:10 PM
    Hey there! We're currently setting up
    track
    calls and wondering how important it is to follow the e-commerce spec. Particularly in regards to potential destinations. We're a services marketplace, so the e-commerce spec nouns and verbs aren't right for our situation and many property names don't fit well, either. We're wondering if it's wise to change
    track
    event names and properties to closely fit the e-commerce spec or if we should go with an internal naming scheme (e.g.
    Listing Viewed
    or
    Profile Viewed
    instead of
    Product Viewed
    ). Are those e-commerce events used by destinations only when named exactly according to the spec? Or are we free to change up the track calls and not lose any potential functionality? cc: @boundless-insurance-79294
    šŸ‘ 1
    n
    • 2
    • 4
  • e

    eager-scientist-37622

    12/14/2021, 5:53 PM
    hi rudderstackers, any idea why, if i disable stats explicitly in the rudderstack helm chart’s
    rudderstack-config.yml
    my application still tries to hit the telegraf sidecar?
    n
    • 2
    • 7
  • c

    creamy-notebook-75007

    12/14/2021, 10:26 PM
    Just had a question concerning Google Ads 360 and Floodlight tagging? Reviewing the Rudderstack doc and don't see direct reference on-site.
    d
    • 2
    • 1
  • a

    adorable-gold-9667

    12/15/2021, 10:39 AM
    Hey guys! Out of curiosity, why are we not allowed to delete previously added event <> column mappings when configuring Google Sheets as a destination?
    n
    • 2
    • 4
  • a

    astonishing-crowd-19276

    12/15/2021, 10:56 PM
    Hi! I'm trying to test the data flow from SalesForce --> Redshift using the
    Rudderstack managed data planes
    . Currently I get error
    redshift set query_group error : dial tcp xx.xxx.xx.xx:5439: connect: connection timed out
    n
    • 2
    • 29
  • g

    gentle-london-60358

    12/16/2021, 5:31 PM
    Hi folks. New to rudderstack here. I think I set up the wrong type of account, and but am having trouble creating a new account/upgrading to Cloud in order to utilize the Teams feature. any tips? Thanks, in advance!
    n
    • 2
    • 5
  • q

    quiet-greece-55444

    12/16/2021, 9:22 PM
    Hello guys! I’ve integrated Sentry with Posthog following those instructions. However, as I had, previously, added Posthog in my Rudderstack panel, my website (which is made with Next.js) loads the Posthog library twice (one request is made by Rudderstack and the other is made by the Rudderstack script). I need the Sentry/Posthog integration as stated before, but I didn’t figured out how to do that through Rudderstack. Can anyone help me out with that?
    šŸ‘€ 1
    n
    • 2
    • 3
  • g

    gentle-television-65093

    12/16/2021, 10:40 PM
    Hey all - started seeing an error while in live logging mode for events flowing to Braze:
    Copy code
    {
      "response": "504 Unable to make \"POST\" request for URL : \"<https://rest.iad-undefined.braze.com/users/track>\"",
      "content-type": "",
      "firstAttemptedAt": "2021-12-16T22:36:01.769Z"
    }
    n
    • 2
    • 11
  • h

    handsome-animal-43816

    12/17/2021, 1:59 AM
    Hello all! We’re seeing duplicate events come through from the javascript sdk - they have the same `messageid`(which is what we use as the unique id , and when comparing the fields the
    sentat
    and
    receivedat
    differ in milliseconds. Is this expected behaviour ? How is the
    messageid
    set by rudderstack ?
    n
    e
    • 3
    • 6
  • p

    proud-ice-22259

    12/17/2021, 3:14 PM
    Hello all, Could someone help me with setting up google sheets as destination on rudderstack? I’m seeing this in error logs `
    Copy code
    {
      "response": "400 GetPostInfoFailed with error: missing expected field : type\nmissing expected field : endpoint\nmissing expected field : method\nmissing expected field : headers\nmissing expected field : params\nmissing expected field : body\nmissing expected field : files\nin transformer response : {\"message\": {\"0\": {\"attributeKey\": \"messageId\", \"attributeValue\": \"\"}}, \"spreadSheet\": \"Sheet1\", \"spreadSheetId\": \"18I88tLkUVVYLQ-xBHBcs5I6YwcJX63NUEB8KLWHh32Y\"}",
      "firstAttemptedAt": "2021-12-17T15:13:46.579Z"
    }
    `
    n
    • 2
    • 2
  • c

    clean-animal-34153

    12/17/2021, 7:02 PM
    Hi! Are you planning to add Zendesk Talk as a source? I see that Blendo used to support it: https://www.blendo.co/integration/zendesk-talk/
    n
    • 2
    • 3
  • b

    bright-tiger-25875

    12/17/2021, 8:40 PM
    Hi all, a quick question related to data security. If I understand correctly Rudderstack doesn't keep a local copy of your data but rather just stores the data in my own data warehouse. Is there anyway I can verify or show that no personal data is maintained in Rudderstack systems? Additionally I am also looking for the SOC2 Type 2 report from Rudderstack and a data processing agreement. Can anyone point me in the right direction?
    n
    l
    p
    • 4
    • 4
  • d

    delightful-iron-41867

    12/19/2021, 12:49 PM
    šŸ‘‹Ā Hi everyone! At RemotelyHQ, we are building a fun game based team building events platform. I was wondering if anyone can guide me on resources or tips to track call analytics by using rudderstack. I want to be able to measure how many people were in a game together. How long it lasted and how much time each individual spent time in that game
    d
    • 2
    • 1
  • s

    strong-translator-738

    12/20/2021, 8:02 AM
    Hello, we are following the PHP SDK document https://rudderstack.com/docs/stream-sources/rudderstack-sdk-integration-guides/rudderstack-php-sdk/
    d
    • 2
    • 1
1...474849...127Latest