Cmdlets for LinkedIn Marketing Solutions

Build 24.0.9060

Select-LinkedInAds Cmdlet

Parameters   Output Objects  

Searches LinkedIn Marketing Solutions data.

Syntax

Select-LinkedInAds [parameters]

Remarks

The Select-LinkedInAds cmdlet allows you to use a syntax similar to SQL SELECT statements to search LinkedIn Marketing Solutions data.

$conn = Connect-LinkedInAds -OAuthClientId 'abc123' -OAuthClientSecret 'def456' -CallbackURL 'http://localhost:33333'
Select-LinkedInAds -Connection $conn -Table "Analytics" -Columns @("VisibilityCode","Comment") -Where "EntityId='238'"

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