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

    strong-translator-738

    12/20/2021, 8:02 AM
    can you advise where we can get ""consumer" => "lib_curl", // fork_curl" from?
  • a

    average-kilobyte-5114

    12/20/2021, 12:22 PM
    Hi all! We have integrated the Pinterest tracking pixel but the ecommerce specification is set up incorrectly I think. If you look at line 3 in the propertyMappingConfig file here https://github.com/rudderlabs/rudder-sdk-js/blob/production/integrations/PinterestTag/propertyMappingConfig.js You’ll see that both
    Checkout Step Completed
    and
    Order Completed
    map to
    Checkout
    . Checkout is Pinterest’s event for a purchase, but Checkout Step Completed should be fired on every step according to your ecom spec (so also shipping infomation filled out, etc). This leads to way too many conversions in Pinterest and also the Checkout Step Completed event contains different information, so they cannot really be combined anyway. I think that mapping should be
    Copy code
    {
        src: ["order completed"],
        dest: "Checkout",
      },
    Or am I missing something? Thanks!
    d
    • 2
    • 13
  • b

    broad-laptop-85515

    12/21/2021, 4:19 AM
    Hi guys, When I try the Webhook destination, I can see this error for each events in the destination live event stream: SyntaxError: Unexpected token .
    l
    • 2
    • 5
  • b

    brief-pager-63582

    12/21/2021, 2:31 PM
    Hello, having a problem while using facebook pixel destination. It doesn’t seem to include “value” event property even though the source is sending it. Tried to create it with transformation as well, it just disappears somehow. Please advise.
    d
    t
    • 3
    • 3
  • s

    salmon-oyster-12421

    12/21/2021, 3:04 PM
    hey there, maybe an obvious answer but i am unable to find info if rudderstack does execute the destination calls on their server side or on client side?
    • 1
    • 1
  • a

    aloof-application-11971

    12/22/2021, 3:46 AM
    Has anyone got some tips on implementing Rudderstack for an Auth0 login flow? • I know there’s a direct event stream, but is this good enough? • If we were to successfully install rudderstack tracking code onto the login pages hosted by Auth0, has anyone got cross-domain cookie tracking to work to keep an anonymous user ID intact?
    d
    • 2
    • 1
  • g

    great-appointment-55357

    12/22/2021, 8:33 AM
    Hello, I have a question about Mixpanel destination. I see in your documentation, this section about sending super properties: https://rudderstack.com/docs/destinations/analytics/mixpanel/#explicitly-setting-people-properties-and-super-properties Basically, from my understanding, when this toggle is turned on, Mixpanel will send all user traits, coming from identify calls, as properties of the track calls ? Is that the case ? If so, does that work in cloud mode also ? Or only with the device / client side SDK ?
    d
    • 2
    • 2
  • s

    salmon-oyster-12421

    12/22/2021, 9:12 AM
    hey hey, is it possible to add a custom destination to rudderstack? For destination that are not in the catalogue yet
    👀 1
    p
    t
    • 3
    • 4
  • p

    powerful-forest-14749

    12/22/2021, 11:04 AM
    Hi guys, is it possible to configure the Adjust destination in device mode in React Native?
    t
    • 2
    • 8
  • a

    ambitious-laptop-55722

    12/22/2021, 1:16 PM
    I have (possibly) a very basic question: I'm trying to send a very simple event using a python Lambda in AWS. Now when I run the python locally, it works. When I execute it within a Lambda on AWS, it doesn't send the event. No error. All seems to have worked. Except the event never arrives. Any thoughts ?
    t
    • 2
    • 5
  • v

    victorious-window-26829

    12/22/2021, 5:23 PM
    Hi, I have been added to a workspace however when I open the link on the email it brings me to my rudderstack account where I can not see that workspace. Can someones please help me?
    l
    • 2
    • 2
  • m

    mammoth-kitchen-41836

    12/23/2021, 5:52 AM
    Hello Team, we had deployed rudderstack on production. Due to infra constraints we had reduce replica to 1. Network outage happened due to which pods were not able to connect to each other and now its showing as connection refused. I tried restarting rudderstack-postgresql and rudderstack pods but no luck. Could you kindly help in that case?
    n
    • 2
    • 8
  • m

    mammoth-kitchen-41836

    12/23/2021, 6:00 AM
    FATAL: the database system is starting up
  • m

    mammoth-kitchen-41836

    12/23/2021, 6:01 AM
    FATAL: terminating connection due to administrator command
  • w

    worried-plumber-47973

    12/23/2021, 8:16 AM
    Hi team, we have deployed rudderstack on our premises. We are using JavaScript ask as a source to get events from our website and AWS redshift as our source. Now since we have multiple websites, i wish to differentiate the tables created from each service using a prefix. Is there a possibility to do it in rudderstack opensource?
    t
    • 2
    • 5
  • b

    brief-pager-63582

    12/23/2021, 10:48 AM
    Hi, pardon me if it’s a trivial question. I need to clarify if there is a mechanism to match anonymus users with identified users ? Using /identify call seem to ignore anonymousId when adding a userId to the call. It generated new rudderId, even though the same anonymousId is present. So how do i connect the same identity with previous /identify calls that had anonymousId, but no userId ?
    t
    • 2
    • 7
  • e

    echoing-magician-52122

    12/23/2021, 2:47 PM
    Hi can someone help me finish setting up slack as destination? I enabled it successfully but not sure of the next steps or if I missed some.
    t
    • 2
    • 3
  • f

    few-pharmacist-35949

    12/23/2021, 5:04 PM
    Hi everyone, I would like to ask if you have any way to get the data coming from the Customer Feedback API in Hubspot implemented in your solutions: https://developers.hubspot.com/docs/api/crm/feedback-submissions I found you have 2 different Hubspot integrations (marketing and CRM) but the tables are the same. I would appreciate if someone can bring light into this, Thank you in advance.
    n
    • 2
    • 2
  • s

    stocky-engine-48021

    12/25/2021, 5:47 AM
    Trying out RudderStack cloud. When setting up a SalesForce destination why does it require user name, password and accesstoken? Doesn't it use Oauth that only needs Consumer secret and key? Moreover, if the user name, password is to be provided, it should obtain accesstoken itself. Am I missing something ehre?
    n
    • 2
    • 1
  • s

    strong-translator-738

    12/27/2021, 9:41 AM
    hi, i'm trying to send the event to FB pixel and when debug it says "error": "No properties for the event so the event cannot be sent."
    n
    • 2
    • 1
  • s

    strong-translator-738

    12/27/2021, 9:42 AM
    anyone know how to fix? many thanks
  • b

    broad-laptop-85515

    12/27/2021, 3:40 PM
    Hi guys! Do you have an updated version of this doc? The new CloudFront doesn’t looks like this anymore. https://rudderstack.com/docs/user-guides/how-to-guides/custom-domains/
    b
    • 2
    • 25
  • g

    gentle-gold-96709

    12/27/2021, 5:48 PM
    Hi everyone! Context I'm trying to connect to PostgreSQL as a destination. My PostgreSQL is Timescaledb cloud. Error When I try to sync this destination, I always get an ECONNABORTED error :
    Failed to trigger uploads for destId=####: ECONNABORTED - timeout of 60000ms exceeded
    Solutions tried I verified the username, password, host ,... I changed password encryption in PostgreSQL from SCRAM to md5 I also tried using the admin user but it didn't work either. Thank you for your help!
    n
    • 2
    • 2
  • c

    colossal-vr-36816

    12/28/2021, 1:49 AM
    Hello, our Zendesk pipeline is stuck. It looks like it’s been running for a whole day and we are unable to stop it. It looks like very little data has been processed. We have the job configured to run every 15 minutes, and typically the job only needs to run for a few minutes This we periodically (every 2 or so months) have this issue with our Zendesk pipeline. The pipeline will get stuck and will run for extended periods of time and we are unable to stop it. Data pipeline Id: 5e0a6420a012db00115daf89 Data Source: Zendesk Tables: zendesk_groups, zendesk_organizations, zendesk_tickets Job started: December 26, 2021 170122 Please help to cancel the job so we may be able to restart it. For your information, we have had this problem multiple times before. It would be helpful if we can troubleshoot the root cause of the issue and how we can prevent this from happening again.
    n
    • 2
    • 3
  • e

    echoing-magician-52122

    12/28/2021, 2:08 AM
    Newbie question here: Is unification possible in either rutherstack/customer.io using the anonymous_id or other means?
    n
    • 2
    • 1
  • b

    better-hamburger-47047

    12/28/2021, 8:09 AM
    Facing issues with running rudder-server: below are the logs. Any help?
    n
    • 2
    • 5
  • b

    better-hamburger-47047

    12/28/2021, 8:16 AM
    It was working earlier. Am I missing something?
  • w

    worried-plumber-47973

    12/28/2021, 9:47 AM
    We are running rudder-server on premises. Everything works fine and we are also getting the data at our destination. But intermittently we are seeing this error in our log file
    Copy code
    bugsnag/sessions/publisher.publish invalid API key: ''
    Why is this being caused? And what is the solution to this?
    n
    • 2
    • 1
  • l

    late-salesclerk-13651

    12/30/2021, 8:06 AM
    Hello.. I'm using Rudderstack Open Source and trying to publish Avo tracking plan to Rudderstack but it requires access token. Is there any way to generate the access token using self hosted Rudderstack? or is it limited to rudderstack cloud? Thank you
    l
    • 2
    • 1
  • a

    acceptable-dinner-96552

    12/30/2021, 8:51 PM
    Hello .... I have created a Source (webhook) and a Destination (google sheets) but the json data that comes in source is not the same that arrives in Destination
    t
    • 2
    • 3
1...484950...127Latest