Frends.LinkedIn.SearchAdAccounts / 1.1.0
Summary
Finds advertising accounts, narrowed by name, type and status.
Typical use — discovering which accounts a Process should report on, rather than hard-coding identifiers
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Reference | String |
– | – | Searches for accounts by reference. |
| Name | String |
– | – | Searches for an account by name. |
| Id | String |
– | – | Searches for an account by ID. |
| TypeFilters | TypeFilter[] |
– | – | Filters for LInkedIn API request. |
| StatusFilters | StatusFilter[] |
– | – | Filters for LInkedIn API request. |