SkipEmptyRows Parameter (Connect-AdobeAnalytics Cmdlet)
Specifies whether the provider skips empty rows in the output when querying report data.
Syntax
Connect-AdobeAnalytics -SkipEmptyRows bool
Data Type
bool
Default Value
true
Remarks
This property determines whether the cmdlet skips empty rows in the output when querying report data.
If this property is set to true, the cmdlet omits rows that do not contain any measurable data.
If this property is set to false, all rows are included in the report output, including those without data.
Use this property when you want to exclude meaningless or placeholder rows from your report results.