modern-printer-29475
12/06/2022, 8:08 PMstraight-raincoat-91897
12/06/2022, 11:34 PMclever-memory-69987
12/07/2022, 12:28 AMmammoth-answer-4269
12/07/2022, 9:27 AMgroup
call and sending it to Posthog. However, none of the track
events that users are associated with are getting associated with the groups. Do we need to explicitly send the group ID along with the track events, and what would an example payload look like?late-library-79366
12/07/2022, 12:20 PMloud-architect-29049
12/07/2022, 3:48 PMusers: error in page response from blendo taskId: xxxxxx, error: Forbidden: You do not have access to this page. Please contact the account owner of this help desk for further help error
is being thrown out. Do you have any idea why this is happening? Thank you in advance for your helpsparse-ice-48034
12/07/2022, 4:45 PMmelodic-vegetable-65327
12/07/2022, 7:33 PMbright-afternoon-44693
12/08/2022, 5:01 PM'2022-11-19 15:20:30'
then looking at the received data in amplitude:
"event_time": "2022-12-08 16:27:36.495000",
(today)steep-caravan-35760
12/08/2022, 9:28 PMfull-cpu-87496
12/09/2022, 7:37 AMlively-airline-84487
12/09/2022, 7:54 AMbroad-river-36855
12/09/2022, 12:33 PMfor i in range(1000):
rudder_analytics.track('developer_user_id', 'Simple Track Event', {
'event_number': str(i),
'sender': 'marat-jupyter'
})
I've got many errors saying
INFO:backoff:Backing off send_request(...) for 1.0s (requests.exceptions.MissingSchema: Invalid URL '[here goes my data-plane url]/v1/batch': No schema supplied. Perhaps you meant http://[here goes my data-plane url]/v1/batch?)
Can you give me a hint what causes this exception?
Maybe I should put not only dataplane URL but also suffix it with v1/batch or what?
Many thanks in advancesparse-ice-48034
12/09/2022, 5:55 PMmetadata(event).sourceId
to essentially check whether or not to perform a transformation. Do I understand that all correctly?acceptable-lion-84959
12/12/2022, 2:38 AMpanic: driver: bad connection [recovered]
panic: driver: bad connection [recovered]
panic: driver: bad connection
WARN warehouse/warehouse.go:1258 Failed to setup WH db tables: Error while getting destination driver for migrator: try lock failed in line 0: SELECT pg_advisory_lock($1) (details: driver: bad connection), retrying after 546.110484ms
panic({0x1d0d520, 0xc00003b160})
/usr/local/go/src/runtime/panic.go:838 +0x207
<http://github.com/rudderlabs/rudder-server/gateway.(*HandleT).dbWriterWorkerProcess(0xc000317b00)|github.com/rudderlabs/rudder-server/gateway.(*HandleT).dbWriterWorkerProcess(0xc000317b00)>
/rudder-server/gateway/gateway.go:338 +0x3fa
<http://github.com/rudderlabs/rudder-server/gateway.(*HandleT).initDBWriterWorkers.func1()|github.com/rudderlabs/rudder-server/gateway.(*HandleT).initDBWriterWorkers.func1()>
/rudder-server/gateway/gateway.go:257 +0x1d
<http://github.com/rudderlabs/rudder-server/utils/misc.WithBugsnag.func1()|github.com/rudderlabs/rudder-server/utils/misc.WithBugsnag.func1()>
/rudder-server/utils/misc/misc.go:1260 +0x70
<http://golang.org/x/sync/errgroup.(*Group).Go.func1()|golang.org/x/sync/errgroup.(*Group).Go.func1()>
/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x67
created by <http://golang.org/x/sync/errgroup.(*Group).Go|golang.org/x/sync/errgroup.(*Group).Go>
/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:54 +0x8d
incalculable-lizard-62693
12/12/2022, 6:45 AMfull-waiter-76117
12/12/2022, 9:38 AMlively-airline-84487
12/12/2022, 12:01 PMrich-furniture-49524
12/12/2022, 7:54 PMWEB SDK settings
, but we are facing the following error:
index.js:7 [handleError]:: "[Analytics] 'integration.init()' failed :: Clevertap_RS :: Cannot read properties of undefined (reading 'push')"
in our application. And the events are not being sended to Clevertap destination.
We are currently using the 2.20.0
rudder-sdk-version
Please, can you provide some help?broad-river-36855
12/12/2022, 10:20 PMambitious-mouse-74190
12/13/2022, 3:21 AMincalculable-lizard-62693
12/13/2022, 8:47 AMpage()
calls. GA4 is running in device mode. The UTM params show when using a raw GA4 tag (not using RS with page function).
I saw mention of UTM having to be tracked manually but that seemed to only be for GA (not GA4) and I assume only for Cloud mode.echoing-battery-36905
12/13/2022, 3:32 PMcontext_page_url
and context_page_tab_url
on the pages warehouse table is? (couldn't find any docs defining what a context_page_tab_url
would be)
• Does anyone know if we can pass a channel value in a track event call using the Python SDK? I ask because any events from that call passing through into our warehouse have a channel value of null.cuddly-ice-9680
12/13/2022, 7:50 PMimportant-traffic-89039
12/14/2022, 7:13 AMstocky-easter-56602
12/14/2022, 10:56 AMlimited-wall-6616
12/14/2022, 1:25 PMgreen-lamp-73127
12/14/2022, 4:49 PMrough-fountain-70422
12/14/2022, 9:44 PMI took a quick peek at your website <https://scribble.art> and it looks like cookies like rl_group_id and rl_group_trait may be changing on every request. If so, this causes a distinct Cache Key to be generated for each combination of URL + Cookies causing a cache miss everytime.
Consider scoping your Cookies to specific paths only. It looks like all of them are always sent to the server because their scope is /. But if you limit them to only your API routes for example, or wherever you use them server side, then you won't pay the penalty for static assets.
able-controller-17526
12/15/2022, 5:26 AMalias
method automatically when we run the identify
call for the first time in order to join the anonymousId
with the id
we selected in the identify
call?
Or do we need to do this ourselves? That is, we need to get the anonymous id generated by Rudderstack, and then call alias
joining both the anon id and the real user id.
I got confused because mentions it like that, but the warning callout in this section of the docs mentions another thing.
Could you expand on how this works out? I'd appreciate it