awing-library 2.1.64 → 2.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -180,6 +180,7 @@ var Advanced = function (props) {
|
|
|
180
180
|
type: {
|
|
181
181
|
LimitView: t('Campaign.RuleType.LimitView'),
|
|
182
182
|
LimitClick: t('Campaign.RuleType.LimitClick'),
|
|
183
|
+
Authentication: t('Campaign.RuleType.Engagement'),
|
|
183
184
|
LimitEvent: t('Campaign.RuleType.LimitEvent'),
|
|
184
185
|
TargetGender: t('Campaign.RuleType.TargetGender'),
|
|
185
186
|
TargetAge: t('Campaign.RuleType.TargetAge'),
|
|
@@ -189,7 +190,6 @@ var Advanced = function (props) {
|
|
|
189
190
|
RetargetPlace: t('Campaign.RuleType.RetargetPlace'),
|
|
190
191
|
RetargetDomain: t('Campaign.RuleType.RetargetDomain'),
|
|
191
192
|
RetargetMacAddress: t('Campaign.RuleType.RetargetMacAddress'),
|
|
192
|
-
Authentication: t('Campaign.RuleType.Engagement'),
|
|
193
193
|
},
|
|
194
194
|
};
|
|
195
195
|
var handleSubmit = function () {
|