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

    prehistoric-honey-22655

    10/20/2022, 9:13 AM
    Hello! Do you guys have SQL how to import rudderstack .parquet files from S3 into Snowflake?
    copy into test_table from (select $1:_timestamp::varchar from @my_s3_stage );  --gives me 0 files scanned
    or following gives me following error: "_PARQUET file format can produce one and only one column of type variant or object or array. Use CSV file format if you want to load more than one column._"
    Copy code
    copy into test_table
       from (
        select
        $1:_timestamp::timestamp,
            $2:anonymous_id::varchar,
            $3:channel::varchar,
            $4:context_app_build::varchar
     from
     @my_s3_stage)
    file_format = (
     TYPE = 'PARQUET' 
     SNAPPY_COMPRESSION = TRUE
     ) 
     FORCE = TRUE
     ON_ERROR = 'SKIP_FILE_1%'
    • 1
    • 3
  • p

    powerful-zebra-50304

    10/20/2022, 9:22 AM
    Hello all, I have implemented self-hosted control plane. I am successfully able to send the events as shown below in the screenshot. I am trying to send events to moengage. I have successfully configured everything as mentioned in the docs, the APIID and stuff. But, the issue I am facing is that I am not able to receive the events fired in moengage dashboard? Can anyone help me out with it?
    • 1
    • 6
  • m

    miniature-doctor-84037

    10/20/2022, 10:09 AM
    Hi everyone, is there any way of doing reverse ETL with the open source tools, for example Datawarehouse to any destination?
    j
    • 2
    • 4
  • m

    miniature-doctor-84037

    10/21/2022, 1:25 PM
    How easy it is to move from a self-hosted RudderStack to the Cloud version?
    • 1
    • 5
  • b

    bitter-mouse-72233

    10/21/2022, 4:54 PM
    Hello, Using Amplitude, i'm tracking the Viewed Page event. When the page has a name the event change from 'Viewed Page' to 'Viewed {page_name} Page' I want to has a single event name 'Viewed Page' with has property the name but never change the event name itself. How can I achieve that ? Thanks Matthias
    • 1
    • 3
  • b

    bumpy-intern-99877

    10/22/2022, 10:02 AM
    Hey, I am playing around with Rudderstack and HubSpot source to Postgres warehouse (Free plan). Configured it to only sync Contacts and Companies. I noticed that not all default contact properties like "Persona" are synchronized (checked by querying the DB). On the other hand, it is aware of at least some custom properties. Now I wonder, if there is some limitation or additional configuration needed.
    s
    • 2
    • 14
  • b

    brief-pager-69878

    10/23/2022, 11:14 PM
    Hi, I'm trying to use RudderStack Reverse ETL to send data from Redshift to Braze. Braze supports customer attributes that are JSON/object (see "Object" here in these docs), but I am struggling to format the data in my column in Redshift in such a way that Braze parses it correctly. I have tried: • Column with SUPER datatype in Redshift so data look like,
    "{\"last will and testament\": \"in progress\"}"
    • Column with VARCHAR datatype in Redshift so data look like,
    {"last will and testament": "in progress"}
    Everything that I have tried, though, results in Braze viewing the data as string and therefore not being to treat it like a JSON (and, for example, parse out values for certain keys). Can you help? Should it be possible to use Reverse ETL to send user traits that are JSON objects? If so, how? Thanks!
    • 1
    • 7
  • r

    refined-island-8932

    10/24/2022, 7:52 AM
    Dear support, I have tried the auth0 migration guide but it doesn't work. Currently, is there a way to add auth0 as a source? 😄 https://auth0.com/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-log-extensions#auth0-management-api-webhooks
    j
    • 2
    • 5
  • b

    broad-river-36855

    10/24/2022, 7:12 PM
    Hi guys, I have very basic question. Does open source version of rudderstack have Transformation module component inside Data Plane?
    • 1
    • 5
  • m

    mammoth-xylophone-84173

    10/25/2022, 6:51 AM
    Hi! Im trying to extract data from ActiveCampaign to BigQuery but cant get the custom values or tags of a contact. I've checked all the resources/tables available. @wonderful-daybreak-93715 thanks in advance!
    👀 1
    s
    • 2
    • 7
  • t

    thankful-plumber-98061

    10/25/2022, 7:52 AM
    Hello guys, I'm playing around with Rudderstack and I want to do automatic transfers from HubSpot (source) to BigQuery (destination). Both are setup successfully with no validation errors. However, I can't see any data on BigQuery after I click "Sync now" (in source connection). Monitor > Syncs tab is empty. I'm on Free plan. Any ideas? Thanks!
    s
    • 2
    • 4
  • f

    few-businessperson-23812

    10/25/2022, 4:25 PM
    Hello everybody, I’ve juste start to add Rudderstack integration with the php sdk, but my page’s loading indefinitely ... someone has an idea where that can come from or how I can debug Rudderstack integration ?
    • 1
    • 19
  • l

    late-leather-232

    10/25/2022, 6:17 PM
    Hello! I am migrating to Rudderstack from Segment. Segment had a way to load third party scripts that would, for instance, install chat widgets like Intercom.
    h
    j
    • 3
    • 9
  • g

    great-processor-9812

    10/26/2022, 6:11 AM
    Hello! I am migrating to Rudderstack. Just trying to integrate
    Taboola Pixel
    but was not able to find the same in destination. Just wanted to know if there a way to integrate that?
    • 1
    • 6
  • g

    gifted-pizza-68567

    10/26/2022, 9:28 PM
    Hi Everyone, I’m looking to have multiples instances of the same destination (ex: google tag manager) but with different configurations (for GTM, the container ID) and to selectively choose which GTM destination to load at runtime. Our application gets installed on our partner websites and I’d like to use Rudderstack to propagate events to their own GTM container. I know there is the integrations option on the Javascript SDK, but that doesn’t seem to let me indicate a specific GTM destination that I’d like to load (seems to be all or none.) I’d appreciate any insight into whether this is possible.
    • 1
    • 2
  • b

    bright-afternoon-44693

    10/26/2022, 10:37 PM
    is there anyway to get the source name in a transformation programmatically, i don't see it listed in
    metadata(event)
    p
    • 2
    • 3
  • s

    straight-raincoat-91897

    10/27/2022, 10:01 AM
    This message was deleted.
    e
    s
    +2
    • 5
    • 14
  • c

    cold-gold-778

    10/27/2022, 5:22 PM
    Hi, everyone! First post, two questions here: The first is that we're noticing via iOS SDK, the app sometimes freezes when tracking lifecycle events are enabled. Is there a way to mitigate this issue? The second is via the JavaScript SDK, it seems that users get a new anonymous id when transferring from the marketing page ex website.com to the application pages app.website.com. What is the best way to resolve that issue so the anonymousID stays the same and their session isn't interrupted?
    👍 1
    h
    • 2
    • 5
  • s

    square-policeman-22381

    10/28/2022, 9:30 AM
    Hello, I created two destinations for my rudderstack , one for pendo and another for posthog using device mode. However when i see the anaonymous id in Posthog and Pendo . They are not the same. My source javascript is:
    Copy code
    <script type="text/javascript">
    !function(){var e=window.rudderanalytics=window.rudderanalytics||[];e.methods=["load","page","track","identify","alias","group","ready","reset","getAnonymousId","setAnonymousId","getUserId","getUserTraits","getGroupId","getGroupTraits"],e.factory=function(t){return function(){var r=Array.prototype.slice.call(arguments);return r.unshift(t),e.push(r),e}};for(var t=0;t<e.methods.length;t++){var r=e.methods[t];e[r]=e.factory(r)}e.loadJS=function(e,t){var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="<https://cdn.rudderlabs.com/v1.1/rudder-analytics.min.js>";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a)},e.loadJS(),
    e.load("XXXXXXXXXXXXXXXXXXXXXXX","<https://YYYYYYYYYYYYYYY.dataplane.rudderstack.com>"), e.page(),e.track()}();
    </script>
    Any idea of what to do to have the same in both 🙏🏾 ?
    • 1
    • 4
  • w

    wide-lawyer-50229

    10/28/2022, 1:30 PM
    Hi guys, would it be possible to utilise the
    context.device.id
    for GA4
    client_id
    mapping out of the box in the transformer? We are now mostly depended on
    anonymousId
    value for the deviceId, but that gets us some wrong mappings. eg in posthog it maps to
    Anon Distinct ID
    according to posthog engeneers. But deleting
    anonymousId
    for not being used in posthog breaks the mapping for GA4. Would be great if you would standardise the source for device id or client id since its a standard data point used in multiple tools. Please consider it. 🙏
    s
    h
    s
    • 4
    • 5
  • p

    proud-businessperson-71460

    10/28/2022, 3:30 PM
    Wea are checking out the rudder to export data from NetSuite to Redshift. All the tables the following columns are being added context_destination_id context_destination_type context_ip context_request_ip context_source_id context_source_type context_sources_batch_id context_sources_job_id context_sources_job_run_id context_sources_task_id context_sources_task_run_id context_sources_version Assuming this is added by RudderStack, can we exclude these columns instead pf adding to exported tables???
    p
    • 2
    • 3
  • e

    early-sundown-60512

    10/29/2022, 1:35 AM
    Hi support team, duplicate class from com.rudderstack.android.sdkcore1.5.2 and com.rudderstack.android.sdkcore mpx1.1.1 on android. Does anyone have any suggestion?
    s
    h
    c
    • 4
    • 11
  • c

    cool-jelly-87034

    10/29/2022, 6:37 PM
    Hello Team we are doing setup of the open source Data Plane but its not being Up Below is the error attached please help us.
    s
    h
    • 3
    • 11
  • s

    salmon-plastic-31303

    10/30/2022, 11:59 AM
    Hi all, I have installed the Gatsby plugin and can see my events from localHost appear in Rudderstack but I can’t see them in GA4. Is there something obvious I should do that I am not or any common issues?
    • 1
    • 8
  • r

    rich-noon-99360

    10/30/2022, 4:45 PM
    Hi, I am all new to Rudeerstack and I am trying to evaluate the product for a Modern data stack for collecting and activating data for a Customer data platform based on Azure DataBricks. I have a few questions: • Do Rudderstack have full support for Azure DataBricks for both destination and source for Reverse ETL (could not find connector when testing) • Are the build-in identity resoulution available to DataBricks or coming soon? • Is it possible to run a Warehouse Action after a DBT job run (is available in other products) • Can you Trigger Warehouse Actions by API or Orchestration tool to enable a end-2-end flow? • Can you somehow achieve higher frequency for Warehouse actions? • Model (for Reverse ETL) Documentation does not mention DataBricks. What limitations will be derived from this? And is it coming soon? • Is it possible to select or use DBT models in models (for Reverse ETL)? Thank you in advance.
    s
    e
    • 3
    • 7
  • f

    full-napkin-56745

    10/30/2022, 7:31 PM
    Hi , i set up rudderstack with amplitude but using the amplitude API key, a 400 error message is fired in rudderstack. Any idea how to solve this? Thx
    • 1
    • 4
  • s

    steep-monitor-58104

    10/31/2022, 2:02 AM
    Hi, supprot team! Seems mavnen repository metadata have some problem. If I go there I got 403 fobidden and it make error during build which is on flutter. https://jcenter.bintray.com/com/rudderstack/android/sdk/core/maven-metadata.xml
    • 1
    • 6
  • f

    full-napkin-56745

    10/31/2022, 6:01 AM
    hi, suppor team. I have some questions... i remove GA4 and add RD JS sdk in my site
  • f

    full-napkin-56745

    10/31/2022, 6:02 AM
    I can see pageviews only and i like to add more events to track, How to do it?
    • 1
    • 2
  • f

    full-napkin-56745

    10/31/2022, 6:59 AM
    JS SDk only tracks pageviews by default?
    • 1
    • 5
1...929394...127Latest