Skip to content

Commit 5551f25

Browse files
authored
Merge pull request #7034 from segmentio/add-detail-linkedin-capi
Add faq to LinkedIn capi
2 parents 14e0b8f + 8f34824 commit 5551f25

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/actions-linkedin-conversions

1 file changed

+5
-1
lines changed

src/connections/destinations/catalog/actions-linkedin-conversions/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Your inputs must meet the following criteria:
4343
- `LINKEDIN_FIRST_PARTY_ADS_TRACKING_UUID`
4444
- `ACXIOM_ID`
4545
- `ORACLE_MOAT_ID`
46-
- `conversionHappenedAt` must be a valid timestamp (milliseconds since epoch) and must have happened in the past 90 days
46+
- `conversionHappenedAt` must be a valid epoch timestamp (milliseconds since epoch) and must have happened in the past 90 days. Segment additionally accepts [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} formatted timestamps, and converts it to a valid epoch timestamp.
4747

4848
Any deviations from this specification might lead to failed inputs.
49+
50+
### Why does LinkedIn show "no integration data" after I successfully sent the data?
51+
52+
One possible reason is that your events are missing the **currency** and **amount** fields. LinkedIn’s API won't reject events due to the lack of currency and amount data, but their platform will silently drop these events later during processing. Please ensure your payload includes those fields with valid values.

0 commit comments

Comments
 (0)