Cmdlets for Google Ads

Build 24.0.9060

Select-GAds Cmdlet

Parameters   Output Objects  

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'"

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