This task will loop through all your request to find any PII
var snowPlowStreaming = (...) => {...}
You can grab the code for this task from dist/tasks/ folder
var GA4CustomTaskInstance = new GA4CustomTask({
allowedMeasurementIds: ["G-DEBUGEMALL"],
tasks: [
(requestModel) => snowPlowStreaming(requestModel, endpointHostname),
]
});
snowPlowStreaming(requestModel, '{{endpointHostname}}')
Parameter | Type | Description |
---|---|---|
endpointHostname | string | myendpoint.dot.com |