Skip to content

Commit

Permalink
fix(campaigns): add new attribution model - LYDCCD
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Nov 26, 2021
1 parent 2d04270 commit 342c235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/campaigns/enum/AttributionModelEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ class AttributionModelEnum extends Enum
public const LC = "LC";
public const LSC = "LSC";
public const LYDC = "LYDC";
public const LYDCCD = "LYDCCD";
}

0 comments on commit 342c235

Please sign in to comment.