Add-YouTubeAnalytics Cmdlet
Inserts YouTube Analytics data.
Syntax
Add-YouTubeAnalytics [parameters]
Remarks
The Add-YouTubeAnalytics cmdlet allows you to use a syntax similar to SQL INSERT statements to create new YouTube Analytics records.
Add-YouTubeAnalytics -Connection $connection -Table "Groups" -Columns @("ContentDetails_ItemType") -Values @("youtube#channel")