Select-GAds Cmdlet
Searches Google Ads data.
Syntax
Select-GAds [parameters]
Remarks
The Select-GAds cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Ads data.
$conn = Connect-GAds -ClientCustomerId "MyClientCustomerId" -DeveloperToken "MyDevToken" Select-GAds -Connection $conn -Table "CampaignPerformance" -Columns @("Clicks","Device") -Where "Device='Mobile devices with full browsers'"