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

    witty-beard-29204

    06/10/2022, 3:43 PM
    Hey everyone! 👋🏼 Anyone here already had successfully used the rudderlabs/dbt-customer-journey-analysis dbt package? I've already added it to my
    packages.yml
    and executed
    dbt deps
    . I've also added
    rudder_customer_journey_analysis
    configuration in my local
    ~/.dbt/profiles.yml
    , but when I try to
    dbt run
    i get this error
    Copy code
    15:35:51  Running with dbt=1.0.4
    15:35:51  Encountered an error:
    Runtime Error
      Failed to read package: Runtime Error
        Invalid config version: 1, expected 2
      
      Error encountered in <some local path>/transformation/dbt_packages/rudder_customer_journey_analysis/dbt_project.yml
    
    Error encountered in <some local path>/transformation/dbt_packages/rudder_customer_journey_analysis
    Anyone here can point out what should I do to make this work? Thanks in advance 🙂
    🎫 1
    n
    p
    • 3
    • 5
  • p

    proud-animal-97803

    06/10/2022, 5:50 PM
    Hi, I'm trying to integrate Rudderstack with GA4. The examples in the docs show that the Firebase App ID is to be passed in the externalId field as the third param in the track() call, and as the second param in page() call:
    Copy code
    {
      externalId: [{
        type: "ga4AppInstanceId",
        id:   xxxxxxxxxxxxxx
      }]
    }
    But I don't see any options for identify() call. Has anyone set this up successfully yet?
    🎫 1
    n
    • 2
    • 4
  • a

    acoustic-hospital-26300

    06/11/2022, 8:31 AM
    Hi Everyone, I wonder if it’s possible to send events via WEB Javascript SDK tracker to multiple planes at the same time? I looks like our self-hosted data-plane is loosing events and I can’t understand how we can check if it failing to handle incoming events. Maybe you can point me to any analytics we can check it with?
    🎫 1
    s
    • 2
    • 4
  • m

    mammoth-queen-17413

    06/11/2022, 11:26 AM
    Please correct me if I am wrong. I don’t understand why a self-hosted deployment is calling rudder own backends ?! I though the promise for this over Segment is the self hosted part with an equivalent API. Apparently not !
    🎫 1
    h
    • 2
    • 21
  • m

    mammoth-queen-17413

    06/11/2022, 2:28 PM
    React Native SDK not working as expected, I red in the docs that rudder is a drop in replacement for Segment, I did a drop in replacement but it is not working, after doing 2 days of debug the rudder sdk on ios, I suspect the same thing happening with android init (setup) method not working correctly for a self hosted rudder. I raised an issue on the react native repo: https://github.com/rudderlabs/rudder-sdk-react-native/issues/119
    🎫 1
    s
    • 2
    • 10
  • t

    thankful-electrician-16984

    06/12/2022, 9:18 AM
    @shy-kite-21035 @late-pillow-88086 Following up the GA4 & UA not receiving the events if I use the Pixel API - now it seems to be working. However something else is now broken. I am using the Pixel API (under a HTTP source endpoint, I didnt find anything else that suits - is it the right thing to do?) and it seems to now require an http Authorization header even though it ignore the write key that it includes. On Thursday it didn't require it at all. This request will work:
    Copy code
    curl --location --request GET '<https://hosted.rudderlabs.com/pixel/v1/track?writeKey=><write key here>&anonymousId=1.4&event=popup_impression' \
    --header 'Authorization: Basic <base64 encoded write key>'
    For example, this request will return error 401 with error "Write Key is missing":
    Copy code
    curl --location --request GET '<https://hosted.rudderlabs.com/pixel/v1/track?writeKey=><write key here>&anonymousId=123&event=popup_impression'
    🎫 1
    s
    d
    +3
    • 6
    • 42
  • f

    freezing-smartphone-54225

    06/13/2022, 10:50 AM
    Hi, This is Vivek i have a question , can we deploy rudderstack on docker swarm ? i tried with below config , please suggest if any this wrong
    version: '3.7'
    services: rudderstack: image: rudderlabs/rudder-server:1-alpine entrypoint: sh -c '/wait-for development.xxxxxxxxxx.com:5432 -- /rudder-server' ports: - "8080:8080" environment: - JOBS_DB_HOST=development.xxxxxxxxxx.com - JOBS_DB_USER=dbuser - JOBS_DB_PORT=5432 - JOBS_DB_DB_NAME=rudderdb - JOBS_DB_PASSWORD=xxxxx - DEST_TRANSFORM_URL=http://d-transformer:9090 - CONFIG_BACKEND_URL=https://api.rudderlabs.com - WORKSPACE_TOKEN=xxxxxxxxxxxxx - STATSD_SERVER_URL=rudderstack-metrics-exporter:9125 deploy: replicas: 1 restart_policy: condition: on-failure networks: - demo_network rudderstack-d-transformer: image: rudderlabs/rudder-transformer:latest ports: - "9090:9090" environment: - STATSD_SERVER_HOST=rudderstack-metrics-exporter - STATSD_SERVER_PORT="9125" deploy: replicas: 1 restart_policy: condition: on-failure networks: - demo_network rudderstack-metrics-exporter: image: prom/statsd-exporter:v0.22.4 ports: - "9102:9102" deploy: replicas: 1 restart_policy: condition: on-failure networks: - demo_network networks: demo_network:
    🎫 1
    s
    • 2
    • 4
  • m

    mammoth-queen-17413

    06/13/2022, 11:26 AM
    Is this error crucial ? I set the env for config workspace from json file to true and made sure the file is packaged with the docker:
    h
    • 2
    • 5
  • m

    mammoth-queen-17413

    06/13/2022, 11:26 AM
    Copy code
    copilot/backend/f22353935 2022-06-13T11:29:55.827Z	ERROR	jobsdb/jobsdb.go:2148	[proc_error] Empty workspace key provided while looking into jobsdb cachemap
    copilot/backend/f22353935 2022-06-13T11:29:55.889Z	ERROR	jobsdb/jobsdb.go:2148	[gw] Empty workspace key provided while looking into jobsdb cachemap
    f
    • 2
    • 2
  • b

    big-flower-74927

    06/13/2022, 2:36 PM
    Hello all, I've setup a reverse ELT to sync data from model to Klaviyo. It sync successfully in RS but no data is added into Klaviyo. How can I have access to logs to try to understand the problem. We are using RS cloud. Thx :)
    🎫 1
    n
    • 2
    • 22
  • q

    quiet-garage-79715

    06/13/2022, 2:37 PM
    Hi, I'm trying to setup a GAds destination and my events won't go through. How can I get assitance?
    🎫 1
    n
    • 2
    • 5
  • p

    purple-waitress-82738

    06/13/2022, 6:09 PM
    Receiving the following error intermittently when sending data to Google Adwords. Have reauthenticated via OAuth and problem still occurs: Destination Id:
    26Osp639PG5nlB77sWQNXUPlQLv
    Copy code
    {
      "content-type": "",
      "response": "{\"message\":\"[Error occurred while processing response for destination google_adwords_remarketing_lists]: Google_adwords_remarketing_list: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See <https://developers.google.com/identity/sign-in/web/devconsole-project>. during ga_audience response transformation\",\"destinationResponse\":{\"error\":{\"code\":401,\"message\":\"Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See <https://developers.google.com/identity/sign-in/web/devconsole-project>.\",\"status\":\"UNAUTHENTICATED\"}},\"authErrorCategory\":\"REFRESH_TOKEN\"}",
      "firstAttemptedAt": "2022-06-13T13:48:23.418Z"
    }
    🎫 1
    s
    • 2
    • 9
  • m

    melodic-city-48562

    06/13/2022, 6:23 PM
    Hi, I'm seeing an authentication issue when using the JavaScript SDK in beacon mode. I get a 401 with "Write key is missing" even though it's being supplied as a query param. The issue goes away when I set useBeacon to false. Sounds a little similar to the issue mentioned here: https://rudderstack.slack.com/archives/C01E4PLB135/p1655025537587919?thread_ts=1655025537.587919&amp;cid=C01E4PLB135
    🎫 1
    n
    s
    • 3
    • 10
  • f

    faint-restaurant-74315

    06/13/2022, 7:18 PM
    Hello everyone, with regards to running instances of rudderstack backend and eventually decommissioning them, does anything stand out about our understanding of the following sequence (in my case using snowflake as a destination) I think it’s at least a little possible that we’d need a whole 30 mins to deregister. Not 100% on this, but I think it works like this: • event comes in • rudder server processes it • rudder server/transformer finish with it pretty quick, but then it goes to s3 for ‘staging’ • every 30 mins, staged events are synced to snowflake.. i think this is initiated by the rudder server, and i’m not sure if it has a record of things it tells snowflake to sync, or if it tells it to sync a whole prefix • if it’s telling snowflake specific things to sync, then we could be leaving events orphaned in S3 which will build up over time
    🎫 1
    n
    • 2
    • 10
  • d

    dazzling-petabyte-60244

    06/13/2022, 9:04 PM
    Is it possible to continue to use a self hosted data plane in combination with a paid rudderstack pro account? The use case is that we have multiple apps, where some are back-end apps firing millions of events like "email sent", "experiment viewed", etc. These are more of internal system events, and just need to arrive in our DWH. On the other hand for our customer facing app, we would like to rely on rudderstack pro with priority support and such.
    🎫 1
    n
    • 2
    • 5
  • m

    most-photographer-75131

    06/14/2022, 8:24 AM
    Hello all. I ues Flutter SDK rudder_sdk_flutter: ^2.1.1 and followed readme to setup. but i got
    UnimplementedError: initialize(String writeKey,{RudderConfig? config, RudderOption? options}) has not been implemented.
    here is my code⬇️ i need some help🙇
    Copy code
    import 'package:rudder_sdk_flutter_platform_interface/platform.dart';
    import 'package:rudder_sdk_flutter/RudderController.dart';
    
    
    late final RudderController rudderClient;
    
      Future<RudderService> init() async {
        rudderClient = RudderController.instance;
        initialize();
        return this;
      }
    
      initialize() {
        RudderConfigBuilder builder = RudderConfigBuilder();
        builder
            .withDataPlaneUrl("xxxxx");
        builder.withLogLevel(RudderLogger.VERBOSE);
        RudderOption options = RudderOption();
        const String _writeKey = "xxxxxxxxx";
        rudderClient.initialize(_writeKey,
            config: builder.build(), options: options);
      }
    🎫 1
    s
    k
    n
    • 4
    • 17
  • w

    wide-lawyer-50229

    06/14/2022, 1:08 PM
    hi guys. I am a but unsure if recordings and autocapture works for destination posthog via rudderstack. I contacted Posthog community and they say no. https://github.com/PostHog/posthog.com/pull/3582/files#diff-7e510271658c8447daddc2cf1d8ee0e4f942c3ae8221a9f9107d411a0c1a2802 Since you guys have these settings available can you please confirm? much obliged
    🎫 1
    s
    n
    • 3
    • 9
  • m

    miniature-egg-94880

    06/14/2022, 9:20 PM
    Hey, I created AWS cloudfront distributions for serving the config, and for dataplane proxy, but I get the CORS error for both.
    Access to XMLHttpRequest at '<https://subdomain.domain.com/sourceConfig/?p=web&v=1.9.0>' from origin '<http://localhost:3000>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
    I followed the tutorial from here: https://www.rudderstack.com/docs/user-guides/how-to-guides/custom-domains/#setup-for-sending-events I also tried multiple configurations, like the one from the screenshot, but they didn't work. I only managed to successfully configure serving the sdk from my subdomain.
    🎫 1
    n
    s
    +2
    • 5
    • 9
  • t

    thankful-electrician-16984

    06/15/2022, 11:50 AM
    I have an issue where events dont arrive consistently to Universal Analytics from a specific source but work well with another. I have one JS SDK source and one HTTP/Pixel API source. The HTTP source arrives to Universal Analytics immediately and the events from the JS source sometimes arrive and sometimes not. The source is connected to MixPanel and the events arrive there without any issue
    🎫 1
    s
    • 2
    • 11
  • w

    wide-lawyer-50229

    06/15/2022, 2:23 PM
    Last update is something to be wary of for EU customers and GA4 destination: https://support.google.com/analytics/answer/9164320?hl=en#061322&amp;zippy=%2Creleases
    s
    • 2
    • 2
  • h

    happy-quill-29300

    06/15/2022, 6:13 PM
    hello. new here. we’re using rudderstack to send data to Facebook Pixel but the events are failing to deliver. i think i have the events mapped correctly and the correct pixel id is in the configuration, but no luck. any insights? workspace name is tripscout-andy
    🎫 1
    s
    • 2
    • 11
  • b

    billions-salesmen-82992

    06/16/2022, 3:51 AM
    Hi guys, I have setup a simple transformation from http --> braze, just to test it out, I just made the connection only (with no transformation script added). I tried to catch live events, saw events coming into http sources, but nothing come to the Braze destination
    🎫 1
    n
    • 2
    • 19
  • r

    rapid-window-1118

    06/16/2022, 7:50 AM
    Excuse me, Im working with Transformation server and I hosted in localhost (use opensource). I dont know how to transform my event to destination (specific here is PostgreQL) . Could you guide me how and where to push my events (file Json) to Transformation Server and get the result after transform? Im confusing those code of rudder-transformer 😅
    🎫 1
    s
    n
    • 3
    • 16
  • b

    big-piano-61369

    06/16/2022, 7:50 PM
    anyone implement auth0 -> rudderstack? I'm hoping to use rudderstack as the glue between auth0 and hubspot for both user account creation as well as deletion.
    🎫 1
    n
    r
    • 3
    • 14
  • h

    happy-quill-29300

    06/17/2022, 2:20 AM
    hello. anyone map rudderstack -> facebook pixel successfully? getting loads of “Server Sending Invalid Match Key Parameters for Applied Filter Event” red flags. curious if anyone has done this successfully? is it a tag manager issue? also certain events like “Purchase” aren’t appearing at all
    👀 1
    🎫 1
    n
    l
    +2
    • 5
    • 50
  • f

    flaky-article-11631

    06/17/2022, 9:41 AM
    i'm having a strange issue setting up an AWS RedShift destination in RudderStack Cloud; all the connection steps pass except 'Verifying Load Table', which appears to fail. i have followed the set-up docs and can see tables in the appropriate schema in RedShift, but they are always empty. can anyone suggest a way to fix this problem? thanks
    🎫 1
    s
    • 2
    • 7
  • w

    wide-lawyer-50229

    06/17/2022, 1:25 PM
    hi guys. if we try to circumvent ad blockers and make a proxy server integration: • will the device mode destinations still work? • will the device mode destination still circumvent the adblockers?
    🎫 1
    s
    h
    n
    • 4
    • 8
  • w

    wide-lawyer-50229

    06/17/2022, 2:32 PM
    Since we switcher posthog to device mode posthog is 100% usable (heatmaps, recordings, autotrack, etc). But is there any way to pass the
    anonymousId
    from Rudderstack JS SDK to posthog-js? we now have a different clientID if we mix client mode and cloud mode sources.
    n
    a
    • 3
    • 3
  • a

    acceptable-airport-99110

    06/17/2022, 6:29 PM
    Hi! Is it possible to send identify call before "Application Installed" event on mobile (android and ios sdk) we would like to send user country and other additional informations https://www.rudderstack.com/docs/rudderstack-api/api-specification/application-lifecycle-events-spec/#application-installed
    🎫 1
    n
    s
    • 3
    • 7
  • c

    chilly-translator-4932

    06/17/2022, 7:20 PM
    Hi there, is it possible to automate the create of destinations and sources. As well as connecting them without going into the console?
    n
    • 2
    • 2
1...767778...127Latest