Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: unspecified
-
Fix Version/s: None
-
Component/s: Yahoo
-
Labels:None
-
Environment:
Operating System: Windows XP
Platform: PC
-
Bugzilla Id:3560
Description
--------------------------------------------------
Project: Yahoo API.
Component Used: ./seupdate.sh
Build: tsa-build-bidmgr-2010-02-17-p3-r24927
--------------------------------------------------
When a new camapign is created and the./seupdate.sh is executed , the account
is not found in the AdMax under the specified Account (i.e Under WWMW- Cellular
Safety Commission in this case.)
Steps to reproduce:
1. Log into Yahoo Online Marketing using the valid credentials. (Logs into
Cellular Safety Comission account in this case.)
2. Create a campaign (QA Test Campaign3) , proceed to select keywords , add ads
and activate the campaign.
3. Execute the SE Updater with the following command:
./seupdate.sh --seuser 445 -d3 --accounts
4. Login to Admax and navigate to Account -> Search Engine Setup tab and observe
Expected Result:
The following line of the output on execution of ./seupdate.sh shows that the
account is created successfully:
2010-02-23 22:15:00.528 (3) [P0T0]: Accounts: 1 added, 0 modified, 0 disabled.
In AdMax UI under "Account -> Search Engine Setup" , Under the Yahoo! Search
Marketing engine, in that under Cellular Safety Commission, the newly created
camapign should be available.
Actual Result:
In AdMax UI under "Account -> Search Engine Setup" , Under the Yahoo! Search
Marketing engine, in that under Cellular Safety Commission, the newly created
camapign is not found.
Note:
=> On executing the below query in staging-db5 on the db 'tsacommon' it was
found that the Campaign was created and activated but assigned to accountId '0'
which in this case should have been '17':
Query: select * from searchEngineAccounts where searchEngineUserId='445';
=> The campaign was found in the AdMax once the accountId for it was updated to
'17'.