SearchAdAccountUser
Frends Task for searching a user from LinkedIn Ad Account.
Task version: 1.1.0
Required Frends version: 5.1+
Required .NET version: 471, 6.0, standard2.0
Compatible Agents: Legacy, Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.LinkedIn/tree/main/Frends.LinkedIn.SearchAdAccountUser
Task Parameters
SearchMethod : SearchAttribute
Enumeration to choose how the search is done.
Possible values:
FindAdAccountsByAuthenticatedUser: Enumeration to choose how the search is done.FindAdAccountUsersByAccounts: Enumeration to choose how the search is done.GetAdAccountUser: Enumeration to choose how the search is done.
Default: -
Example: SearchAttribute.FindAdAccountsByAuthenticatedUser
AccountUrn : String
Searches for users with AdAccount URN.
Default: -
Example: urn:li:sponsoredAccount:516986977
AccountUrns : AccountUrn[]
Searches for users with AdAccount URN.
Default: -
Example: [ urn:li:sponsoredAccount:516986977 ]
UserUrn : String
Searches for users with person URN.
Default: -
Example: urn:li:person:_mVMF2Kp8p
LinkedInAPIVersion : String
Version of the API used in the request.
API versions should have date format as YYYYMM or YYYYMM.RR where RR is the revision.
More information: https://learn.microsoft.com/en-us/linkedin/marketing/versioning?view=li-lms-2023-09
Default: 202309
Example: 202309
🗝Token : String
Bearer token to be used for requests. Token will be added as Authorization header.
Default: -
Example: xRqjX_9QXZlvRL6HZHJvbrubhvceV4NFccANh6RwndmAJDkPfP...
ConnectionTimeoutSeconds : Int32
Timeout in seconds to be used for the connection and operation.
Default: 30
Example: 30
FollowRedirects : Boolean
If FollowRedirects is set to false, all responses with an HTTP status code from 300 to 399 is returned to the application.
Default: True
Example: true
AllowInvalidCertificate : Boolean
Do not throw an exception on certificate error.
Default: -
Example: true
AllowInvalidResponseContentTypeCharSet : Boolean
Some Api's return faulty content-type charset header. This setting overrides the returned charset.
Default: -
Example: true
ThrowExceptionOnErrorResponse : Boolean
Throw exception if return code of request is not successfull.
Default: -
Example: true
AutomaticCookieHandling : Boolean
If set to false, cookies must be handled manually. Defaults to true.
Default: True
Example: true
Task Result
Body : Object
Body of response. Response body contains two properties: paging and elements.
Example: {"paging": {"start": 0, "count":10, "links": [], "total": 1}, "elements": [{"totalBudget": ...}]}
Headers : Dictionary<String, String>
Headers of response.
Example: {[ "content-type": "application/json", ... ]}
StatusCode : Int32
Status code of the response.
Example: 200
Task Changelog
Changelog for Task Frends.LinkedIn.SearchAdAccountUser.
[1.1.0] - 2025-03-18
Changed
Update packages: Newtonsoft.Json 12.0.3 -> 13.0.3 System.ComponentModel.Annotations 4.7.0 -> 5.0.0 System.Runtime.Caching 7.0.0 -> 9.0.3 coverlet.collector 3.1.2 -> 6.0.4 Microsoft.NET.Test.Sdk 16.6.1 -> 17.13.0 nunit 3.12.0 -> 4.3.2 NUnit3TestAdapter 3.17.0 -> 5.0.0
[1.0.1] - 2023-10-31
Added
Added multitagreting to net471 and netstandard2.0
[1.0.0] - 2023-10-23
Added
Initial implementation
Last updated
Was this helpful?

