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

    alert-vegetable-59655

    03/05/2023, 11:21 AM
    I'm setting up Facebook Pixel and Conversion API and events are being tracked, however I'm seeing warnings in the Facebook dashboard for all events: "Server External ID Not Matching to Pixel External ID for <PageView> Event". Has anyone had a similar issue? In the Facebook live events I can see an external_id which appears to be a hashed value that is not present in the Rudderstack events themselves. So I'm not sure where this value is derived, what's is supposed to be and why FB thinks it's incorrect.
    q
    • 2
    • 6
  • a

    astonishing-fall-92473

    03/06/2023, 9:39 AM
    Hello, some hours ago I got some errors related to https://api.rudderstack.com:
    Copy code
    WARN	backend-config	backend-config/single_workspace.go:81	Failed to fetch config from API with error: Get "<https://api.rudderstack.com/workspaceConfig?fetchAll=true>": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying after 269.201191ms
    Now they are gone. Were there any problems with your infrastructure in the previous hours?
    👍 1
    m
    q
    • 3
    • 2
  • l

    little-notebook-46410

    03/06/2023, 4:13 PM
    Hello! I have a doubt regarding how to use SDK sources set up in self-hosted control plane (https://www.rudderstack.com/docs/get-started/rudderstack-open-source/control-plane-lite/#using-sdk-sources-set-up-in-self-hosted-control-plane) How I can host the exported file in a helm installation?
    q
    • 2
    • 1
  • f

    famous-lizard-59530

    03/06/2023, 5:40 PM
    👋 It looks like for the last hour or so events are not getting to my destinations. I can see the events arrive in the live event viewer, but they don’t seem to make it any further. Are there any issues at the moment? This had been working fine for a couple weeks.
    h
    • 2
    • 2
  • a

    acceptable-glass-51311

    03/07/2023, 12:08 PM
    Hello I installed rudder stack in my website and its fine and tracking everything that I want to track. I used ga4 as a destination. All the page view events are sent but all the track event are sent as general event "user interaction". For eg I have a track method named 'vehicle-details'. I want the event with same name in the google analytics as well. Can anyone support me with it. PS: I have used free account.
    h
    • 2
    • 3
  • a

    ambitious-machine-3311

    03/07/2023, 4:40 PM
    Hi, Planning to integrate Rudderstack with Okta. Is SSO enforced right away after support enables it, at my request, or will I have the option to wait until I'm ready.
    đź‘€ 1
    m
    q
    d
    • 4
    • 6
  • a

    alert-vegetable-59655

    03/08/2023, 2:56 AM
    Using the Klaviyo destination, is it possible to send custom events that are not mapped from the 4 standard eCommerce events in the docs? I need to send a 'Shared Product' event to create an email trigger, however that isn't supported in the mapping.
    m
    q
    • 3
    • 3
  • e

    echoing-processor-11471

    03/08/2023, 3:07 PM
    Hello, I have a quick question regarding the standard ecommerce events that Rudderstack supports. When defining them in a Tracking Plan, should we use the predefined properties for each of them with the same naming convention, or we can add custom ones? Thank you!🙏
    h
    • 2
    • 1
  • v

    victorious-island-22015

    03/08/2023, 6:17 PM
    Hey support, could somebody confirm that my account has access to “device-mode transformations” beta? I lose the transformations tab on the GA4 destination when I configure “Enable pure device mode deployment”.
    m
    • 2
    • 3
  • c

    creamy-table-83685

    03/08/2023, 7:55 PM
    Hi, two questions about Facebook Pixel destination: 1. Facebook is reporting that events sent via the conversion API are being received hourly, and when I look at the graph of Events for the Facebook Pixel in Rudderstack, it also looks like events are sent hourly..... if that is actually happening, then can anyone explain why in Test mode, events are being deduplicated, and I can click on the 'server' button in event mode, and see server events in real time? Is Rudderstack sending in real time, and then sends again every hour? 2. It seems the FBP is never send in Cloud mode, but is nearly always being sent in device mode. Is there something I need to do to have FBP send in cloud mode? Background: We have 2 facebook Pixel destinations setup, one is set with the device mode toggled on, the other has it toggled off. Here is a video of everything described above: https://www.loom.com/share/8ab0893605664da2ae0fc6f73ffc8bb8
    m
    a
    a
    • 4
    • 32
  • f

    few-activity-43960

    03/09/2023, 6:56 AM
    Hi everyone! We have configured a GA4 destination in hybrid mode. We are able to see all events in GA4 debug view or Real Time except the login/signup events, which are resulting from the identify call. In Rudderstack live events the identify seems to have no errors but not sure why is not converted to a login/signup event and passed to GA4. Could please provide some directions to solve this? Thanks!
    b
    • 2
    • 7
  • b

    bitter-mouse-72233

    03/09/2023, 10:24 AM
    Hello, Is "Alias" method supported for Braze in Cloud mode ? Thanks
    đź‘€ 1
    m
    q
    • 3
    • 2
  • j

    jolly-vr-37035

    03/09/2023, 3:24 PM
    Hi Support! I need some help with the Shopify integration. For example, SKU field string and number. But the documentation said it is a string. SKU is number:
    Copy code
    {
              "currency": "CAD",
              "name": "The Collection Snowboard: Oxygen",
              "price": "1435.00",
              "product_id": 8160787366167,
              "sku": 8160787366167,
              "variant": [
                {
                  "available": true,
                  "created_at": "2023-03-09T07:57:11-05:00",
                  "grams": 0,
                  "id": 44618522788119,
                  "option1": "Default Title",
                  "position": 1,
                  "price": "1435.00",
                  "product_id": 8160787366167,
                  "requires_shipping": true,
                  "sku": "",
                  "taxable": true,
                  "title": "Default Title",
                  "updated_at": "2023-03-09T07:57:11-05:00"
                }
              ]
            },
    SKU is string:
    Copy code
    {
              "currency": "CAD",
              "name": "The Multi-managed Snowboard",
              "price": "882.00",
              "product_id": 8160787202327,
              "sku": "sku-managed-1",
              "variant": [
                {
                  "available": true,
                  "created_at": "2023-03-09T07:57:11-05:00",
                  "grams": 0,
                  "id": 44618522493207,
                  "option1": "Default Title",
                  "position": 1,
                  "price": "882.00",
                  "product_id": 8160787202327,
                  "requires_shipping": true,
                  "sku": "sku-managed-1",
                  "taxable": true,
                  "title": "Default Title",
                  "updated_at": "2023-03-09T07:57:15-05:00"
                }
              ]
            },
    I checked the documentation. There this field should be a string. Could you help to me, please?
    m
    q
    g
    • 4
    • 11
  • q

    quaint-engine-78304

    03/09/2023, 9:13 PM
    Hi, we want to add MinIO storage Event data retention, but when configuring it, we get this error message:
    Copy code
    Invalid destination creds, failed for operation: upload with err: 
    Your previous request to create the named bucket succeeded and you already own it.
    q
    • 2
    • 3
  • l

    limited-advantage-28048

    03/09/2023, 9:53 PM
    Hi Rudderstack. I'm trying to integrate with Pipedrive, and you are asking for a UserID and Groupid on the settings form. The team at Pipedrive don't know what these are.
    đź‘€ 1
    m
    e
    q
    • 4
    • 4
  • c

    cool-house-4166

    03/10/2023, 4:21 AM
    Hi, I would to monitor my application in real-time via some dashboard. Here is the sample event that I would like to monitor. • Login Success/Failed • Onboarding Success/Failed • No of Deposit/Withdrawal • No of transaction I'm not sure that Rudderstack is the right tool for this purpose or not. What I used to do in the past is sending the metric to Prometheus and visualize it on Grafana.
    q
    • 2
    • 1
  • i

    important-traffic-89039

    03/10/2023, 7:28 AM
    Hello @gentle-petabyte-80785 @plain-parrot-49913 , I am from a game studio and we are using Unity Ads as main source to acquire users and using AppLovin as main mediation source. Do you know any ways to integrate with these source in order to get raw data and send to BigQuery via RudderStack? If you have any alternative solutions, please DM me Thank you
    g
    • 2
    • 3
  • e

    eager-pizza-76165

    03/10/2023, 8:09 AM
    Hi, I’ve set up rudderstack via the react native sdk. The events are flowing in the development build, but I don’t receive any events by the app built by our deploy pipeline (tested just Android app via Internal testing on Play Console). I verified that: • the env vars (URL and WRITE_KEY) are set correctly • the prod env vars work when used locally - the events are flowing to the production source • the app knows the vars (it’s set up to crash on missing vars) Is it possible there’s different behavior on a production build? Did I miss a step, or should everything work out of the box and I need to continue debugging the prod build?
    c
    k
    • 3
    • 10
  • f

    few-activity-43960

    03/10/2023, 12:24 PM
    Hey guys! Do you know if there is a way to make this parameter nullable? Sending true only when is signup? Thanks!
    q
    • 2
    • 1
  • r

    rich-train-7066

    03/13/2023, 5:20 AM
    Hey guys! We're using two projects, both cloud, but one of the project shows messaging as if we're using open source (e.g. no dataplane URL, invite colleagues shows "only available in cloud"). Are we doing something unknowingly?
    l
    • 2
    • 5
  • w

    witty-beard-29204

    03/13/2023, 8:41 AM
    Hi folks! QQ, if an event has 2 destinations, does it get billed as 2 events or just a single event?
    h
    • 2
    • 2
  • a

    average-kilobyte-5114

    03/13/2023, 9:13 AM
    Hello! Since yesterday the rudder server suddenly stopped working
  • a

    average-kilobyte-5114

    03/13/2023, 9:13 AM
    I have this error in the logs
    Copy code
    {
      "log": "2023-03-13T09:11:51.947Z\tWARN\tbackend-config\tbackend-config/single_workspace.go:81\tFailed to fetch config from API with error: Get \"<https://api.rudderstack.com/workspaceConfig?fetchAll=true>\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying after 362.505776ms\n",
      "stream": "stdout",
      "time": "2023-03-13T09:11:51.948065231Z"
    }
    h
    a
    • 3
    • 63
  • h

    happy-lion-10209

    03/13/2023, 10:19 AM
    Hello! I'm trying to get RudderStack to play well with Group Profiles in Mixpanel. I've put group details (name, etc) in traits when doing the group call, but it doesn't show up in Mixpanel. I couldn't find anything about it in the docs. Does anyone have any ideas to what might be wrong? Is group profiles even supported by the RudderStack / Mixpanel integration?
    h
    g
    • 3
    • 11
  • b

    broad-island-80682

    03/13/2023, 6:33 PM
    I’m trying to programmaticlly create a Facebook Custom Audience destination. However, the API keeps returning a 400 status code with the message
    {'error': 'No validation method found for definition FB_CUSTOM_AUDIENCE'}
    . I modeled my JSON payload after what the API is returning for a similar destination created through the UI. Not sure what this “validation method” the error is referring to is. I searched through the codebase on github and didn’t find anything promsing.
    Copy code
    import requests
        FACEBOOK_TOKEN = '*****************'
        
        def create_destination(name, custom_audience_id):
            dest = {'config': {'audienceId': str(custom_audience_id),
                               'accessToken': FACEBOOK_TOKEN,
                               'maxUserCount': '100',
                               'userSchema': ['EMAIL'],
                               'isHashRequired': False,
                               'isRaw': False,
                               'disableFormat': False,
                               'skipVerify': False,
                               'type': 'NA',
                               'subType': 'NA'},
                    'name': name,
                    'type': 'FB_CUSTOM_AUDIENCE',
                    'enabled': True,
                    }
    
            headers = {'Authorization': 'Bearer *******************'}
            url = '<https://api.rudderstack.com/v2/destinations>'
            resp = <http://requests.post|requests.post>(url, json=dest, headers=headers)
            return resp
    Has anyone run into this before?
    l
    g
    • 3
    • 8
  • w

    witty-beard-29204

    03/14/2023, 5:53 AM
    Hi 👋🏼 Is it possible to transfer the ownership of a workspace to another user?
    m
    l
    q
    • 4
    • 6
  • f

    famous-lamp-53775

    03/14/2023, 10:42 AM
    Good day, Is there anyone that could please possibly assist me with a Flutter to Trengo integration via RudderStack? Our app is a messaging app very similar to WhatsApp that assists students to connect to university lecturers. We require basic messaging capability like WhatsApp does with Trengo. I have already created a custom channel on Trengo and connected the source (Flutter app) to destination (Trengo).
    m
    a
    +2
    • 5
    • 19
  • f

    few-activity-43960

    03/14/2023, 11:38 AM
    Hi everyone! I’m not able to see identify events in Rudderstack live events section and it seems the events are sent. Do you know what problem could be? Thanks!
    a
    b
    • 3
    • 10
  • b

    brash-nightfall-83618

    03/14/2023, 12:44 PM
    Hi, currently netcore is not a supported destination, is there any plan to add it?
    m
    q
    • 3
    • 2
  • c

    calm-flower-84865

    03/14/2023, 2:58 PM
    Hi, I have Pendo as a destination but I cannot add my PHP source to it. It only allows me to add javascript sources to Pendo. Do you know how I can fix this?
    c
    • 2
    • 1
1...110111112...127Latest