Skip to content

Commit

Permalink
[LinkedIn CAPI] Updates ad account ID description (#2451)
Browse files Browse the repository at this point in the history
* Updates ad account ID description with more info re: updating

* Update packages/destination-actions/src/destinations/linkedin-conversions/streamConversion/index.ts

Co-authored-by: Brennan Gamwell <[email protected]>

* Generates types

---------

Co-authored-by: Brennan Gamwell <[email protected]>
  • Loading branch information
nick-Ag and brennan authored Oct 1, 2024
1 parent 05d9c2f commit abd2a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const action: ActionDefinition<Settings, Payload, undefined, HookBundle> = {
inputFields: {
adAccountId: {
label: 'Ad Account',
description: 'The ad account to use for the conversion event.',
description:
'The ad account to use when creating the conversion event. (When updating a conversion rule after initially creating it, changes to this field will be ignored. LinkedIn does not allow Ad Account IDs to be updated for a conversion rule.)',
type: 'string',
required: true,
dynamic: async (request) => {
Expand Down

0 comments on commit abd2a81

Please sign in to comment.