Closed Bug 1186451 Opened 9 years ago Closed 1 month ago

Why is tile 529 classified as an android tile?

Categories

(Content Services Graveyard :: Tiles, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: mruttley, Unassigned)

Details

This query looks for any tile in Channel 2 (Android):

SELECT tiles.id, tiles.adgroup_id, channels.id
FROM tiles
INNER JOIN adgroups ON adgroups.id = tiles.adgroup_id
INNER JOIN channels ON channels.id = adgroups.channel_id
WHERE channels.id = 2

This appears to include tile id 529 which is not a known Fennec Tile. Fennec tiles don't report impressions, and this one does. 

Is it misclassified or am I missing something?
You are correct. Tile 629-632 are android tiles.

There are a few more: 1791, 1792, 1793.

These should be all Android tiles
We just need a SQL query to fix this in production
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.