-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
94 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
marketing-api/enum/event_convert_optimized_goal_value_type.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package enum | ||
|
||
// EventConvertOptimizedGoalValueType 设置差异价值 | ||
type EventConvertOptimizedGoalValueType = string | ||
|
||
const ( | ||
// EventConvertOptimizedGoalValueType_DISABLED 未设置 | ||
EventConvertOptimizedGoalValueType_DISABLED EventConvertOptimizedGoalValueType = "DISABLED" | ||
// EventConvertOptimizedGoalValueType_DISCRIMINATEBYGROUP 人群差异价值 | ||
EventConvertOptimizedGoalValueType_DISCRIMINATEBYGROUP EventConvertOptimizedGoalValueType = "DISCRIMINATEBYGROUP" | ||
// EventConvertOptimizedGoalValueType_DYNAMICVALUE 动态价值 | ||
EventConvertOptimizedGoalValueType_DYNAMICVALUE EventConvertOptimizedGoalValueType = "DYNAMICVALUE" | ||
// EventConvertOptimizedGoalValueType_FIXED 固定价值 | ||
EventConvertOptimizedGoalValueType_FIXED EventConvertOptimizedGoalValueType = "FIXED" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters