elegant-sunset-25
02/11/2021, 12:16 PMorange-businessperson-82471
02/12/2021, 1:39 PMaloof-receptionist-41983
02/12/2021, 4:24 PMwooden-notebook-24208
02/12/2021, 4:26 PMmelodic-kitchen-12514
02/12/2021, 4:40 PMblue-morning-33679
02/12/2021, 5:16 PMfetching_remote_schema_failed
on the exported_data job state - has anyone seen this before and has any ideas how to resolve?sparse-whale-77537
02/12/2021, 6:41 PMwooden-notebook-24208
02/13/2021, 11:31 AM{
"body": {
"FORM": {},
"JSON": {
"api_key": "bls1242vhk2b4k2b4kj24k",
"events": [
{
"ip": "196.77.45.82",
"time": 1613215476201,
"os_name": "Firefox",
"app_name": "RudderLabs JavaScript SDK",
"language": "en-US",
"platform": "Web",
"device_id": "d080bb40-4701-41e2-aeec-21bfe387046b",
"insert_id": "83875502-85f2-4ec5-b900-b0d382e63054",
"event_type": "Viewed /ar-ma/consultations/30511/%D8%A7%D9%84%D8%AD%D8%AC%D8%B2-%D8%B9%D9%84%D9%89-%D8%A7%D9%84%D9%85%D9%85%D8%AA%D9%84%D9%83%D8%A7%D8%AA Page",
"os_version": "85.0",
"session_id": -1,
"app_version": "1.0.15",
"device_model": "Windows",
"event_properties": {
"url": "url",
"name": "pagename",
"path": "path",
"title": "title of page",
"search": "",
"referrer": "<https://www.google.co.ma/>"
}
}
],
"options": {
"min_id_length": 1
}
},
"XML": {}
},
"endpoint": "<https://api.amplitude.com/2/httpapi>",
"files": {},
"headers": {
"Content-Type": "application/json"
},
"method": "POST",
"params": {},
"type": "REST",
"userId": "userID",
"version": "1"
}
Would transformations work on this kind of payload?victorious-sugar-2780
02/15/2021, 3:20 AMfreezing-agent-68538
02/15/2021, 7:46 AMlittle-crowd-46307
02/15/2021, 9:20 PMbusy-monkey-10873
02/16/2021, 2:32 PMglamorous-vegetable-12904
02/16/2021, 3:53 PM"TypeError: Cannot read property 'namespace' of undefined
at responseBuilderSimple (/home/node/app/v0/destinations/af/transform.js:21:51)
at processSingleMessage (/home/node/app/v0/destinations/af/transform.js:155:10)
at Object.process (/home/node/app/v0/destinations/af/transform.js:159:10)
at Promise.all.events.map (/home/node/app/versionedRouter.js:65:44)
at Array.map (<anonymous>)
at handleDest (/home/node/app/versionedRouter.js:61:12)
at <http://router.post|router.post> (/home/node/app/versionedRouter.js:120:15)
at dispatch (/home/node/app/node_modules/koa-router/node_modules/koa-compose/index.js:44:32)
at next (/home/node/app/node_modules/koa-router/node_modules/koa-compose/index.js:45:18)
at /home/node/app/node_modules/koa-router/lib/router.js:346:16 []
"
i am using the go sdk to publish the events any idea of that am i doing wrongbroad-laptop-85515
02/16/2021, 4:26 PMplain-dog-23706
02/16/2021, 7:13 PMagreeable-cpu-25792
02/17/2021, 1:30 AMglamorous-vegetable-12904
02/17/2021, 9:33 AMError: Appsflyer id is not set. Rejecting the event
looking at af i see https://github.com/rudderlabs/rudder-transformer/blob/b65a06af7cb7da4f3c0bb59252106b02506ebbca/v0/destinations/af/transform.js#L33-L42 I do not understand where i should set this appsflyer id? or is it something wrong in the destination configuration?glamorous-vegetable-12904
02/17/2021, 9:39 AMrudder 2021/02/17 10:35:53 ERROR: 10 messages dropped because they failed to be sent and the client was closed
when i enqueue more messages or raise the nb of gorouting that send (each goroutine use it’s own client)busy-monkey-10873
02/17/2021, 4:24 PMacceptable-australia-20831
02/17/2021, 4:24 PMbusy-monkey-10873
02/17/2021, 4:25 PMmelodic-kitchen-12514
02/17/2021, 5:15 PMagreeable-cpu-25792
02/18/2021, 1:26 AMagreeable-cpu-25792
02/18/2021, 1:28 AMbusy-monkey-10873
02/18/2021, 10:45 PMenough-caravan-59272
02/18/2021, 10:50 PMShirt did Teste alerta
https://p195.p4.n0.cdn.getcloudapp.com/items/z8uP111d/5c7bf443-fd18-4776-aa26-d3a0bd045dc3.jpg?v=5081febea60fe692053d279e0b55617a
My Payload:
{
  “userId”: “identified user id”,
  “anonymousId”:“anon-id-new”,
  “event”: “Teste alerta”,
  “properties”: {
   “name”: “Shirt”,
   “revenue”: 4.99,
   “text” : “teste abc teste abc”
  },
  “context”: {
   “ip”: “14.5.67.21”,
   “library”: {
     “name”: “http”
   }
  },
  “timestamp”: “2020-02-02T002309.544Z”
}My curl command:
curl -u <write_key>: -X POST https://hosted.rudderlabs.com/v1/track \
-d @track.json \
--header “Content-Type: application/json”I would like to full customize the slack text, how can I do?
glamorous-vegetable-12904
02/19/2021, 9:35 AMfew-lawyer-66103
02/21/2021, 1:29 AMprehistoric-pillow-24178
02/22/2021, 9:14 AMrhythmic-pizza-93292
02/22/2021, 6:14 PMconfigUrl
property to my load
call using the JS SDK.
I was able to successfully setup the entire stack and I can see the events in my destination. However, to put it in prod, I'd like to keep the source config behind auth. How do I include additional headers to the source config call that is being made by the JS load
call?
Thanks in advance! 🙂