Skip to content

Commit

Permalink
fix(campaigns): add CD attribution models
Browse files Browse the repository at this point in the history
Refs: MYCG-T-217
  • Loading branch information
pogromistik committed Mar 1, 2022
1 parent be1e130 commit ebcfc29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/campaigns/enum/AttributionModelEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ class AttributionModelEnum extends Enum
public const LC = "LC";
public const LSC = "LSC";
public const LYDC = "LYDC";
public const FCCD = "FCCD";
public const LCCD = "LCCD";
public const LSCCD = "LSCCD";
public const LYDCCD = "LYDCCD";
}

0 comments on commit ebcfc29

Please sign in to comment.