Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SMSc
-
Labels:None
-
Environment:
yell-ec-mms
yell-ec-xml
Description
------------------------------------------------------------------------------------------------------------------------------------------------------------
Project: content Google editor
Build:tsa-build-bidmgr-2010-07-29-p49-r1420
Prerequisite :GoogleAdWordsAPI.setSandbox(true)
------------------------------------------------------------------------------------------------------------------------------------------------------------
Google_Content_Editor:6 textads are created after redeploying the Admax requests with Null Display and destination Url.
Steps to reproduce:
Prerequisite:
GoogleAdWordsAPI.setSandbox(true)
Latest BidMgr is deployed.
Enviorment:
yell-ec-mms
yell-ec-xml
1.Create new account (gptest-by deploying with Admax Service Binding. Admax Request is attached-Admax_Request_Custom_URL.xml
2.Verify the structure in gce_campaigns, gce_adGroup,gce_textAds etc...
a)2 Campaigns and 2 AdGroup are created.
select * from gce_campaign where name like '%gptest33%';
-----------------------------------------------------------------------------------------------------------------------------------------------------+
id | searchEngineUserID | searchEngineIdentifier | name | budgetAmount | budgetPeriod | contentTargeting | startDay | endDay | status |
-----------------------------------------------------------------------------------------------------------------------------------------------------+
27001 | 4681 | 119566 | gptest33_1000000003_733_gptest-33_GT | 0.080 | Daily | AllPlacements | 2010-08-19 | 2037-12-31 | Active |
27011 | 4681 | 119567 | gptest33_1000000003_733_gptest-33_GM | 0.080 | Daily | None | 2010-08-19 | 2037-12-31 | Active |
-----------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.05 sec)
select * from gce_adGroup where campaignID=27001;
-------------------------------------------------------------------------------------------------------------------------------------
id | campaignID | searchEngineIdentifier | name | keywordMaxCPC | keywordContentMaxCPC | siteMaxCPC | siteMaxCPM | status |
-------------------------------------------------------------------------------------------------------------------------------------
835011 | 27001 | 3060593583 | gptest33_1000000003_733_gptest-33 | 0.081 | 0.081 | 0.000 | 0.000 | Enabled |
-------------------------------------------------------------------------------------------------------------------------------------
1 row in set (0.00 sec)
b)Three textAds are created for each adGroup with status as "Enabled"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
id | adGroupID | searchEngineIdentifier | headline | description1 | description2 | displayURL | destinationURL | exemptionRequest | isDisapproved | status |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
355231 | 835011 | 702578 | Get Income Tax Services | Hire the Professionals. | Income Tax Advice for Individuals. | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | Enabled |
355221 | 835011 | 702579 | Get Expert Tax Advice | Need Tax Advice You Can Rely On? | Let us take care of it! | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | ENabled |
355241 | 835011 | 702580 | {KeyWord:Get Income Tax Services} | Hire the Professionals. | Income Tax Advice for Individuals. | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | Enabled |
3.Now deploy the Admax service Binding with Null values for "display url and destination url" - attached AdMax request:Admax_Request_Blank_URL.xml
4.Verify the structure in gce_campaigns, gce_adGroup,gce_textAds etc...
Its observed that 3 old TestAds are Disabled and 6 New textAds are created for each AdGroup of which three of them are with status 'Disabled' and three are with "Enabled'
select * from gce_textAd where adGroupID=835011;
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
id | adGroupID | searchEngineIdentifier | headline | description1 | description2 | displayURL | destinationURL | exemptionRequest | isDisapproved | status |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
355231 | 835011 | 702578 | Get Income Tax Services | Hire the Professionals. | Income Tax Advice for Individuals. | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | Disabled |
355221 | 835011 | 702579 | Get Expert Tax Advice | Need Tax Advice You Can Rely On? | Let us take care of it! | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | Disabled |
355241 | 835011 | 702580 | {KeyWord:Get Income Tax Services} | Hire the Professionals. | Income Tax Advice for Individuals. | mygptest33.com | http://www.mygptest33.com/sem-incometax_custom.html | false | Disabled |
355281 | 835011 | 702584 | Get Expert Tax Advice | Need Tax Advice You Can Rely On? | Let us take care of it! | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Disabled |
355301 | 835011 | 702585 | {KeyWord:Get Income Tax Services} | Hire the Professionals. | Income Tax Advice for Individuals. | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Disabled |
355291 | 835011 | 702586 | Get Income Tax Services | Hire the Professionals. | Income Tax Advice for Individuals. | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Disabled |
355341 | 835011 | 702590 | Get Income Tax Services | Hire the Professionals. | Income Tax Advice for Individuals. | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Enabled |
355351 | 835011 | 702591 | Get Expert Tax Advice | Need Tax Advice You Can Rely On? | Let us take care of it! | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Enabled |
355361 | 835011 | 702592 | {KeyWord:Get Income Tax Services} | Hire the Professionals. | Income Tax Advice for Individuals. | gptest33.com | http://www.gptest33.com/sem-incometaxreading.html | false | Enabled |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------