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

BING: Location are targeted to 'All Location worldwide' for the Region seLocationlevel

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: Disable Display Network
    • Fix Version/s: TBD
    • Component/s: None
    • Labels:
      None
    • Environment:

      YELL1
      Production Builds
      SMS-CORE: p18
      SMS-SERVICE: p7

      Description

      When we deploy a Bing account with Region (serveiceAreaID) then location is targeting to “All Location worldwide” in Bing Adcenter.

      This behavior is observed in both Production and PointRadii build.

      Steps to reproduce
      1. Deploy a Bing account with region as serviceAreaID in CPP.
      2. Login to Adcenter and check the location targeted

      Actual behavior: Location is targeting to “All Location worldwide”

      Expected behavior: Location should be targeted to <region name>

      Note: For Google, location is targeted to particular region in Google Adwords when we deploy with Region.

      With production build
      Deployed a Bing account with Region (1039) and in Bing Adcenter location is targeting to “All Location worldwide”. Please refer the screen shot (ProductionRadiiBuild-BING-Region(1039).jpg)

      mysql> select * from bce_campaign where name like '%BNGP05%';
      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

      id searchEngineUserID searchEngineIdentifier name description timezone daylightSaving budgetAmount budgetPeriod contentTargeting status bingTargetId

      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

      1173 84936 90806471 BNGP05_1000000024_1039_BNGP05-1_GT BNGP05_1000000024_1039_BNGP05-1_GT GreenwichMeanTimeDublinEdinburghLisbonLondon   0.081 DailyBudgetStandard NULL Paused NULL
      1174 84936 90806472 BNGP05_1000000024_1039_BNGP05-1_GM BNGP05_1000000024_1039_BNGP05-1_GM GreenwichMeanTimeDublinEdinburghLisbonLondon   0.081 DailyBudgetStandard NULL Paused NULL

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

      mysql> select * from bce_campaignTargetMap tm,bce_target t where t.id=tm.targetID and campaignID=1173;
      Empty set (0.00 sec)

      mysql> select * from bce_campaignProximityTargetMap ptm, bce_target t where t.id=ptm.targetID and campaignID=1173;
      Empty set (0.00 sec)

      With Point Radii build
      Deployed a Bing account with Region (1039) and in Bing Adcenter location is targeting to “All Location worldwide”. Please refer the screen shot (PointRadiiBuild-BING-Region(1039).jpg)

      mysql> select * from bce_campaign where name like '%BNGB05%';
      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

      id searchEngineUserID searchEngineIdentifier name description timezone daylightSaving budgetAmount budgetPeriod contentTargeting status bingTargetId

      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

      1197 84948 170489856 BNGB05_1000000024_1039_BNGB05-1_GT BNGB05_1000000024_1039_BNGB05-1_GT GreenwichMeanTimeDublinEdinburghLisbonLondon   0.081 DailyBudgetStandard NULL Paused NULL
      1198 84948 170489857 BNGB05_1000000024_1039_BNGB05-1_GM BNGB05_1000000024_1039_BNGB05-1_GM GreenwichMeanTimeDublinEdinburghLisbonLondon   0.081 DailyBudgetStandard NULL Paused NULL

      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      2 rows in set (0.00 sec)

      mysql> select * from bce_campaignTargetMap tm,bce_target t where t.id=tm.targetID and campaignID=1197;
      Empty set (0.00 sec)

      mysql> select * from bce_campaignProximityTargetMap ptm, bce_target t where t.id=ptm.targetID and campaignID=1197;
      Empty set (0.00 sec)

        Attachments

          Activity

            People

            • Assignee:
              ajay.nagaraj Ajay Nagaraj (Inactive)
              Reporter:
              sharath.tn Sharath TN (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: