0

I am working on Bing Ads PHP API and everything working find for USA, Canada, France and UK. But i am getting error like "LocationId: 93 is not supported." in Italy same for Japan. They have same id in there geolocation csv file for Italy. Please help.

Error Code:
The operation failed with the following faults:
OperationError
Code: 622
Error Code: InvalidLocationId
Message: The location id is invalid.
aynber
  • 22,380
  • 8
  • 50
  • 63
Chetan Badgujar
  • 55
  • 1
  • 10
  • Which methods are you attempting to use that location for? Showing the code might help. – aynber Jan 02 '18 at 18:12
  • hey @anyber i am using https://github.com/BingAds/BingAds-PHP-SDK/ this php api. Thing is other countries working good with same api but Italy and Japan giving location id is not supported error. – Chetan Badgujar Jan 02 '18 at 18:35
  • But what methods/functions are you attempting to use? The BingAds API is fairly extensive. – aynber Jan 02 '18 at 18:53
  • I am using samples/V11/KeywordPlanner.php from that repo. It give volume for provided keywords. – Chetan Badgujar Jan 02 '18 at 18:59
  • You may need to contact BingAds support. You could be restricted on your account. – aynber Jan 02 '18 at 19:03
  • Thanks i contacted them. They check all everything looking good so they forwarded issue to there developer team. lets see :) – Chetan Badgujar Jan 03 '18 at 07:43

1 Answers1

0

If you are using GetKeywordIdeas, per the LocationCriterion doc: "Currently this feature is available in the United States, United Kingdom, Canada, Australia, France, and Germany." BTW this is also in parity with the Bing Ads web Keyword Planner tool.

(Have also answered in the Bing Ads Developer Forum.)

I hope this helps!

Eric

Eric Urban
  • 582
  • 2
  • 7