witty-beard-29204
06/10/2022, 3:43 PMpackages.yml
and executed dbt deps
. I've also added rudder_customer_journey_analysis
configuration in my local ~/.dbt/profiles.yml
, but when I try to dbt run
i get this error
15:35:51 Running with dbt=1.0.4
15:35:51 Encountered an error:
Runtime Error
Failed to read package: Runtime Error
Invalid config version: 1, expected 2
Error encountered in <some local path>/transformation/dbt_packages/rudder_customer_journey_analysis/dbt_project.yml
Error encountered in <some local path>/transformation/dbt_packages/rudder_customer_journey_analysis
Anyone here can point out what should I do to make this work? Thanks in advance 🙂proud-animal-97803
06/10/2022, 5:50 PM{
externalId: [{
type: "ga4AppInstanceId",
id: xxxxxxxxxxxxxx
}]
}
But I don't see any options for identify() call. Has anyone set this up successfully yet?acoustic-hospital-26300
06/11/2022, 8:31 AMmammoth-queen-17413
06/11/2022, 11:26 AMmammoth-queen-17413
06/11/2022, 2:28 PMthankful-electrician-16984
06/12/2022, 9:18 AMcurl --location --request GET '<https://hosted.rudderlabs.com/pixel/v1/track?writeKey=><write key here>&anonymousId=1.4&event=popup_impression' \
--header 'Authorization: Basic <base64 encoded write key>'
For example, this request will return error 401 with error "Write Key is missing":
curl --location --request GET '<https://hosted.rudderlabs.com/pixel/v1/track?writeKey=><write key here>&anonymousId=123&event=popup_impression'
freezing-smartphone-54225
06/13/2022, 10:50 AMversion: '3.7'
services:
rudderstack:
image: rudderlabs/rudder-server:1-alpine
entrypoint: sh -c '/wait-for development.xxxxxxxxxx.com:5432 -- /rudder-server'
ports:
- "8080:8080"
environment:
- JOBS_DB_HOST=development.xxxxxxxxxx.com
- JOBS_DB_USER=dbuser
- JOBS_DB_PORT=5432
- JOBS_DB_DB_NAME=rudderdb
- JOBS_DB_PASSWORD=xxxxx
- DEST_TRANSFORM_URL=http://d-transformer:9090
- CONFIG_BACKEND_URL=https://api.rudderlabs.com
- WORKSPACE_TOKEN=xxxxxxxxxxxxx
- STATSD_SERVER_URL=rudderstack-metrics-exporter:9125
deploy:
replicas: 1
restart_policy:
condition: on-failure
networks:
- demo_network
rudderstack-d-transformer:
image: rudderlabs/rudder-transformer:latest
ports:
- "9090:9090"
environment:
- STATSD_SERVER_HOST=rudderstack-metrics-exporter
- STATSD_SERVER_PORT="9125"
deploy:
replicas: 1
restart_policy:
condition: on-failure
networks:
- demo_network
rudderstack-metrics-exporter:
image:
prom/statsd-exporter:v0.22.4
ports:
- "9102:9102"
deploy:
replicas: 1
restart_policy:
condition: on-failure
networks:
- demo_network
networks:
demo_network:mammoth-queen-17413
06/13/2022, 11:26 AMmammoth-queen-17413
06/13/2022, 11:26 AMcopilot/backend/f22353935 2022-06-13T11:29:55.827Z ERROR jobsdb/jobsdb.go:2148 [proc_error] Empty workspace key provided while looking into jobsdb cachemap
copilot/backend/f22353935 2022-06-13T11:29:55.889Z ERROR jobsdb/jobsdb.go:2148 [gw] Empty workspace key provided while looking into jobsdb cachemap
big-flower-74927
06/13/2022, 2:36 PMquiet-garage-79715
06/13/2022, 2:37 PMpurple-waitress-82738
06/13/2022, 6:09 PM26Osp639PG5nlB77sWQNXUPlQLv
{
"content-type": "",
"response": "{\"message\":\"[Error occurred while processing response for destination google_adwords_remarketing_lists]: Google_adwords_remarketing_list: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See <https://developers.google.com/identity/sign-in/web/devconsole-project>. during ga_audience response transformation\",\"destinationResponse\":{\"error\":{\"code\":401,\"message\":\"Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See <https://developers.google.com/identity/sign-in/web/devconsole-project>.\",\"status\":\"UNAUTHENTICATED\"}},\"authErrorCategory\":\"REFRESH_TOKEN\"}",
"firstAttemptedAt": "2022-06-13T13:48:23.418Z"
}
melodic-city-48562
06/13/2022, 6:23 PMfaint-restaurant-74315
06/13/2022, 7:18 PMdazzling-petabyte-60244
06/13/2022, 9:04 PMmost-photographer-75131
06/14/2022, 8:24 AMUnimplementedError: initialize(String writeKey,{RudderConfig? config, RudderOption? options}) has not been implemented.
here is my code⬇️ i need some help🙇
import 'package:rudder_sdk_flutter_platform_interface/platform.dart';
import 'package:rudder_sdk_flutter/RudderController.dart';
late final RudderController rudderClient;
Future<RudderService> init() async {
rudderClient = RudderController.instance;
initialize();
return this;
}
initialize() {
RudderConfigBuilder builder = RudderConfigBuilder();
builder
.withDataPlaneUrl("xxxxx");
builder.withLogLevel(RudderLogger.VERBOSE);
RudderOption options = RudderOption();
const String _writeKey = "xxxxxxxxx";
rudderClient.initialize(_writeKey,
config: builder.build(), options: options);
}
wide-lawyer-50229
06/14/2022, 1:08 PMminiature-egg-94880
06/14/2022, 9:20 PMAccess to XMLHttpRequest at '<https://subdomain.domain.com/sourceConfig/?p=web&v=1.9.0>' from origin '<http://localhost:3000>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I followed the tutorial from here: https://www.rudderstack.com/docs/user-guides/how-to-guides/custom-domains/#setup-for-sending-events
I also tried multiple configurations, like the one from the screenshot, but they didn't work.
I only managed to successfully configure serving the sdk from my subdomain.thankful-electrician-16984
06/15/2022, 11:50 AMwide-lawyer-50229
06/15/2022, 2:23 PMhappy-quill-29300
06/15/2022, 6:13 PMbillions-salesmen-82992
06/16/2022, 3:51 AMrapid-window-1118
06/16/2022, 7:50 AMbig-piano-61369
06/16/2022, 7:50 PMhappy-quill-29300
06/17/2022, 2:20 AMflaky-article-11631
06/17/2022, 9:41 AMwide-lawyer-50229
06/17/2022, 1:25 PMwide-lawyer-50229
06/17/2022, 2:32 PManonymousId
from Rudderstack JS SDK to posthog-js?
we now have a different clientID if we mix client mode and cloud mode sources.acceptable-airport-99110
06/17/2022, 6:29 PMchilly-translator-4932
06/17/2022, 7:20 PM