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

    agreeable-apartment-4138

    10/01/2021, 2:56 PM
    Hey, i am a newbie on Rudderstack trying to integrate my JS web app with Rudderstack JS sdk. I see the message getting sent, but in the live events on rudderstack console, it is erroring out. And the error message is not available/unclear
    n
    • 2
    • 13
  • c

    careful-ambulance-83700

    10/01/2021, 3:41 PM
    Hello, Team , I am new to rudderstack and trying to troubleshoot why we are getting duplicate events on GTM. We do not have any custom events (or tag/trigger) set for  the event “Slot toggled”. But we see duplicate events for every rudderstack generated event. • On GA4 debug view the events are generated once but not sure why GTM tag assistant is showing duplicates. Attached is the different  For GA - we see one call to 
    gtag()
     and other to  
    dataLayer.push()
    For GTM - we two calls to 
    dataLayer.push()
    PS : Total newbie here, so please help me out to troubleshoot what I have done wrong 🙂
    n
    • 2
    • 4
  • a

    adamant-farmer-96194

    10/02/2021, 7:54 PM
    Hi team I encountered a error when sending identify calls to Mixpanel from a http source
    Copy code
    {
      "error": "Cannot destructure property `device` of 'undefined' or 'null'."
    }
    The request is quite simple:
    Copy code
    {
      "userId": "OEuS2bw8w",
      "traits": {
        "xxxxx_count": "1"
      }
    }
    n
    • 2
    • 5
  • r

    rhythmic-wolf-44521

    10/03/2021, 3:46 PM
    Hello! My control plane currently says that I am on the free tier and says “Trial Limit: 1000 events/min” even though I am hosting an open source data plane. Is there any way to switch my account to an open source one/is this statement true? I was under the impression if you self-host the data plane, the Rudderstack control plane is free.
    a
    n
    • 3
    • 3
  • c

    clever-helmet-16168

    10/04/2021, 11:43 AM
    Hi Team, I want to get Salesforce leads data to amplitude users, Is there a way to add amplitude as a destination for Salesforce source?
    n
    • 2
    • 4
  • b

    big-train-26174

    10/05/2021, 12:26 PM
    HI Team I,m using a rudder (android) for around a year and I made the integration of using Firebase as a destination and all is good in events suddenly when uploaded the latest version of my app the Firebase events are not delivered anymore so can you please help me with that what is the case?
    n
    • 2
    • 5
  • b

    big-train-26174

    10/05/2021, 12:26 PM
    Thanks
  • l

    lively-match-41028

    10/05/2021, 5:09 PM
    👋 Hello, team! I'm looking to extract data from linkedin ads into a data warehouse. do you support this source? thanks!
    n
    • 2
    • 3
  • h

    handsome-salesmen-73769

    10/06/2021, 10:47 AM
    Hi, I am currently exploring Rudderstack and it looks really noce so far. I am using the webhooks feature but would be interested in knowing how to set the table name in the DWH to a non standard name (ie name of the source, Sendowl). This would become very important when you have multiple webhooks with very different data. Thanks for giving a hint.
    n
    • 2
    • 4
  • d

    dry-orange-54797

    10/06/2021, 2:33 PM
    Hello! I am hosting my own Rudderstack server instance, and I would like to be sure that I properly set up my Nginx reverse proxy for the server to expose the API's to my apps that use the client libraries. Can anyone point me to some examples of others setting this up?
    n
    a
    • 3
    • 3
  • a

    abundant-area-11718

    10/06/2021, 8:40 PM
    Hello, how are you all? is there any way to implement the Flutter source in config-generator
    n
    • 2
    • 2
  • f

    freezing-agent-68538

    10/07/2021, 3:37 AM
    Hey Team, We were planning to implement rate limiting and circuit breakers in rudder stack using redis because we get sudden traffic spikes, we are using the free tier code, is there support to enable the same? cc @some-hairdresser-58556
    n
    • 2
    • 17
  • i

    incalculable-engineer-9537

    10/07/2021, 10:47 AM
    Hi Team, Can someone tell me Where can I find the Flutter SDK for the Rudder Stack?
    k
    • 2
    • 2
  • f

    famous-waiter-33801

    10/07/2021, 5:23 PM
    I'm unable to change the configuration of my Snowflake source or add a second destination. My account has Admin privileges. Is this intended?
    t
    • 2
    • 1
  • b

    billions-fireman-56323

    10/08/2021, 11:26 AM
    do youguys have paid service for implementation? our engineer who took care of RudderStack recently left the company 😞 we recently finished implementing the SDKs but not sure how to connect to the destinations
    n
    l
    • 3
    • 2
  • c

    clever-river-75998

    10/08/2021, 2:54 PM
    Hello We have an implementation for rudderstack, using Android SDK and connecting to Firebase, Facebook & MixPanel. We are experiencing a sudden issue with events not reported to Firebase and we found that there is updated config in the Rudder config in the project that we didn't trigger manually. What could be the cause of APK rudder config gets updated automatically and does this has anything to do with the drop in the events?
    n
    • 2
    • 8
  • a

    adamant-farmer-96194

    10/11/2021, 6:53 AM
    Is there a release cycle for RudderStack, the latest v0.1.9 is released on Apr 30, 2020.
    n
    • 2
    • 4
  • b

    big-boots-25401

    10/11/2021, 2:56 PM
    Hello All, is there a way to disable the default "page" event ?
    a
    • 2
    • 2
  • b

    big-boots-25401

    10/11/2021, 3:20 PM
    the rudderanalytics.ready() function doesn't get triggered on our side, are we doing something wrong ?
    Copy code
    rudderanalytics.ready(() => {
      console.log('ITS READY !') // this is never logged
    })
    
    console.log('MAYBE ITS READY !') // this is logged
  • b

    big-boots-25401

    10/11/2021, 3:21 PM
    using
    Copy code
    function RAready() {
      console.log('ITS READY !');
      window.alert('ITS READY !');
    }
    rudderanalytics.ready(RAready);
    Same result, no alert, no console.log
    n
    • 2
    • 12
  • b

    big-boots-25401

    10/12/2021, 9:34 AM
    Can anyone here give me an indication of the final production size of the rudderstack ios and android sdk ?
    n
    k
    • 3
    • 2
  • b

    bulky-noon-15156

    10/12/2021, 2:11 PM
    Hey all -- I was looking around the documentation for Content Security Policy settings and couldn't find anything. Can anyone point me in that direction?
    n
    p
    • 3
    • 6
  • p

    proud-animal-97803

    10/12/2021, 3:54 PM
    Does RudderStack's Facebook Pixel implementation default to the Cloud Mode?
    n
    • 2
    • 2
  • a

    adamant-farmer-96194

    10/12/2021, 4:45 PM
    Why the worker CPU usage is so high. we only have ~300 events per minute, both my 2 workers used ~1.6 CPU.
    n
    • 2
    • 5
  • i

    important-honey-21473

    10/13/2021, 5:09 AM
    Hey guys, I am new to Rudderstack. I would like to understand if I create two destinations let's say to mixpanel and Kafka via this, will this
    (rudder-server)
    be pushing to them in batches or one-by-one?
    n
    • 2
    • 4
  • p

    proud-animal-97803

    10/13/2021, 1:48 PM
    Question about Facebook Live Events in the Destination dashboard: I currently see escaped JSON
  • p

    proud-animal-97803

    10/13/2021, 1:48 PM
    { "body": { "XML": {}, "FORM": { "data": [ "{\"user_data\":{\"external_id\":\"e59bbea6227c578f97fc467bc62dc3407d4885693d74e6e970f6cab44158fef4\",\"em\":\"6b6504734d88eeca38686b559eadf6732d5496b18df58316ad27fce23e0dff7e\",\"client_ip_address\":\"24.189.107.50\",\"client_user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36\"},\"event_name\":\"Purchase\",\"event_time\":1634132750,\"event_source_url\":\"https://localhost:5678/checkout\",\"custom_data\":{\"content_ids\":[\"5169880817563862062\"],\"content_type\":\"product\",\"currency\":\"USD\",\"value\":45,\"contents\":[{\"id\":\"5169880817563862062\",\"quantity\":1,\"item_price\":45}],\"num_items\":1}}" ],
    n
    • 2
    • 2
  • p

    proud-animal-97803

    10/13/2021, 1:48 PM
    Is this expected?
  • b

    bright-grass-7504

    10/13/2021, 2:28 PM
    Hi guys 🙂 How are you? I'm experimenting this error, when I try to synch some of my destinations by clicking the "synch now" button, am I doing something wrong?
    n
    g
    • 3
    • 11
  • p

    proud-animal-97803

    10/13/2021, 3:00 PM
    I have RudderStack sending identify(), page(), and track() events in cloud mode (FB CAPI) successfully. So, no pixel, since we're not sending events in device mode. However, FB is complaining with
    Copy code
    Server External ID Not Matching to Pixel External ID for identify Event
    You're sending the external_ID parameter for your identify event from your server, but you're not sending the external_ID parameter for this event from your pixel code. If you send external_ID for an event from your server, you should also send it from your pixel code for best results.
    This may cause issues with the attribution and delivery optimization of your ad campaigns.
    Is FB expecting both pixel and CAPI setup? I thought it was possible just to use server-side FB events (CAPI), which is the default in RS. The solution FB recommends in their "How to fix it" is
    Copy code
    Send external_ID as part of your pixel init call. For details about the external_ID parameter, visit the Facebook for Developers site.
    What's confusing is that I'm not explicitly calling init anywhere.
1...394041...127Latest