Select-GoogleCM Cmdlet
Searches Google Campaign Manager 360 data.
Syntax
Select-GoogleCM [parameters]
Remarks
The Select-GoogleCM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Campaign Manager 360 data.
$conn = Connect-GoogleCM -InitiateOAuth "GETANDREFRESH" -ProfileID "1234567" Select-GoogleCM -Connection $conn -Table "CampaignPerformance" -Columns @("Clicks","Device") -Where "Device='Mobile devices with full browsers'"