Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Newport
-
Fix Version/s: Newport
-
Component/s: Reseller UI
-
Labels:None
-
Environment:
QA Environment 3
- Reseller UI – 83
- SAPI – 561
- Core – P13
- BidMgr – P16
- AML Notification Templates - 35
-
Sprint:Sprint 5, Sprint 6
Description
It is observed that email notification email for disapproved keywords doesn't have complete information.
Steps:
1. Select any BA and insert invalid keyword in the backend.
select bc.description 'bc', ba.id 'baID', ba.description 'ba', keywordLists.id 'kwlistID' from mms_common.businessCategories bc join mms_common.businessCategoryAreaMap bcm on (bc.id=bcm.businessCategoryID) join mms_common.businessAreas ba on (bcm.businessAreaID=ba.id) join biz_function_location.keywordLists on (keywordLists.businessFunctionID=ba.id) left join mms_common.campaigns on keywordListID=keywordLists.id where merchantUUID ='' and keywordListID is null and ba.status='active' and bc.status='active' limit 30;
.
.
.
Kitchen & Home Appliances | 10997 | Food Processors | 358 |
.
.
insert into biz_function_location.keywords (keywordListID, keyword, matchType , isNegative , isGeoMod , isGeoTarget ) values (358, 'badkeyword, testing', 'exact', 0, 1, 1);
2.Create a merchant and deploy an order with this BA.
Actual result:
Order gets deployed successfully with ERROR in listener log and user gets notification Email. Email doesn't have information about (Please see the attached email)
---------------------------------
AdWords Campaign Name
Offending keyword
Reason Codes
Has the keyword list been customized (Y/N)?
-----------------------------------------
Please see the jboss/log/listener log files.
Expected:
User should receive email notification having required information.
Attachments
Issue Links
- blocks
-
AML-2381 As a Partner Support user, i want to be notified when there are keyword errors at Deployment time
-
- Closed
-