Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: AdWords v201302
-
Fix Version/s: None
-
Component/s: Demand Map
-
Labels:None
Description
While testing DMS we observed that when the keyword is both positive and negative irrespective of BFID (keyword can be +ve in one BFID and same keyword may be -ve in another BFID), when we ran DMS then those -ve keyword is not picked for estimation.
Jboss log for DMS
2013-05-29 13:47:23,773 DEBUG [com.thesearchagency.mms.demandmap.impl.retriever.SearchEngineDemandMapRetriever] Keyword: apprenticeships MatchType: broad isGeoModifiable: false isGeoModified: false isNegative: true
2013-05-29 13:47:23,773 DEBUG [com.thesearchagency.mms.demandmap.impl.retriever.SearchEngineDemandMapRetriever] Keyword: calculate road tax MatchType: exact isGeoModifiable: false isGeoModified: false isNegative: true
In QA VM "accountants" keyword is both positive and negative
mysql> select keywords.*,keywordLists.businessFunctionID from keywords,keywordLists where keywordLists.id=keywords.keywordListID and keyword='accountants' and matchType='exact';
--------------------------------------------------------------------------------------+
id | keywordListID | keyword | matchType | isGeoMod | isNegative | subGroup | businessFunctionID |
--------------------------------------------------------------------------------------+
1681195 | 15501 | accountants | exact | 0 | 1 | 0 | 1000000003 |
932901 | 15311 | accountants | exact | 0 | 0 | 0 | 1000000407 |
--------------------------------------------------------------------------------------+
When we ran DMS for 1000000003 "accountants" negative keyword is not consider for estimation.