You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-linkedin-conversions/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ Your inputs must meet the following criteria:
43
43
-`LINKEDIN_FIRST_PARTY_ADS_TRACKING_UUID`
44
44
-`ACXIOM_ID`
45
45
-`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) formatted timestamp, and converts it to valid epoch timestamp value.
47
47
48
48
Any deviations from this specification might lead to failed inputs.
49
+
50
+
### Why LinkedIn still shows "no integration data" after I successfully sent the data?
51
+
LinkdedIn won't reject events due to the lack ofcurrency and amount data, but they will not correctly recogonize the events you sent via Segment. Please ensure your payload has the data or try "Validate" for other undocumented errors.
0 commit comments