Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: PatchFix201401
-
Fix Version/s: Bing v9
-
Component/s: None
-
Labels:
-
Environment:
YELL1 and ST2 Environment.
-
Sprint:Sprint 1
-
Epic Link:
Description
Bing wont support display network(Content Type) feature to add the placements to adcenter but it adding placements in pending change table and adds to bce_placement and bce_placementPendingChange table with searchEngineIdentifier as NULL.
In production database following is the count.
mysql> select count from bce_placement;
----------
count |
----------
15346 |
----------
1 row in set (0.02 sec)
mysql> select count from bce_placementPendingChange;
----------
count |
----------
15346 |
----------
1 row in set (0.02 sec)