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

    adorable-planet-58025

    09/01/2021, 12:12 AM
    Hi, we have the same issue with Blendo extraction for Zendesk as I reported before. The data sync is running for more than 24 hours and it’s not possible to stop it from UI. Please help to stop the sync.
    n
    • 2
    • 5
  • h

    handsome-animal-43816

    09/01/2021, 12:52 AM
    Hi all, I’m generating page views etc using the Javascript SDK and am unsure as to what contextual fields should be available A list of contextual fields is outlined here https://docs.rudderstack.com/rudderstack-api/api-specification/rudderstack-spec/common-fields But in my page view event the following fields aren’t in the event: “device”, “timezone”, “network” (I assume this is just for android sdk) and “os” is empty.  Is there any extra documentation that outlines which contextual fields are available in which sdks ?
    n
    • 2
    • 2
  • r

    rough-alligator-32210

    09/01/2021, 6:33 AM
    Hey guys, we are experiencing a memory leak with
    rudderlabs/rudder-server:1-alpine
    image on AWS ECS since Sunday (29/08).
  • r

    rough-alligator-32210

    09/01/2021, 6:33 AM
    Any advice as to what might have caused it or leads to investigate would be greatly appreciated
    n
    • 2
    • 13
  • r

    rough-alligator-32210

    09/01/2021, 6:37 AM
  • g

    gray-baker-21956

    09/01/2021, 8:28 AM
    Hello, I am David - the financial controller from Mews Systems, s.r.o. I have found out that you are the current owners of the Blendo. Sorry to contact you directly, but the Blendo ticketing system is not working and we have never received a response from help@blendo.co. Our Blendo currently doesn't work as all the pipelines are syncing for a day. The last successful sync was on the 31st of August at 1 AM Can you please somehow reset our Blendo? It's crucial for us to get it running as soon as possible.   Thank you very much in advance for your help!   Kind Regards,  David Novák
    n
    • 2
    • 3
  • a

    adorable-gold-9667

    09/01/2021, 1:25 PM
    Hey is there any way to blacklist certain properties while tracking events for Amplitude since Amplitude is not PII compliant? For eg of tracking an event:
    Copy code
    window.rudderanalytics.identify("userId1234", { email:"<mailto:foobar@gmail.com|foobar@gmail.com>", ph: "+11234567890", "zip": "75001" }); /* here make sure Amplitude doesn't get the *traits* since that will be violating PII */
    window.rudderanalytics.track("Performed this event")  // when this event is tracked make sure the identified user's traits are not sent here
    t
    • 2
    • 4
  • f

    flaky-lamp-59978

    09/01/2021, 1:47 PM
    👋 Hello, team! Great work on your product! I do belive that that online trial is broken, maybe you guys should take a look! regards, daniel
    t
    • 2
    • 1
  • f

    flaky-lamp-59978

    09/01/2021, 1:48 PM
    l
    • 2
    • 5
  • q

    quick-engineer-78417

    09/01/2021, 1:55 PM
    Hi, While using transformer for a destination, rudder-server is facing sudden spikes in memory usage. Is this behaviour normal? Due to this, rudder-server container is going out of memory sometimes. In attached screenshot, flat line duration is while using without transformer, and spikes while using transformer.
    n
    • 2
    • 3
  • h

    handsome-animal-43816

    09/02/2021, 12:43 AM
    Hi all, we’re evaluating Rudderstack, we’re based in Sydney and have some data security requirements as we deal with a lot of PII. Is RS ISO27001 compliant ? Or is there any information on how the data is stored in postgres before it’s flushed to destinations - e.g is it encrypted at rest ?
    n
    • 2
    • 3
  • r

    rhythmic-pizza-93292

    09/02/2021, 5:22 PM
    Hey 👋 how do I find out what version of rudder-server I'm running? The server is returning
    "Version":"23022021.065348"
    not sure what it means
    m
    n
    • 3
    • 16
  • b

    bulky-noon-15156

    09/02/2021, 10:05 PM
    I'm attempting to add Appcues as a destination and the Configuration tab only allows me to set an Account Id, but not an API Key. Is this destination fully supported? Am I missing something obvious?
    t
    • 2
    • 2
  • t

    thankful-hair-24699

    09/02/2021, 10:39 PM
    I have json files written by rudderstack into Azure blob storage. The files have a messageId. Is this a unique field or what should I use as a unique field(s)?
    t
    • 2
    • 2
  • n

    narrow-petabyte-24274

    09/03/2021, 4:31 AM
    Is there a way to edit existing credentials in sources/Warehouse -> Credentials ?
    c
    • 2
    • 7
  • g

    gorgeous-application-3887

    09/03/2021, 9:02 AM
    Hello Rudder Team, i am facing issues while testing events from localhost as well from our dev server. Our requests are getting blocked
    n
    • 2
    • 7
  • r

    rapid-engineer-48799

    09/03/2021, 2:06 PM
    With the node library: I’ve noticed that
    .track
    events automatically include user traits under
    context_traits
    I’m not sure if I’m doing something wrong but all
    .track
    events seem to use the
    traits
    from the most recent
    .identify
    call. e.g. 1. In node:
    .identify('User A', {email: '<mailto:a@a.com|a@a.com>'})
    2. In node:
    .track('action', 'User A')
    -> In WH:
    context_traits_email=<mailto:a@a.com|a@a.com>
    3. In node:
    .identify('User B', {email: '<mailto:b@b.com|b@b.com>'})
    4. In node:
    .track('action', 'User A')
    -> In WH:
    context_traits_email=<mailto:b@b.com|b@b.com>
    😱
    n
    • 2
    • 31
  • r

    rapid-engineer-48799

    09/03/2021, 2:06 PM
    ^ note the last track call is for
    User A
    but appears with the traits for
    User B
    in the warehouse (and all destinations)
  • n

    narrow-petabyte-24274

    09/03/2021, 6:11 PM
    Hi, seeing this error while performing datasource actions It happens for snowflake, checked to see provided database exist and authorized cc @busy-monkey-10873
    b
    c
    • 3
    • 4
  • i

    icy-exabyte-53668

    09/04/2021, 2:24 PM
    Hi, I am trying to setup rudderstack with react native, no error appears, and when I am trying to execute the track function, no event is tracked can anyone help ?
    n
    k
    • 3
    • 27
  • f

    fancy-answer-79663

    09/05/2021, 7:33 AM
    Hi, I'm using js source in cloud mode and I don't want sourceConfig check in sdk, how should I do this? I set loadIntegration false while loading sdk, but it didn't work.
    n
    • 2
    • 2
  • s

    shy-ghost-70319

    09/05/2021, 4:07 PM
    Hey all, got a brainteaser here (at least for me). We'd like to know how to best implement
    identity
    ,
    groups
    and
    userId
    for our particular use case. We're a two-sided marketplace – there are both buyers and sellers on our platform (gigsalad.com). An individual person can have different user types associated with them (buyer and seller accounts) but they're all tied together with a singular
    accounts
    table. The configuration looks like this: •
    accounts
    table – every user has a singular account and ID associated with them ◦ Not much information is stored here •
    buyers
    table – some accounts have buyer IDs associated with them ◦ One
    account
    can only have one
    buyer
    ID associated ◦ More information, but only buyer-focused information, is stored here •
    sellers
    table – some users seller IDs associated with them ◦ One
    account
    can have many
    seller
    IDs associated – if they create a listing for different things • Each table has unique ID within itself, but they're not unique between unique between them – an
    accounts
    ID of
    12345
    exists that is not related to the
    buyers
    ID of
    12345
    . A single
    account
    could have up to 20
    seller
    IDs associated with it. My question is... what would you all recommend we use for
    userId
    on pageviews, tracking events, etc.? The
    accounts
    ID? Or should we use the individual
    buyers
    and
    sellers
    IDs? Should we then associate all of their Identity entries together together with Groups? The
    buyers
    and
    sellers
    IDs aren't unique between them, so we would need to prepend them with
    b-12345
    or
    s-12345
    and similar.
    n
    • 2
    • 2
  • e

    echoing-minister-6344

    09/05/2021, 7:51 PM
    hello
  • e

    echoing-minister-6344

    09/05/2021, 7:51 PM
    i am new on this channel
  • e

    echoing-minister-6344

    09/05/2021, 7:52 PM
    i am having issue with docker env i am trying to setup external rds postgres with this docker-compose.yml file
  • e

    echoing-minister-6344

    09/05/2021, 7:52 PM
    can any one help me on this
    n
    • 2
    • 19
  • p

    powerful-forest-14749

    09/06/2021, 12:00 PM
    Hi all, quick question re the RS relay feature – how does this work given RS doesn't store any of the event data? Do you replay the data from the warehouse? I also saw a mention of S3 so curious to understand how that fits in too. Thanks!
    h
    • 2
    • 6
  • p

    powerful-forest-14749

    09/06/2021, 6:45 PM
    FYI there are typos in Python docs – key names should be snake case vs camel case i.e.
    user_id
    vs
    userId
    n
    b
    • 3
    • 4
  • p

    powerful-forest-14749

    09/06/2021, 7:04 PM
    Re the Amplitude destination, does RS allow the setting of
    session_id
    from server-side sources? Here's a link to the Segment docs that explains the feature but essentially this is so session events can be tied together even if some are sent from the server
    n
    • 2
    • 3
  • f

    famous-artist-36900

    09/07/2021, 1:56 PM
    Hi We have a BigQuery destination and it works correctly -- all data get updated every 30 minutes. However, we have checked the BigQuery audit logs and seen queries made by RudderStack service account every 30 minutes. These are queries to users table and they do full scan so the total amount of processed bytes is big -- basically it loads the full users table on every load job every 30 minutes. Given the size of users table, the total cost of all queries made by RudderStack load jobs per month is not negligible. Is it expected that load jobs produce such queries? Can it be optimized in some way so that maybe queries don't perform full scan?
    n
    • 2
    • 2
1...343536...127Latest