List LinkedIn Conversions
list_linkedin_conversionsList the LinkedIn conversion actions (Insight Tag conversions) available on the connected LinkedIn ad account, with id, name, type and whether each is enabled.
Use it to pick the ids for update_linkedin_channel_settings.conversion_action_ids
(which conversions a campaign optimizes toward and reports on), and to answer
"which LinkedIn conversions do we track?" or "is the /pricing page conversion set up?".
KEYWORDS: linkedin, conversions, conversion actions, conversion tracking, insight tag,
website visit conversion, lead gen form conversion, url conversion, page visit, pixel
Requires a connected LinkedIn channel (check get_integrations_status). Conversion
actions are created in LinkedIn Campaign Manager, not here: when the one the user
needs (for example a URL rule for /pricing) is missing, say so and point them at
Campaign Manager instead of inventing an id.
RESPONSE: {success, count, conversions:[{id, name, type, enabled, last_received_at}]}
`enabled: false` conversions cannot be attached to a campaign (launch validation
rejects them). `last_received_at` is when LinkedIn last recorded a hit; null means
the conversion has never fired.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||