damp-painting-38913
06/26/2022, 12:54 PMbright-lunch-42689
06/27/2022, 8:45 AMaloof-truck-82115
06/27/2022, 9:41 AMbrash-nightfall-83618
06/27/2022, 11:32 AMorange-summer-40048
06/27/2022, 3:11 PMmany-energy-2348
06/27/2022, 4:03 PMfaint-restaurant-74315
06/27/2022, 9:44 PMhigh-holiday-25654
06/27/2022, 11:12 PMcareful-battery-16868
06/28/2022, 7:15 AMstale-refrigerator-26788
06/28/2022, 10:10 AMancient-kite-25270
06/28/2022, 11:01 AMwide-lawyer-50229
06/28/2022, 11:51 AMsession_id
parameter to be able to use full ga4 functionality. Please take this into consideration.
https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=gtag#optional_parameters_for_reportswide-lawyer-50229
06/28/2022, 2:40 PMcontext.page.url
<> $current_url
• url
<> $host
• context.page.path
<> $pathname
However I get an "cannot set property 'url' of indefined" error.
Observations:
• I find it weird that the $host
property takes event.url
(we have our url in event.properties.url
)
• The common fields are supported by track calls right? eg. all context.page
fields.
here is the transformation:
export function transformEvent(event) {
// checks if event type is 'track' and copies the property values to properties needed for posthog mapping.
if (event.type === "track") {
event.url = event.properties.url;
event.context.page.url = event.properties.url;
event.context.page.path = event.properties.path;
}
return event;
}
worried-tailor-13264
06/28/2022, 4:45 PMcat
then have numbers and letters while Intercom IDs should only have numbers. Not sure if I’m looking at this wrong.abundant-manchester-95584
06/29/2022, 1:27 PMhappy-quill-29300
06/29/2022, 5:35 PMbrief-van-70424
06/29/2022, 6:33 PMmany-energy-2348
06/29/2022, 8:47 PMidentify
calls due to a timestamp issue: "'signed_up_at' parameter too far in future/past" - it appears to be sending the signed_up_at
param in milliseconds, which maybe Intercom doesn't like? Anyone else seen this?breezy-father-41846
06/30/2022, 1:03 AMstale-refrigerator-26788
06/30/2022, 5:37 AMlemon-dog-49453
06/30/2022, 7:50 AM"true"
instead of true
) to rudderstack (destination is a clickhouse database). This lead to rudderstack creating a Nullable(string)
column in clickhouse. our JS sdk which was sending the correct boolean value , but these values are being pushed to a rudder_discards
table. We want to fix this
Do you have an advice/suggestions on how one would go about fixing this? I can manually change the clickhouse columnar type to bool
but is there a way i can update the rudderstack schema to use the new types too?
Thanksgreen-secretary-20390
06/30/2022, 10:38 AMbreezy-father-41846
06/30/2022, 1:02 PMfaint-restaurant-74315
06/30/2022, 3:58 PM2022-06-30T14:52:39.669Z ERROR pgnotifier/pgnotifier.go:298 PgNotifier: Claim failed: sql: no rows in result set, query: UPDATE pg_notifier_queue SET status='executing',
updated_at = '2022-06-30 14:52:39',
last_exec_time = '2022-06-30 14:52:39',
worker_id = '2c3a3725-91c8-4540-8d0f-47e65b264a13'
WHERE id = (
SELECT id
FROM pg_notifier_queue
WHERE status='waiting' OR status='failed'
ORDER BY priority ASC, id ASC
FOR UPDATE SKIP LOCKED
LIMIT 1
)
RETURNING id, batch_id, status, payload, workspace, attempt;, connInfo: host=postgres port=5432 user=postgres password=<pw in plain text> dbname=postgres sslmode=disable application_name=c6d9a1981b36
The jobsdb password in plain text in the last line is a bit problematic. If we can resolve this error it would be ideal. Otherwise, is there any way to log in json to prevent multiline logs?early-bear-28404
06/30/2022, 9:47 PMshy-apartment-78505
07/01/2022, 11:08 AMbrash-nightfall-83618
07/01/2022, 2:12 PMbrash-nightfall-83618
07/01/2022, 2:15 PMgray-river-82670
07/01/2022, 2:25 PMproud-animal-97803
07/01/2022, 2:50 PM