Frends.LinkedIn.SearchAdAnalytics / 1.1.0
Summary
Fetches advertising metrics for a date range, aggregated along a pivot you choose and bucketed by a time granularity, so the same data can come back per campaign, per creative or per day.
Typical use — loading marketing performance into a warehouse or dashboard on a schedule
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Finder | Finder |
Analytics |
Finder.Statistics |
Specifies the Finder used in the request. Statistics allows up to three pivots in the request. Analytics finder is used when specifying a single pivot. Possible values:
|
| Pivot | Pivot |
– | Pivot.COMPANY |
Pivot of results, by which each report data point is grouped. Optional. Possible values:
|
| Pivots | Pivot[] |
– | [ Pivot.COMPANY, Pivot.ACCOUNT] |
Pivot of results, by which each report data point is grouped. Optional. |
| StartDate | String |
– | 12-10-2023 |
Represents the inclusive start time range of the analytics. https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#table-of-format-specifiers |
| EndDate | String |
– | 12-10-2023 |
Represents the inclusive end time range of the analytics. Must be after start time if it's present. Optional. https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#table-of-format-specifiers |
| TimeGranularity | TimeGranularity |
– | TimeGranularity.ALL |
Time granularity of results. Possible values:
|
| Campaigns | String[] |
– | [ urn:li:sponsoredCampaign:1234567, urn:li:sponsoredCampaign:1234568 ] |
Match result by campaign facets. |
| Creatives | String[] |
– | [ ] |
Match result by creative facets. |
| Metrics | String[] |
– | – | – |