Cmdlets for Google Ad Manager

Build 25.0.9434

Select-GoogleAdsManager Cmdlet

Parameters   Output Objects  

Searches Google Ad Manager data.

Syntax

Select-GoogleAdsManager [parameters]

Remarks

The Select-GoogleAdsManager cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Ad Manager data.

$conn = Connect-GoogleAdsManager
Select-GoogleAdsManager -Connection $conn -Table "Orders" -Columns @("Id","Name") -Where "Id='2112976978'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434