Uploaded image for project: 'Yell'
  1. Yell
  2. YELL-975

Content type values are changing in database after running seupdate.

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: AdWords v201406
    • Fix Version/s: None
    • Component/s: None
    • Labels:
    • Environment:

      YELL1-XML1

      Build details
      SMS Core: p3-r7abbbcdb027dc0ea6037bee46dba344b0674a3a0

      Description

      After successful deployment of an account on running seupdate for the account its changing searchEngineAccount.contenttype values.

      Steps to reproduce

      Step 1: Deploy an account say SNSDOLD01
      Step 2: Check the database searchEngineAccount.contenttype filed values.
      Step 3: Check the adwords and see the Campaign Type.(Note: For all new deployments GT campaigns have search Network with display select)
      Step 4: Run seupdate
      Step 5: Check the database searchEngineAccount.contenttype filed values.

      Result

      mysql> select * from searchEngineAccounts where description like '%SNDSOLD01%';
      ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      id accountID distributionID searchEngineUserID description shortCode paused searchEngineIdentifier searchEngineScope inContent enabled useConversionData searchEngineStatus searchEngineStatusText budgetSearchEngineIdentifier budgetType budgetAmount lastChecked networkType contentType biddingStrategy

      ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      595868 81798 3 85475 SNDSOLD01_1000000024_691_SNDSOLD01-1_GT NULL false 242641159   true true false disabled Paused 280982839 dailyDivide 0.16 NULL GoogleSearch,SearchNetwork,ContentNetwork AllPlacements  
      595869 81798 3 85475 SNDSOLD01_1000000024_691_SNDSOLD01-1_GM NULL false 242641279   false true false disabled Paused 280982959 dailyDivide 0.16 NULL GoogleSearch,SearchNetwork None  

      ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      2 rows in set (0.01 sec)

      mysql> select * from searchEngineAccounts where description like '%SNDSOLD01%';
      -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      id accountID distributionID searchEngineUserID description shortCode paused searchEngineIdentifier searchEngineScope inContent enabled useConversionData searchEngineStatus searchEngineStatusText budgetSearchEngineIdentifier budgetType budgetAmount lastChecked networkType contentType biddingStrategy

      -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      595868 81798 3 85475 SNDSOLD01_1000000024_691_SNDSOLD01-1_GT NULL false 242641159   true true false disabled PAUSED 280982839 dailyDivide 0.16 2014-08-26 12:47:30 CONTENT_NETWORK,GOOGLE_SEARCH,SEARCH_NETWORK CONTENT_NETWORK TargetSpend
      595869 81798 3 85475 SNDSOLD01_1000000024_691_SNDSOLD01-1_GM NULL false 242641279   false true false disabled PAUSED 280982959 dailyDivide 0.16 2014-08-26 12:47:31 GOOGLE_SEARCH,SEARCH_NETWORK   TargetSpend

      -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      2 rows in set (0.01 sec)

      Note: The contentType values are changed from AllPlacements to CONTENT_NETWORK for GT campaigns and from NONE to blank(NULL) for GM campaigns. And this issue is in production build.

        Attachments

          Activity

            People

            • Assignee:
              alok.shukla Alok Shukla
              Reporter:
              anil.kumar Anil Kumar Halmadgi
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: