proud-gold-50429
09/28/2022, 10:03 PMproud-businessperson-71460
09/29/2022, 1:19 PMstraight-wire-29384
09/30/2022, 3:21 PMcampaignId
and templateId
to the track event? Wanted to know if they would be passed to the Iterable API for trackingmany-vr-23780
10/01/2022, 3:39 AMloud-airport-4842
10/01/2022, 4:34 AMwide-ice-66658
10/03/2022, 11:16 AMenough-telephone-15935
10/03/2022, 1:29 PMloud-planet-33215
10/03/2022, 5:14 PMbig-rainbow-48554
10/03/2022, 7:43 PMbig-rainbow-48554
10/03/2022, 7:43 PMblue-accountant-37241
10/03/2022, 9:24 PMsparse-zebra-10962
10/04/2022, 4:05 AMsparse-zebra-10962
10/04/2022, 4:05 AMsteep-byte-42023
10/04/2022, 8:23 AMTrial Limit: 1000 events/min
This is our second account, our first account doesn’t show this. Who could I speak with about removing this?damp-vase-55707
10/04/2022, 9:57 AMproud-businessperson-71460
10/04/2022, 2:08 PMfast-jordan-77850
10/04/2022, 8:27 PMhatch-rudder-stack-backend-1 | Operation timed out
hatch-rudder-stack-backend-1 exited with code 1
Here is my setup for the backend:
rudder-stack-db:
image: postgres:11-alpine
environment:
- POSTGRES_USER=rudder
- POSTGRES_PASSWORD=password
- POSTGRES_DB=jobsdb
ports:
- "6432:5432"
rudder-stack-backend:
depends_on:
- rudder-stack-db
- rudder-stack-metrics-exporter
- rudder-stack-d-transformer
image: rudderlabs/rudder-server:latest
entrypoint: sh -c '/wait-for rudder-stack-db:6432 -- /rudder-server'
ports:
- "8080:8080"
environment:
- JOBS_DB_HOST=rudder-stack-db
- JOBS_DB_USER=rudder
- JOBS_DB_PORT=6432
- JOBS_DB_DB_NAME=jobsdb
- JOBS_DB_PASSWORD=password
- DEST_TRANSFORM_URL=rudder-stack-d-transformer:9091
- STATSD_SERVER_URL=rudder-stack-metrics-exporter:9102
- CONFIG_BACKEND_URL=<https://api.rudderlabs.com>
- WORKSPACE_TOKEN=<token>
rudder-stack-d-transformer:
depends_on:
- rudder-stack-metrics-exporter
image: rudderlabs/rudder-transformer:latest
ports:
- "9091:9090"
environment:
- STATSD_SERVER_HOST=rudder-stack-metrics-exporter
- STATSD_SERVER_PORT="9125"
rudder-stack-metrics-exporter:
image:
prom/statsd-exporter:v0.22.4
ports:
- "9102:9102"
few-toddler-98389
10/05/2022, 7:46 AMalert-magazine-74168
10/05/2022, 9:27 PMworried-lighter-96658
10/06/2022, 8:37 AMstraight-pizza-92760
10/06/2022, 2:35 PMshy-terabyte-38386
10/06/2022, 2:40 PMcolossal-match-56275
10/06/2022, 3:55 PMquiet-jordan-21126
10/07/2022, 4:31 AMsparse-pizza-34501
10/07/2022, 8:26 AMtrack
and identify
events are being forwarded to Meta/Facebook?
To me it's still not so clear in this tracking context. Any comments are appreciated to research futher.mysterious-journalist-49043
10/07/2022, 9:07 AM{
"error": "Not Found"
}
I checked the secret API key and the Measurement ID, both are ok. Do you know how to solve this issue?
Thank you 🙏incalculable-room-64240
10/07/2022, 9:18 AMhundreds-exabyte-78498
10/07/2022, 5:09 PM_document.js
file doesn’t include a page()
call and I’m wondering why? I was able to add that line below the e.ready()
line but I’m concerned this might not be best practice for Next.js. In your examples the page event is getting emitted individually on every page, which seems kind of cumbersome for an event you’d want to emit on every page.white-appointment-62280
10/08/2022, 12:57 PMfresh-window-35674
10/10/2022, 10:58 PM