Cmdlets for YouTube Analytics

Build 24.0.9060

Select-YouTubeAnalytics Cmdlet

Parameters   Output Objects  

Searches YouTube Analytics data.

Syntax

Select-YouTubeAnalytics [parameters]

Remarks

The Select-YouTubeAnalytics cmdlet allows you to use a syntax similar to SQL SELECT statements to search YouTube Analytics data.

$conn = Connect-YouTubeAnalytics -ContentOwnerId 'MyContentOwnerId' -ChannelId 'MyChannelId'
Select-YouTubeAnalytics -Connection $conn -Table "Groups" -Columns @("Snippet_Title","ContentDetails_ItemType") -Where "Id='S'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060