Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: unspecified
-
Fix Version/s: None
-
Component/s: xOther
-
Labels:None
-
Environment:
Operating System: Linux
Platform: PC
-
Bugzilla Id:3344
Description
The following word is enabled for broad match type in MSN:
ghost adventures zak bagans
however we are getting conversions on exact in the feed.
mysql> select * from sources where accountID=330 and distributionID=147 and
altkey like "ms330t3133313812%_ghost_adventures_zak_bagans"\G
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1. row ***************************
id: 528453221
altKey: ms330t3133313812b_ghost_adventures_zak_bagans
accountID: 330
siteID: 0
searchEngineAccountID: 38769
keywordID: 0
distributionID: 147
searchEngineIdentifier: 3133313812
searchEngineGroupIdentifier: 455783950
searchEngineMatchType: broad
searchEngineGroupID: 26
isBiddable: true
campaignID: 0
description: Keyword: [ghost adventures zak bagans] broad
type: 1
keyword: ghost adventures zak bagans
sourceURL:
cost: 1
maxCost: 1
waypointID: NULL
landingURL:
http://www.travelchannel.com/tv_shows/ghost_adventures?refcd=ms330t3133313812b_ghost_adventures_zak_bagans
passParams:
trackPerformance: true
searchEngineStatus: ok
searchEngineStatusText: A:3, P:0, R:0
lastChecked: 0000-00-00 00:00:00 - 2. row ***************************
id: 528850101
altKey: ms330t3133313812e_ghost_adventures_zak_bagans
accountID: 330
siteID: 0
searchEngineAccountID: 0
keywordID: 0
distributionID: 147
searchEngineIdentifier: NULL
searchEngineGroupIdentifier:
searchEngineMatchType: unknown
searchEngineGroupID: 0
isBiddable: false
campaignID: 0
description: Unknown Tag
"ms330t3133313812e_ghost_adventures_zak_bagans"
type: 0
keyword: ms330t3133313812e_ghost_adventures_zak_bagans
sourceURL:
cost: NULL
maxCost: 0
waypointID: NULL
landingURL:
passParams:
trackPerformance: true
searchEngineStatus: unknown
searchEngineStatusText:
lastChecked: 0000-00-00 00:00:00
2 rows in set (0.03 sec)
- 1. row ***************************
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ffej tells me this is because broad is a superset of exact and phrase and we
should be creating sources for all three when broad is in use. Not sure how this
effects bidding in V6 but it sounds like that may need some research.