agreeable-apartment-4138
10/01/2021, 2:56 PMcareful-ambulance-83700
10/01/2021, 3:41 PMgtag()
and other to dataLayer.push()
For GTM - we two calls to dataLayer.push()
PS : Total newbie here, so please help me out to troubleshoot what I have done wrong 🙂adamant-farmer-96194
10/02/2021, 7:54 PM{
"error": "Cannot destructure property `device` of 'undefined' or 'null'."
}
The request is quite simple:
{
"userId": "OEuS2bw8w",
"traits": {
"xxxxx_count": "1"
}
}
rhythmic-wolf-44521
10/03/2021, 3:46 PMclever-helmet-16168
10/04/2021, 11:43 AMbig-train-26174
10/05/2021, 12:26 PMbig-train-26174
10/05/2021, 12:26 PMlively-match-41028
10/05/2021, 5:09 PMhandsome-salesmen-73769
10/06/2021, 10:47 AMdry-orange-54797
10/06/2021, 2:33 PMabundant-area-11718
10/06/2021, 8:40 PMfreezing-agent-68538
10/07/2021, 3:37 AMincalculable-engineer-9537
10/07/2021, 10:47 AMfamous-waiter-33801
10/07/2021, 5:23 PMbillions-fireman-56323
10/08/2021, 11:26 AMclever-river-75998
10/08/2021, 2:54 PMadamant-farmer-96194
10/11/2021, 6:53 AMbig-boots-25401
10/11/2021, 2:56 PMbig-boots-25401
10/11/2021, 3:20 PMrudderanalytics.ready(() => {
console.log('ITS READY !') // this is never logged
})
console.log('MAYBE ITS READY !') // this is logged
big-boots-25401
10/11/2021, 3:21 PMfunction RAready() {
console.log('ITS READY !');
window.alert('ITS READY !');
}
rudderanalytics.ready(RAready);
Same result, no alert, no console.logbig-boots-25401
10/12/2021, 9:34 AMbulky-noon-15156
10/12/2021, 2:11 PMproud-animal-97803
10/12/2021, 3:54 PMadamant-farmer-96194
10/12/2021, 4:45 PMimportant-honey-21473
10/13/2021, 5:09 AM(rudder-server)
be pushing to them in batches or one-by-one?proud-animal-97803
10/13/2021, 1:48 PMproud-animal-97803
10/13/2021, 1:48 PMproud-animal-97803
10/13/2021, 1:48 PMbright-grass-7504
10/13/2021, 2:28 PMproud-animal-97803
10/13/2021, 3:00 PMServer External ID Not Matching to Pixel External ID for identify Event
You're sending the external_ID parameter for your identify event from your server, but you're not sending the external_ID parameter for this event from your pixel code. If you send external_ID for an event from your server, you should also send it from your pixel code for best results.
This may cause issues with the attribution and delivery optimization of your ad campaigns.
Is FB expecting both pixel and CAPI setup? I thought it was possible just to use server-side FB events (CAPI), which is the default in RS. The solution FB recommends in their "How to fix it" is
Send external_ID as part of your pixel init call. For details about the external_ID parameter, visit the Facebook for Developers site.
What's confusing is that I'm not explicitly calling init anywhere.