Skip to content

Latest commit

 

History

History

snowPlowStreamingTask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ReturnoftheCustomTask

snowPlowStreaming Task

This task will loop through all your request to find any PII

Usage

Task Code

var snowPlowStreaming = (...) => {...}

You can grab the code for this task from dist/tasks/ folder

Code Example

var GA4CustomTaskInstance = new GA4CustomTask({
 allowedMeasurementIds: ["G-DEBUGEMALL"],
 tasks: [
   (requestModel) => snowPlowStreaming(requestModel,  endpointHostname),
 ]
});

Parameters

snowPlowStreaming(requestModel, '{{endpointHostname}}')

Parameter Type Description
endpointHostname string myendpoint.dot.com