Select-BingAds Cmdlet
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'"