Cmdlets for Bing Ads

Build 23.0.8839

Select-BingAds Cmdlet

Parameters   Output Objects  

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

Syntax

Select-BingAds [parameters]

Remarks

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

$conn = Connect-BingAds -AccountId '442311' -CustomerId '5521444' -DeveloperToken '11112332233'
Select-BingAds -Connection $conn -Table "AdGroups" -Columns @("Id","Name") -Where "CampaignId='234505536'"

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