Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Extensions
-
Fix Version/s: None
-
Component/s: AdMax
-
Labels:None
-
Environment:
Build details
BidMgr : p7-r2834
Description
Bing account getting failed on using 1000000019 BFID. From the fix YELL-759 the keywords are removed which contains special character in keywords like + , &, "", # and ‘. But it’s failing for the combination of '+' and "" in the keyword. (BFID : 1000000019).
When queried in core keyword, it has two keywords which contains such combination.
mysql> select * from biz_function_location.keywords where matchtype in ('broad','exact','phrase') and keyword like '%+%-%';
------------------------------------------------------------------------
id keywordListID keyword matchType isGeoMod isNegative subGroup
------------------------------------------------------------------------
1681874 8561 +home make-up broad 0 0 0
1681876 8561 +mobile make-up broad 0 0 0
------------------------------------------------------------------------
Note : When verified in the database to check how many accounts got affected with this BFID, there were no BPID created with such BFID (1000000019). Issue still exist with this BFID.
Attachments
Issue Links
- duplicates
-
YELL-759 Filter keywords with '&' character, strip them off for Bing accounts
- Closed