Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: Other / Misc.
-
Labels:None
-
Story Points:5
-
Sprint:Sprint 13, Sprint 14, Sprint 15, Sprint 16, Sprint 17
Description
As the content editor properties for Google & bing override properties are now reading from the database NOT from file, the input message can be changed to.
amlops@aml-qa4-monman1 groovy]$ groovy setupResellerPropertyOverrides.groovy -dh aml-qa4-front1 -dl 8080 -u readwrb8a7d340-30e0-4369-97d0-8f901d238f86
DEBUG - Base path: http://aml-qa4-front1:8080/distribution/rest/
Enter the password for readwrite:
Would you like to override any Content Editor properties for this reseller?y
Would you like to override ce.orderID ?y
Enter a value for CE Property field "ce.orderID" : 3491813825
Would you like to override ce.defaultBudget ?y
Enter a value for CE Property field "ce.defaultBudget" : 9000000
Would you like to override ce.mobileBidModifier ?y
Enter a value for CE Property field "ce.mobileBidModifier" : 0.8
Would you like to override ce.parentClientCustomerID ?y
Enter a value for CE Property field "ce.parentClientCustomerID" : 7650377477
.
..
Instead of would like to override *** message, the script should ask
Enter a value for CE Property field "ce.orderID" :
Enter a value for CE Property field "ce.defaultBudget" :
etc
Also as this script is implemented for Bing also we should update it like
Enter a value for Google CE Property field "ce.orderID" :