Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Bing-Integration
-
Fix Version/s: Bing-Integration
-
Component/s: None
-
Labels:None
Description
Steps:
1. Insert queries manually into the bce_keyword & bce_keywordPendingChange tables for inserting an keyword (inserted a keyword to the adGroup 'bftest7_2_adGroup1' this case), as :
INSERT INTO bce_keyword (adGroupId,searchEngineIdentifier,TEXT,keywordType,maxCPC,destinationURL,isPaused,isNegative,STATUS) VALUES (151,NULL,'window washe','Broad Phrase Exact Content',0.161,'http://www.dispurl.com/welcome.html','false','false','Active');
INSERT INTO bce_keywordPendingChange (keywordId,TYPE) VALUES (10976,'add');
2. After sucessfully inserting the values,login to the ebiz-dev-ts-node-admax system with valid credentials
3. Get inside the jail
4. Execute the bce script as follows:
./contenteditor-bing.sh -d3 -U5954
Expected Behavior:
The script should push the keyword to the Adcenter and update the DB with the searchEngineIdentfier. In adcenter the same keyword should be listed thrice with all three types
Actual Behavior:
The script pushes the keyword to Adcenter and in Adcenter the keyword can be seen to be listed thrice with different types . However in the DB at our end, the keywordType is shown to be blank.
Note:
1. The keywordType is shown in the DB after inserting but is gone only after execution of the bce script.
2. Also tried using the type as 'Broad' and still seeing the same behaviour.