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