Frends.LinkedIn.SearchAdCreatives / 1.1.0
Summary
Finds creatives within an account or specific campaigns, or fetches a single one.
Typical use — the last hop before creative-level analytics, resolving which creatives to report on
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| AdAccountId | String |
– | 506333826 |
Ad Account Id. This is necessary for the search to work. |
| GetSingleCreative | Boolean |
False |
true |
If enabled, search is done for singular AdCreative with AdCreativeUrn. |
| AdCreativeUrn | String |
– | – | Urn for the AdCreative to be searched. |
| AdCampaignUrns | AdCampaign[] |
– | [ AdCampaign { urn:li:sponsoredCampaign:360035215 } ] |
Searches for an creatives by campaign Urns. |
| AdCreativesUrns | AdCreative[] |
– | [ AdCreative { urn%3Ali%3AsponsoredCreative%3A119962155 } ] |
Searches for an creatives by creative Urns. |