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. Execute the following queries to insert a keyword :
INSERT INTO bce_keyword (adGroupId,searchEngineIdentifier,TEXT,keywordType,maxCPC,destinationURL,isPaused,isNegative,STATUS) VALUES (151,NULL,'window washinngs','Broad',0.161,'http://www.dispurl.com/welcome.html','false','false','Active');
INSERT INTO bce_keywordPendingChange (keywordId,TYPE) VALUES (13400,'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
5. Observe the adcenter and only one keyword is pushed to adcenter of the mentioned type 'Broad' and also in the local DB the keyword is now assigned with Search EngineIdentifier.
6. Now,insert the following queries to update the keyword's status:
INSERT INTO bce_keywordPendingChange (keywordID,TYPE) VALUES (13400,'update');
INSERT INTO bce_keywordPendingUpdate (keywordId,STATUS) VALUES (13400,'Paused');
7. After sucessfully inserting the values,login to the ebiz-dev-ts-node-admax system with valid credentials
8. Get inside the jail
9. Execute the bce script as follows:
./contenteditor-bing.sh -d3 -U5954
10. Login to adcenter and observe
Expected Behavior:
After the keyword status is updated and the bce script is executed,in adcenter the status of the available keyword (only single keyword of BROAD type) should be updated.
Actual Behavior:
After the keyword status is updated and the bce script is executed,in adcenter the status of the available keyword (only single keyword of BROAD type) is updated, however the other 2 types - EXACT & PHRASE are now created and their status is also to be PAUSED.
>Snapshots attached.