Select-GAds Cmdlet
Google Ads データを検索します。
Syntax
Select-GAds [parameters]
Remarks
Select-GAds コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Ads データを検索できます。
$conn = Connect-GAds -ClientCustomerId "MyClientCustomerId" -DeveloperToken "MyDevToken" Select-GAds -Connection $conn -Table "CampaignPerformance" -Columns @("Clicks","Device") -Where "Device='Mobile devices with full browsers'"