From c2c36b6d3af4efeebc3150dbb16a3d6721008057 Mon Sep 17 00:00:00 2001 From: Elena Date: Wed, 5 Mar 2025 15:10:26 -0800 Subject: [PATCH] Linkedin CAPI "Add Campaigns to Conversion" note Added a note on "Add Campaigns to Conversion" field to indicate that this is optional as discussed here: https://twilio.slack.com/archives/CC97A542H/p1716922790235799 --- .../catalog/actions-linkedin-conversions/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/connections/destinations/catalog/actions-linkedin-conversions/index.md b/src/connections/destinations/catalog/actions-linkedin-conversions/index.md index 699679051e..1fa9880c7a 100644 --- a/src/connections/destinations/catalog/actions-linkedin-conversions/index.md +++ b/src/connections/destinations/catalog/actions-linkedin-conversions/index.md @@ -31,6 +31,12 @@ After you've created a Stream Conversion Event mapping, Segment displays the con {% include components/actions-fields.html %} +> info "Tip" +> Associating a campaign to a conversion is optional. +> If the intended campaigns do not appear in the UI when selecting the value for the `Add Campaigns to Conversion` field, you can either : +> - manually enter the LinkedIn Conversion Rule ID in the `Existing Conversion Rule ID` field. This Conversion Rule ID must already exist and be configured within LinkedIn to be associated with the intended campaigns. +> - skip adding Conversion Rule ID in the `Existing Conversion Rule ID` field, and Segment will create a new conversion rule that will become visible within the LinkedIn campaign manager, which can then associated with the intended campaigns within LinkedIn. + ## FAQ and troubleshooting ### Why are my inputs failing? @@ -46,3 +52,5 @@ Your inputs must meet the following criteria: - `conversionHappenedAt` must be a valid timestamp (milliseconds since epoch) and must have happened in the past 90 days Any deviations from this specification might lead to failed inputs. + +