Cmdlets for Microsoft Ads

Build 24.0.8963

Select-BingAds Cmdlet

Parameters   Output Objects  

Searches Microsoft Ads data.

Syntax

Select-BingAds [parameters]

Remarks

The Select-BingAds cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Ads data.

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