lemon-dog-49453
05/10/2022, 7:47 AMlemon-dog-49453
05/10/2022, 7:49 AMlemon-dog-49453
05/10/2022, 7:49 AMlemon-dog-49453
05/10/2022, 8:16 AMgreen-lamp-73127
05/10/2022, 8:35 AMgreen-lamp-73127
05/10/2022, 8:39 AMrudderstack__streaming
(double underscore) but it creates the schema rudderstack_streaming
(single underscore). I tried gaming the system with rudderstack____streaming
(quad underscore) but it still went into the single underscore version. Is there a way to get it to respect the settings better?rich-furniture-49524
05/10/2022, 6:26 PMplain-motherboard-45056
05/10/2022, 7:29 PMmelodic-greece-57031
05/10/2022, 9:53 PMbumpy-rainbow-1454
05/11/2022, 6:32 AMrefined-nest-3196
05/11/2022, 12:47 PMwide-lawyer-50229
05/11/2022, 1:14 PMfamous-waiter-33801
05/11/2022, 5:17 PMfancy-bird-48062
05/11/2022, 6:28 PMtrack('event', {}, {}, () => { console.log('success')})
and only see the success message once in the console, so I assume it's something internal to Rudderstack?future-rain-90236
05/12/2022, 9:31 AMfuture-rain-90236
05/12/2022, 9:33 AMimportant-sandwich-44633
05/12/2022, 11:00 AMlatest
at all times)?acceptable-angle-30442
05/12/2022, 1:11 PMminiature-insurance-33862
05/12/2022, 3:30 PMbrief-van-70424
05/12/2022, 5:12 PMvictorious-controller-27304
05/12/2022, 6:45 PMcold-twilight-95172
05/12/2022, 8:12 PMstocky-london-26622
05/12/2022, 9:37 PMpowerful-state-24314
05/13/2022, 5:58 AMexport function transformBatch(events) {
const whitelistedEventNames = [
// Add event names that you want to whitelist
"question_answered",
"flow_ended"
];
const flowNameLike = "NPS";
const flowProperty = "flow_name";
// Return event if its name is included in the above list
const eventName = event.event;
const eventFlowPropertyValue = event.properties.flow_name;
const eventPropertyKeys = Object.keys(event.properties);
log(eventPropertyKeys);
if (eventName && whitelistedEventNames.includes(eventName) && eventPropertyKeys.includes(flowProperty) && eventFlowPropertyValue.includes(flowNameLike)){
return events;
}
return; // Drop event if its name is not included
}
lively-morning-27617
05/13/2022, 1:39 PMrudderanalytics.identify("hashed_user_id", {
name: "Name Surname",
email: "<mailto:sample@example.com|sample@example.com>",
customVariable : "Value"
})
swift-ghost-41900
05/13/2022, 4:19 PMfancy-cricket-98405
05/15/2022, 2:31 PMproud-ice-22259
05/16/2022, 9:20 AM$direct
instead of a link containing utm parameters. But those parameters are visible under search
param, and campaign
parameter inside context.
How do i make sure the initial_referrer link is the one with utm parameters?
I tried checking how the values are set, but the cookie used for setting this value rl_page_init_referrer
was encrypted. How is it actually maintained and hoe do i debug this?
Currently I canāt tie the whole user session to an ad click(campaign) just by using anonymous ID hence we need this.
Any input is appreciated. thanks!average-controller-67903
05/16/2022, 3:05 PMevent count by Event name
view, but for other tabs such as acquisition overview or engagement nothing outside of event information is showing up.
One thing Iāve noticed is it doesnāt appear that gtag.js is loaded on our site anymore once we switched off of device mode. At least I canāt see it anymore using a data layer debugger. Should Rudderstack be loading gtag.js automatically in cloud mode? Or are we expected to put that script on our site manually?
Appreciate the help!careful-caravan-41803
05/16/2022, 7:49 PM