Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: PatchFix201402
-
Fix Version/s: Bing v9, AdWords v201402
-
Component/s: None
-
Labels:
-
Environment:
ST2 and production Environment
-
Sprint:Sprint 3 - AdWords v201402 Dev, AdWords v2014 QA
Description
When we redeploy the bing account for first time its throwing primary Key exception as it trying to add text ads which are already present this leads to entries in pending changes(Root cause of pending changes not clearing). On the second redeployment the existing text ads are deleted and new text ads are added.
When we dig this issue at lower level we found that on deployment the display URL contains http:// on redeployment the display URL doesn't contains http:// so redeployment sees it as a URL change and try to delete and add the new text ads.
Steps to reproduce
Step 1: Deploy an account.
Step 2: Redeploy the account.
Step 3: Check the database.
Please find attached sql