stale-easter-96042
06/09/2022, 8:55 AM405 Method not allowed
when using the raw http api. Can someone help me figure out what might be wrong with my request?
export const trackForUser = (userId, event, properties) => <http://axios.post|axios.post>(RUDDER_DATA_URL, {
headers: {
'Content-Type': 'application/json',
Authorization: `Basic ${btoa(`${RUDDER_WRITE_KEY}:`)}`,
},
body: {
userId,
event,
properties,
},
});
fancy-bird-48062
06/09/2022, 9:11 AMthankful-electrician-16984
06/09/2022, 9:27 AMworried-tailor-13264
06/09/2022, 10:29 AMorange-summer-40048
06/09/2022, 10:43 AMrich-zoo-66702
06/09/2022, 11:27 AMinput is undefined or null []
in rudderstack-transformer logs , we deployed using the helm chartmammoth-queen-17413
06/09/2022, 11:48 AMdazzling-helicopter-43260
06/09/2022, 1:56 PMhappy-egg-98157
06/09/2022, 4:55 PMswift-teacher-76639
06/10/2022, 6:27 AM"@rudderstack/rudder-integration-firebase-react-native": "^1.0.7"
. Is rudderstack gradle 7 ready?fancy-bird-48062
06/10/2022, 8:52 AMacoustic-hospital-26300
06/10/2022, 9:17 AMmammoth-queen-17413
06/10/2022, 9:27 AMmammoth-queen-17413
06/10/2022, 9:27 AMRROR misc/misc.go:1219 Unable to make a warehouse databricks build version call with error : Get "<http://localhost:8082/databricksVersion>": dial tcp 127.0.0.1:8082: connect: connection refused
shy-kite-21035
06/10/2022, 9:49 AMbillowy-garage-80875
06/10/2022, 11:36 AM$autocapture
events.
When sending from PH to a data warehouse, they are captured as actual $autocapture events but all properties are nested in a single column which is hard to work with.
With Rudderstack, you seem to put all of those properties into their own columns which is awesome but they are treated as click
and change
events instead of `$autocapture.`The issue is, there seems to be no way of determining what those click or change events are.
I most probably am not understanding these properly but I was wondering if there is a way to understand what those click or change events are associated with?
I have recently sent an email to have a demo call with the team but that will need to be later next week so would love to get an understanding of this structure before that simple smilefancy-bird-48062
06/10/2022, 12:47 PMevent.context.app.name
when using the JS SDK?lemon-dog-49453
06/10/2022, 12:58 PMd-transformer
docker image ?damp-painting-38913
06/10/2022, 1:53 PMmammoth-queen-17413
06/10/2022, 2:39 PMmammoth-queen-17413
06/10/2022, 2:39 PM{
"appType": "EMBEDDED",
"server": "UP",
"db": "UP",
"acceptingEvents": "TRUE",
"routingEvents": "TRUE",
"mode": "NORMAL",
"goroutines": "670",
"backendConfigMode": "JSON",
"lastSync": "2022-06-10T12:39:57Z",
"lastRegulationSync": ""
}
mammoth-queen-17413
06/10/2022, 2:40 PMmammoth-queen-17413
06/10/2022, 2:41 PMmammoth-queen-17413
06/10/2022, 2:41 PMmammoth-queen-17413
06/10/2022, 2:43 PMmammoth-queen-17413
06/10/2022, 2:43 PM[Fri Jun 10 2022 16:43:30.968] LOG [CodePush] App is up to date.
[Fri Jun 10 2022 16:43:39.838] LOG RudderSDK: Debug: Initializing Rudder RN SDK version: 1.4.1
[Fri Jun 10 2022 16:43:39.867] LOG RudderSDK: Debug: setup: created config
[Fri Jun 10 2022 16:43:39.879] LOG RudderSDK: Debug: setup: setup completed
gifted-carpet-78050
06/10/2022, 3:00 PMgifted-carpet-78050
06/10/2022, 3:00 PMgifted-carpet-78050
06/10/2022, 3:01 PMcolossal-honey-88138
06/10/2022, 3:07 PM<script>
rudderanalytics = window.rudderanalytics = [];
var methods = [
"load",
"page",
"track",
"identify",
"alias",
"group",
"ready",
"reset",
"getAnonymousId",
"setAnonymousId",
];
for (var i = 0; i < methods.length; i++) {
var method = methods[i];
rudderanalytics[method] = (function (methodName) {
return function () {
rudderanalytics.push(
[methodName].concat(Array.prototype.slice.call(arguments))
);
};
})(method);
}
rudderanalytics.load(XXXXXX, <https://XXXXXX.dataplane.rudderstack.com>);
rudderanalytics.page();
</script>
<script src="<https://cdn.rudderlabs.com/v1.1/rudder-analytics.min.js>"></script>
I have installed it to our wordpress site by adding the snippet to the <head>
section of our website. When i check the live events from Rudderstack, nothing is appearing - even if i go to our website in order to trigger events such as page-views. Can you help me about what i am doing wrong?
• XXXXXXX is of course replaced with the correct write key and URL from my rudderstack dashboard