swift-address-33159
05/22/2023, 10:00 PMmillions-activity-52391
05/22/2023, 10:00 PMquiet-wolf-72320
05/23/2023, 6:39 AMkind-carpenter-27609
05/23/2023, 11:16 AMswift-address-33159
05/23/2023, 8:51 PM<mailto:dan@thecashkings.com.au|dan@thecashkings.com.au>
Example Payload:
{
"type": "track",
"event": "Page view",
"sentAt": "2023-05-22T12:47:31.058Z",
"userId": "<mailto:dan@thecashkings.com.au|dan@thecashkings.com.au>",
"channel": "web",
"context": {
"os": {
"name": "",
"version": ""
},
"app": {
"name": "RudderLabs JavaScript SDK",
"version": "2.33.1",
"namespace": "com.rudderlabs.javascript"
},
"page": {
"url": "<https://imperialwealth.com/app>",
"path": "/app",
"title": "Imperial Wealth | Wealth, made simple! | Imperial Wealth",
"search": "",
"tab_url": "<http://localhost:3000/app>",
"referrer": "<http://localhost:3000/app/forex>",
"initial_referrer": "<http://localhost:3000/app/forex>",
"referring_domain": "localhost:3000",
"initial_referring_domain": "localhost:3000"
},
"locale": "en-US",
"screen": {
"width": 3008,
"height": 1253,
"density": 1.340000033378601,
"innerWidth": 1112,
"innerHeight": 1395
},
"traits": {
"email": "<mailto:dan@thecashkings.com.au|dan@thecashkings.com.au>"
},
"library": {
"name": "RudderLabs JavaScript SDK",
"version": "2.33.1"
},
"campaign": {},
"sessionId": 1684758561506,
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
},
"rudderId": "8d0cf192-759c-4532-87c7-380e08b63c50",
"messageId": "6aae84c1-6f3f-4a97-9b93-55ed96a8fcc4",
"timestamp": "2023-05-22T12:47:31.416Z",
"properties": {},
"receivedAt": "2023-05-22T12:47:31.418Z",
"request_ip": "103.15.150.187",
"anonymousId": "271761c3-108e-449a-8c88-41949f093156",
"integrations": {
"All": true
},
"originalTimestamp": "2023-05-22T12:47:31.056Z"
}
Payload Error:
{
"response": "'page view' event name not found",
"firstAttemptedAt": "2023-05-22T12:47:36.574Z",
"content-type": ""
}
Please note that I’ve tried Page View, Page view and just a plain .track()
call.
We are currently using API v3 in Cloud Mode through the Private App method.swift-address-33159
05/25/2023, 11:18 PMswift-address-33159
05/29/2023, 1:53 AMquiet-wolf-72320
05/29/2023, 12:45 PM.page()
call is not supported for HubSpot. Only identify
and track
calls are supported.
{“response”:“‘page view’ event name not found”,“firstAttemptedAt”“2023 05 22T124736.574Z”,“content type”“”}Are you getting this error when sending the event via
track
call?quiet-wolf-72320
05/29/2023, 1:04 PMswift-address-33159
05/30/2023, 9:04 PMtrack
and the .page()
calls.
I have not setup the mapping. Is there documentation for this?swift-address-33159
06/05/2023, 1:22 AMkind-carpenter-27609
06/05/2023, 5:28 AM