Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: unspecified
-
Fix Version/s: None
-
Component/s: Yahoo
-
Labels:None
-
Environment:
Operating System: Windows XP
Platform: PC
-
Bugzilla Id:3821
Description
--------------------------------------------------
Project: Yahoo v7 API .
Component Used: ./seupdate.sh
Build: tsa-build-bidmgr-2010-05-11-p2-r25871
--------------------------------------------------
Steps to reproduce:
1. Logged into Yahoo Online Marketing using the valid credentials. (Logged into
Cellular Safety Comission account in this case.)
2. Created a campaign,adgroup,keywords and an ad under it (Campaign created
here: Y7Testcamp)
3. Executed the seupdater as follows:
./seupdate.sh -d3 -U 445 --distributionb 164 --accounts --groups
--listings
3. Checked the account was pulled to the staging-db5
(tsacommon.searchEngineAccounts) using the following query:
select * from tsacommon.searchEngineAccounts where description like
'%Y7Testcamp%'
4. Then assigned it to the account id '17' and set 'enabled' to 'true' )
update tsacommon.searchEngineAccounts set accountID='17' and enabled
= 'true' where id='40344'
3. After assinging the account id to 17 and setting 'enable' to 'true', executed
the se updater again so that the groups ,keywords and ads are pulled:
./seupdate.sh -d3 -U 445 --distributionb 164 -A '40344' --accounts
--groups --listings
4. Now logged in to AdMax UI , selected the account as 'WWMW - Cellular Safety
Commission' and observed the active/inactive campaigns under the Yahoo Search Engine
Expected Result:
The campaign 'Y7Testcamp' should be visible under the Active Search Engines
Actual Result:
The campaign 'Y7Testcamp' was not shown in the AdMax UI under the account
'WWMW - Cellular Safety Commission'
Note:
=> On renaming a campaign (renamed campaign 'Testcamp1' to 'Y6Testcamp_1new')
and executing ./seupdate.sh from a Yahoo v6 build
(tsa-build-bidmgr-2010-05-07-p13-r25868) , did not show the changed name of the
campaign in the AdMaxUI ,it was still shown up with the name 'Testcamp1'.
=> However using both the builds of Yahoo v7 & v6, when the sponsored search was
set to 'Off' a campaign, the 'advanced' & 'exact' match type keywords under all
the adgroups under that campaign were disabled in the AdMax UI.