Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Newport
-
Fix Version/s: Newport
-
Component/s: Content Editor, Reseller UI
-
Labels:None
-
Environment:
QA Environment 3
- Reseller UI – 89
- SAPI – 561
- Core – P13
- BidMgr – P18
-
Sprint:Sprint 5
Description
Alt special characters are rejected during redeployment of the order.
Steps:
1.Create a merchant and deploy order with BA having special characters.
E.g. Deployed order with BA "Car stereos" with added keywords "Bombs,test","Bombs" and "sidewalk café"
2. Check the listener log - order gets deployed successfully.It throws exception for invalid keyword and notification sends to techops
Snippet of listener Log: (AML_Invalid_Keywords.txt)
014-03-05 10:13:25.315 (2) [pool-30-thread-2]: Google Request Errors for accountID 368(KeywordChangeRequest)
Keyword: Bombs,test in Arizona
Type: Exact
Status: Active
id=145136, code=0: CriterionError(reason: KEYWORD_HAS_INVALID_CHARS)(isExemptable: false), trigger=Bombs,test in Arizona, field=operations[4].operand.criterion.text
Keyword: Bombs,test Arizona
Type: Exact
Status: Active
id=145135, code=0: CriterionError(reason: KEYWORD_HAS_INVALID_CHARS)(isExemptable: false), trigger=Bombs,test Arizona, field=operations[31].operand.criterion.text
Keyword: Arizona Bombs,test
Type: Exact
Status: Active
id=145137, code=0: CriterionError(reason: KEYWORD_HAS_INVALID_CHARS)(isExemptable: false), trigger=Arizona Bombs,test, field=operations[37].operand.criterion.text
2014-03-05 10:13:25.469 (3) [pool-30-thread-1]: KeywordDAO(accountID 368) Request contained 92 adds, 0 updates, 0 deletes.
3.Now Edit the account> Edit keywords and delete the invalid keyword "Bombs,test" and deploy the order.
Actual result:
Order gets deployed successfully and there is NO exception in the listener log for keyword "Bombs,test" but surprisingly keyword "sidewalk cafè" gets rejected and on UI Edit Keyword page "cafè" doesn't show properly.
Please see the attached screenshot.
Snippet of listener log: (AML_Invalid_Keywords_Deleting.txt)
014-03-05 10:17:13.641 (2) [pool-39-thread-3]: Google Request Errors for accountID 368(KeywordChangeRequest)
Keyword: sidewalk caf?
Type: Exact
Status: Active
id=145177, code=0: CriterionError(reason: KEYWORD_HAS_INVALID_CHARS)(isExemptable: false), trigger=sidewalk caf?, field=operations[0].operand.criterion.text
2014-03-05 10:17:13.894 (3) [P14T1]: ... SEUser 366 finished
2014-03-05 10:17:13.895 (3) [pool-3-thread-5]: ------------Google Content Editor done
2014-03-05 10:17:13.901 (2) [pool-3-thread-5]: updateKeywordDestinationURLs(): Number of pending updates (0) != number of expected changes (1)
Expected Result:
Alt special characters should not rejected during redeployment of the order.