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

    straight-raincoat-91897

    11/04/2022, 12:51 PM
    This message was deleted.
  • m

    most-ocean-90575

    11/04/2022, 12:54 PM
    Hi Team, I have a doubt regarding the rudder_id and anonymous_id, which are getting created at rudder level. Are these ids supposed to be mapped to a unique user? What is the definition of unique user at rudder level. Can someone help us in getting it resolved please.
    h
    h
    • 3
    • 8
  • p

    powerful-toddler-74674

    11/04/2022, 2:28 PM
    Hello, New to rudderStack I’m trying to setup a destination for analytics 4, but the data is not showing in google analytics, and when I do live event all the events are in the successful section. No sure what is wrong. Any ideas on how to troubleshoots this?
    • 1
    • 7
  • m

    most-ocean-90575

    11/04/2022, 2:35 PM
    Hi Team, Access to our controlplane hasbeen disabled, because of a human error, one of the apps kept sending data to the free-tier data plane. Can the access please be reinstated, currently team is blocked on it. cc: @early-angle-85373 @shy-kite-21035
    s
    • 2
    • 3
  • n

    nice-controller-88811

    11/04/2022, 3:03 PM
    question: my bing ads token has expired after 90 days of use. how do i refresh it?
    • 1
    • 2
  • q

    quiet-jewelry-69986

    11/04/2022, 8:17 PM
    Hi ! I'm having an issue connecting a source to an existing webhook destination. The webhook url is:
    <https://in-automate.sendinblue.com/api/v2/trackEvent>
    and I'm getting the following error:
    Copy code
    Failed to save destination configuration - ["webhookUrl must match pattern \"(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|(https?|ftp)://(-\\.)?([^\\s/?\\.#-]+\\.?)+(/[^\\s]*)?$\""]
    The weird thing is that I have other sources already connected and working with the same webhook destination Do you have any idea what it might be?
    • 1
    • 1
  • c

    colossal-scientist-46929

    11/04/2022, 11:22 PM
    Hey All! [Haven’t used rudderstack before, so] This is probably a dumb question, but when installed on a JS client , does the rudderstack script act as a tagmanager? e.g. does it load destination tags onto the client? Or is rudderstack used in conjunction with a tag manager?
    h
    • 2
    • 5
  • i

    important-iron-82890

    11/05/2022, 1:17 PM
    Hello all, I'm trying to use your JS SDK API to detect the presence of Adblocker on the pages, but I'm not able to get it to work. My
    load
    function looks like this
    Copy code
    e.load(WRITE_KEY, DATAPLANE_URL, {	configUrl: DATAPLANE_URL, sendAdblockPage: true, sendAdblockPageOptions: {} });
    When I read your documentation here, I can see that the SDK relies on calling google-analytics script in order to decide whether the adblock is active or not. However, I don't see this script being fetched. Is there a way I can debug this? Or is there something I'm missing? Thanks.
    • 1
    • 8
  • p

    purple-motorcycle-5125

    11/05/2022, 4:30 PM
    Hello! I'm getting a 400 error when sending a simple Promotions Viewed event to GA4.
    Copy code
    {
      "error": "Products is an required field for 'Promotion Viewed' event"
    }
    Request
    Copy code
    window.rudderanaltyics.track(
      'Promotion Clicked',
      {
        creative: "home-promo-order-3"
        name:  "Fancy Heals"
        position: "home-promo-1"
        promotion_id:  "2022-5-Fancy Heals"
      }
    )
    Settings Use device-mode to send events: False
    Promotion Clicked
    event is passing, with the same payload.
    g
    • 2
    • 3
  • f

    full-napkin-56745

    11/06/2022, 6:25 PM
    Hi, I already connected JS SDK with Bigquery, and now i have all the tables, but i need some help with DBT to get something similar to a customer journey ( where he comes from, what does in my webpage and where he leaves the site) some idea where to start?
    h
    • 2
    • 1
  • s

    straight-raincoat-91897

    11/06/2022, 9:49 PM
    This message was deleted.
  • f

    full-napkin-56745

    11/06/2022, 9:50 PM
    i am trying to run this https://github.com/rudderlabs/dbt-customer-journey-analysis/
  • f

    full-napkin-56745

    11/06/2022, 9:50 PM
    but it seems difficult. DBT sends me this error.
  • f

    full-napkin-56745

    11/06/2022, 9:51 PM
    Running with dbt=1.3.0 [0m214754 Encountered an error while reading the project: [0m214754 ERROR: Runtime Error Invalid config version: 1, expected 2 Error encountered in /usr/src/develop/user-141439/environment-137372/repository-106794/dbt_project.yml Runtime Error Could not run dbt
    s
    p
    • 3
    • 4
  • f

    full-napkin-56745

    11/06/2022, 9:52 PM
    my dbt_project.yml is ok , i think
  • f

    full-napkin-56745

    11/06/2022, 9:53 PM
    # Name your project! Project names should contain only lowercase characters # and underscores. A good package name should reflect your organization's # name or the intended use of these models name: 'rudder_customer_journey_analysis' version: '1.3.0'
  • f

    full-napkin-56745

    11/06/2022, 9:53 PM
    i added 1.3.0. from 1.0
  • f

    full-napkin-56745

    11/06/2022, 9:55 PM
    and i need support to understand this "Important: Please remember to change
    schema
    in
    tracks.yml
    ,
    dbt_event_registry.sql
    and
    dbt_event_registry_last_N_days
    to your database schema."
  • f

    full-napkin-56745

    11/06/2022, 9:55 PM
    if it is already "tracks" what i need to change?
  • s

    strong-translator-738

    11/07/2022, 4:18 AM
    Hello, i’m trying to send begin_checkout event to GA4 but it didnt work. Already sent track event “Checkout Started” and can see it in Rudderstack but there’s nothing in GA4. Can you help? Much appreciated
    s
    l
    f
    • 4
    • 31
  • n

    nutritious-carpenter-97732

    11/07/2022, 6:09 AM
    Hey all - I’m trying to filter out all URL variables that are getting sent through to my Facebook pixel Output as they are being incorrectly flagged as medical data. Any suggestions on how to stop the highlighted data from being sent?:
  • n

    nutritious-carpenter-97732

    11/07/2022, 6:09 AM
  • m

    most-ocean-90575

    11/07/2022, 10:23 AM
    Hi Team, Can anyone help us in identifying logic of deviceid, anonymous_id and rudder_id. We are getting multiple users to the anonymous ids , and this is causing issue at our analysis. This is critical for our adoption, Can someone please help?
    • 1
    • 1
  • e

    echoing-policeman-52446

    11/07/2022, 9:11 PM
    Hi team — I am trying to use RudderStack’s Unity SDK. It works great on Android & Web builds but I am unable to get it building on IOS. Details in the thread
    s
    h
    g
    • 4
    • 13
  • g

    great-minister-59816

    11/07/2022, 10:28 PM
    Hey there, I’m working on getting Rudderstack integrated in the front end our of Wordpress marketing site and several different Javascript applications that are part of our service. I’ve got the events tracking correctly using the Javascript SDK, but I’m running into a challenge with the identity resolution to unify the event data from a user’s pre-signup profile and merge that into the user profile that is created post sign up. (even when this does not happen in the same session or browser) I was able to somewhat resolve this using the
    .alias
    method, however, that causes the user ID to remain the anonymous ID rather than replacing with the new primary ID which is the user’s ID. I’m thinking the
    .merge
    function can help me with this, but I have a few questions. 1. The merge function does not appear to be available in the Javascript SDK. Does this mean I’d have to call this server-side? 2. Does the merge function translate correctly to Mixpanel? (that’s where most of our data is being pushed to) 3. Is there some way to accomplish this merge via Transformations (such as, when a new user is identified, look up to see if there is an existing user with the same email address in their profile and if so merge those two users together?)
    j
    • 2
    • 3
  • b

    brash-balloon-85545

    11/08/2022, 9:52 AM
    Hey there 👋. Trying to make the event ingestion work on a CloudFront distribution following https://www.rudderstack.com/docs/user-guides/how-to-guides/custom-domains/#setup-for-sending-events. Was able to make
    sourceConfig
    work but the event ingestion fails with
    405
    (CORS failure on OPTIONS) on `*.`cloudfront.net even though all
    GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE
    are allowed. Is the subdomain CNAME mandatory because in the docs it’s flagged as optional?
    h
    • 2
    • 11
  • f

    fancy-sundown-1424

    11/08/2022, 10:46 AM
    Does anyone have experience with rudderstack and AWS Redshift regarding the costs? We are currently looking into using rudderstack to forward events from our App, salesforce and google analytics into customer.io and mixpanel. I would also like to store the events permanently in the data warehouse. I assume there will be around 1-2 million events/mo. Its very hard for me to estimate which Redshift instance we should use and how much cost this will create.
    ✅ 1
    h
    • 2
    • 8
  • w

    wide-helicopter-30479

    11/08/2022, 12:43 PM
    hello all i am try to send all source data to destination but somehow some data is missing why destination is only allow some specific parameters ?
    h
    • 2
    • 1
  • r

    rough-fountain-70422

    11/08/2022, 5:05 PM
    Hi I was wondering what the best practice was for excluding sending certain fields to destinations (via the JS web sdk or web ui)? For example, I’m sending an
    externalId
    to Google Analytics, but want to exclude it from sending to Facebook.
    q
    • 2
    • 2
  • c

    cuddly-ice-9680

    11/08/2022, 5:41 PM
    Hello, doing some discovery on implementing GA4 through Rudderstack. Previously, I thought it was best practice to integrate with GTM and then GA , at least it was when using Segment - is this strategy still recommended for GA4?
    p
    p
    • 3
    • 21
1...949596...127Latest