From 052977f20dd5ff7bddd364788d1cc9876b74798f Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:52:47 -0400 Subject: [PATCH] Add Palestine as a Google-Ads-only country picker location (#492) --- src/shared/keyword-locations.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/shared/keyword-locations.ts b/src/shared/keyword-locations.ts index 7d9dfb0..d61ebd4 100644 --- a/src/shared/keyword-locations.ts +++ b/src/shared/keyword-locations.ts @@ -388,6 +388,13 @@ export const LOCATION_OPTIONS: readonly LocationOption[] = [ googleAdsOnly: true, }, { code: 2586, label: "Pakistan", shortLabel: "PK", languageCode: "en" }, + { + code: 2275, + label: "Palestine", + shortLabel: "PS", + languageCode: "ar", + googleAdsOnly: true, + }, { code: 2591, label: "Panama", shortLabel: "PA", languageCode: "es" }, { code: 2598,