Skip to content

Commit 4f55585

Browse files
committed
Click Label
1 parent 6f5dc44 commit 4f55585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Adjust/Unity/AdjustAttribution.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
2+
using System.Collections.Generic;
33
using SimpleJSON;
44

55
namespace com.adjust.sdk
@@ -54,6 +54,7 @@ public AdjustAttribution (Dictionary<string, string> dicAttributionData)
5454
campaign = TryGetValue (dicAttributionData, "campaign");
5555
adgroup = TryGetValue (dicAttributionData, "adgroup");
5656
creative = TryGetValue (dicAttributionData, "creative");
57+
clickLabel = TryGetValue (dicAttributionData, "clickLabel");
5758
}
5859

5960
private static string TryGetValue(Dictionary<string, string> dic, string key)

0 commit comments

Comments
 (0)