Cmdlets for Google Ads

Build 23.0.8839

Select-GAds Cmdlet

Parameters   Output Objects  

Google Ads データを検索します。

Syntax

Select-GAds [parameters]

Remarks

Select-GAds コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Ads データを検索できます。

$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 23.0.8839