Skip to content

Commit 32cd6dc

Browse files
committed
feat: add fbInstallReferrer in Attribution map
1 parent d9c2855 commit 32cd6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustAttribution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public Map<String, String> toMap() {
117117
if (costType != null) fields.put("costType", costType);
118118
if (costAmount != null) fields.put("costAmount", costAmount.toString());
119119
if (costCurrency != null) fields.put("costCurrency", costCurrency);
120+
if (fbInstallReferrer != null) fields.put("fbInstallReferrer", fbInstallReferrer);
120121

121122
return fields;
122123
}

0 commit comments

Comments
 (0)