{"id":50785,"date":"2026-06-17T07:00:16","date_gmt":"2026-06-17T07:00:16","guid":{"rendered":"https:\/\/bsolution.me\/he\/google-utm-builder\/"},"modified":"2026-08-23T21:37:36","modified_gmt":"2026-08-23T21:37:36","slug":"google-utm-builder","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/google-utm-builder\/","title":{"rendered":"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1"},"content":{"rendered":"\n<header>\n  <h2 class=\"main-title\">\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 <span class=\"icon pill\">\ud83d\udd17<\/span><\/h2>\n  <p class=\"subtitle\">\u05e6\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05de\u05e2\u05e7\u05d1 \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d5\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05de\u05e7\u05d5\u05e8\u05d5\u05ea \u05d4\u05ea\u05e0\u05d5\u05e2\u05d4 \u05d1-Google Analytics.<\/p>\n  <div class=\"free-badge\"><span class=\"free-dot\"><\/span> \u05d7\u05d9\u05e0\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df<\/div>\n<\/header>\n\n<div id=\"bnet-tool-utm-builder\">\n  <style>\n    \/* CSS Variables: Light Mode *\/\n    #bnet-tool-utm-builder {\n      --bg-color: transparent;\n      --text-color: #333333;\n      --text-muted: #666666;\n      --border-color: #e5e5e5;\n      --accent-color: #0066cc;\n      --accent-hover: #005bb5;\n      --success-color: #10b981;\n      --danger-color: #ef4444;\n      --warning-color: #f59e0b;\n      --input-bg: #ffffff;\n      --card-bg: #fdfdfd;\n      --tag-bg: #e8f4fd;\n      --tag-color: #0066cc;\n      --copied-bg: #d1fae5;\n      --copied-color: #065f46;\n      font-family: 'Heebo', sans-serif;\n      direction: rtl;\n      color: var(--text-color);\n      max-width: 100%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS Variables: Dark Mode *\/\n    .dark-theme #bnet-tool-utm-builder {\n      --text-color: #f5f5f5;\n      --text-muted: #a0a0a0;\n      --border-color: #444444;\n      --accent-color: #2997ff;\n      --accent-hover: #1a83e6;\n      --input-bg: #2a2a2a;\n      --card-bg: #1e1e1e;\n      --tag-bg: #1a3a5c;\n      --tag-color: #60b0ff;\n      --copied-bg: #064e3b;\n      --copied-color: #6ee7b7;\n    }\n\n    #bnet-tool-utm-builder * {\n      box-sizing: border-box;\n    }\n\n    #bnet-tool-utm-builder .tool-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Section Cards *\/\n    #bnet-tool-utm-builder .section-card {\n      background-color: var(--card-bg);\n      border: 1px solid var(--border-color);\n      border-radius: 12px;\n      padding: 1.5rem;\n      box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    }\n\n    .dark-theme #bnet-tool-utm-builder .section-card {\n      box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n    }\n\n    #bnet-tool-utm-builder .section-title {\n      font-size: 1rem;\n      font-weight: 700;\n      margin: 0 0 1.25rem 0;\n      color: var(--text-color);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Input Groups *\/\n    #bnet-tool-utm-builder .input-group {\n      margin-bottom: 1.25rem;\n      display: flex;\n      flex-direction: column;\n    }\n\n    #bnet-tool-utm-builder .input-group:last-child {\n      margin-bottom: 0;\n    }\n\n    #bnet-tool-utm-builder label {\n      font-weight: 600;\n      margin-bottom: 0.35rem;\n      font-size: 0.95rem;\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n\n    #bnet-tool-utm-builder .label-required {\n      color: var(--danger-color);\n      font-size: 0.8rem;\n    }\n\n    #bnet-tool-utm-builder .label-optional {\n      color: var(--text-muted);\n      font-size: 0.78rem;\n      font-weight: 400;\n    }\n\n    #bnet-tool-utm-builder .info-text {\n      font-size: 0.82rem;\n      color: var(--text-muted);\n      margin-top: 0.3rem;\n      line-height: 1.4;\n    }\n\n    #bnet-tool-utm-builder input[type=\"text\"],\n    #bnet-tool-utm-builder input[type=\"url\"],\n    #bnet-tool-utm-builder select {\n      width: 100%;\n      padding: 0.75rem 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: 8px;\n      background-color: var(--input-bg);\n      color: var(--text-color);\n      font-size: 0.95rem;\n      font-family: inherit;\n      transition: border-color 0.2s, box-shadow 0.2s;\n      direction: ltr;\n      text-align: left;\n    }\n\n    #bnet-tool-utm-builder input[type=\"text\"].rtl-input,\n    #bnet-tool-utm-builder input[type=\"url\"].rtl-input {\n      direction: rtl;\n      text-align: right;\n    }\n\n    #bnet-tool-utm-builder input::placeholder {\n      color: var(--text-muted);\n      opacity: 0.7;\n    }\n\n    #bnet-tool-utm-builder input:focus,\n    #bnet-tool-utm-builder select:focus {\n      outline: none;\n      border-color: var(--accent-color);\n      box-shadow: 0 0 0 3px rgba(41, 151, 255, 0.18);\n    }\n\n    #bnet-tool-utm-builder input.input-error {\n      border-color: var(--danger-color);\n      box-shadow: 0 0 0 3px rgba(239,68,68,0.15);\n    }\n\n    \/* Two-column grid for optional fields *\/\n    #bnet-tool-utm-builder .two-col-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 0 1.25rem;\n    }\n\n    @media (min-width: 600px) {\n      #bnet-tool-utm-builder .two-col-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* Autocomplete Dropdown *\/\n    #bnet-tool-utm-builder .autocomplete-wrapper {\n      position: relative;\n    }\n\n    #bnet-tool-utm-builder .autocomplete-dropdown {\n      display: none;\n      position: absolute;\n      top: calc(100% + 4px);\n      right: 0;\n      left: 0;\n      background-color: var(--input-bg);\n      border: 1px solid var(--accent-color);\n      border-radius: 8px;\n      box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n      z-index: 100;\n      overflow: hidden;\n      animation: fadeSlideIn 0.15s ease;\n    }\n\n    .dark-theme #bnet-tool-utm-builder .autocomplete-dropdown {\n      box-shadow: 0 8px 24px rgba(0,0,0,0.35);\n    }\n\n    #bnet-tool-utm-builder .autocomplete-dropdown.open {\n      display: block;\n    }\n\n    #bnet-tool-utm-builder .autocomplete-item {\n      padding: 0.55rem 0.9rem;\n      font-size: 0.9rem;\n      cursor: pointer;\n      direction: ltr;\n      text-align: left;\n      transition: background-color 0.12s;\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-color);\n    }\n\n    #bnet-tool-utm-builder .autocomplete-item:last-child {\n      border-bottom: none;\n    }\n\n    #bnet-tool-utm-builder .autocomplete-item:hover,\n    #bnet-tool-utm-builder .autocomplete-item.highlighted {\n      background-color: var(--tag-bg);\n      color: var(--accent-color);\n      font-weight: 600;\n    }\n\n    #bnet-tool-utm-builder .autocomplete-item mark {\n      background: none;\n      color: var(--accent-color);\n      font-weight: 700;\n    }\n\n    \/* Output Section *\/\n    #bnet-tool-utm-builder .output-section {\n      background-color: var(--card-bg);\n      border: 1px solid var(--border-color);\n      border-radius: 12px;\n      padding: 1.5rem;\n      box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    }\n\n    .dark-theme #bnet-tool-utm-builder .output-section {\n      box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n    }\n\n    #bnet-tool-utm-builder .output-label {\n      font-size: 1rem;\n      font-weight: 700;\n      margin: 0 0 0.75rem 0;\n      color: var(--text-color);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    #bnet-tool-utm-builder .url-output-box {\n      background-color: var(--input-bg);\n      border: 1px solid var(--border-color);\n      border-radius: 8px;\n      padding: 0.9rem 1rem;\n      font-size: 0.88rem;\n      font-family: 'Courier New', Courier, monospace;\n      direction: ltr;\n      text-align: left;\n      word-break: break-all;\n      line-height: 1.6;\n      color: var(--text-color);\n      min-height: 60px;\n      display: flex;\n      align-items: center;\n    }\n\n    #bnet-tool-utm-builder .url-placeholder {\n      color: var(--text-muted);\n      font-style: italic;\n      font-family: 'Heebo', sans-serif;\n      font-size: 0.9rem;\n      direction: rtl;\n    }\n\n    \/* UTM parts highlighted *\/\n    #bnet-tool-utm-builder .url-base { color: var(--text-color); }\n    #bnet-tool-utm-builder .url-param-key { color: var(--text-muted); }\n    #bnet-tool-utm-builder .url-param-val { color: var(--accent-color); font-weight: 600; }\n\n    \/* Action Buttons *\/\n    #bnet-tool-utm-builder .btn-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    #bnet-tool-utm-builder .btn {\n      padding: 0.65rem 1.3rem;\n      border: none;\n      border-radius: 8px;\n      font-size: 0.92rem;\n      font-family: inherit;\n      font-weight: 700;\n      cursor: pointer;\n      transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.45rem;\n    }\n\n    #bnet-tool-utm-builder .btn:active {\n      transform: scale(0.97);\n    }\n\n    #bnet-tool-utm-builder .btn-primary {\n      background-color: var(--accent-color);\n      color: #ffffff;\n    }\n\n    #bnet-tool-utm-builder .btn-primary:hover {\n      background-color: var(--accent-hover);\n      box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);\n    }\n\n    #bnet-tool-utm-builder .btn-secondary {\n      background-color: var(--input-bg);\n      color: var(--text-color);\n      border: 1px solid var(--border-color);\n    }\n\n    #bnet-tool-utm-builder .btn-secondary:hover {\n      background-color: var(--border-color);\n    }\n\n    #bnet-tool-utm-builder .btn-copy {\n      background-color: var(--success-color);\n      color: #ffffff;\n    }\n\n    #bnet-tool-utm-builder .btn-copy:hover {\n      background-color: #059669;\n      box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);\n    }\n\n    #bnet-tool-utm-builder .btn-copy.copied {\n      background-color: var(--copied-bg);\n      color: var(--copied-color);\n    }\n\n    \/* UTM Params Breakdown *\/\n    #bnet-tool-utm-builder .params-breakdown {\n      margin-top: 1.25rem;\n      display: none;\n    }\n\n    #bnet-tool-utm-builder .params-breakdown.visible {\n      display: block;\n      animation: fadeSlideIn 0.3s ease;\n    }\n\n    #bnet-tool-utm-builder .params-breakdown-title {\n      font-size: 0.88rem;\n      font-weight: 700;\n      color: var(--text-muted);\n      margin-bottom: 0.6rem;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n    }\n\n    #bnet-tool-utm-builder .params-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    #bnet-tool-utm-builder .params-table td {\n      padding: 0.4rem 0.6rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 0.87rem;\n      vertical-align: middle;\n    }\n\n    #bnet-tool-utm-builder .params-table td:first-child {\n      font-weight: 600;\n      color: var(--text-muted);\n      direction: ltr;\n      white-space: nowrap;\n      width: 40%;\n    }\n\n    #bnet-tool-utm-builder .params-table td:last-child {\n      color: var(--accent-color);\n      font-weight: 600;\n      direction: ltr;\n    }\n\n    #bnet-tool-utm-builder .params-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Error message *\/\n    #bnet-tool-utm-builder .error-msg {\n      font-size: 0.82rem;\n      color: var(--danger-color);\n      margin-top: 0.3rem;\n      display: none;\n    }\n\n    #bnet-tool-utm-builder .error-msg.visible {\n      display: block;\n    }\n\n    \/* Reset \/ Clear *\/\n    #bnet-tool-utm-builder .divider {\n      border: none;\n      border-top: 1px dashed var(--border-color);\n      margin: 1rem 0;\n    }\n\n    @keyframes fadeSlideIn {\n      from { opacity: 0; transform: translateY(-8px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n  <\/style>\n\n  <div class=\"tool-container\">\n\n    <!-- ===== REQUIRED FIELDS ===== -->\n    <div class=\"section-card\">\n      <p class=\"section-title\">\ud83d\udd17 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d7\u05d5\u05d1\u05d4<\/p>\n\n      <div class=\"input-group\">\n        <label for=\"utm-website-url\">\n          \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d0\u05ea\u05e8 (URL)\n          <span class=\"label-required\">* \u05d7\u05d5\u05d1\u05d4<\/span>\n        <\/label>\n        <input\n          type=\"url\"\n          id=\"utm-website-url\"\n          placeholder=\"https:\/\/www.example.com\/landing-page\"\n          aria-label=\"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d0\u05ea\u05e8 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05dc\u05d4 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM\"\n          autocomplete=\"off\"\n          spellcheck=\"false\"\n        >\n        <span class=\"error-msg\" id=\"err-url\">\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea URL \u05ea\u05e7\u05d9\u05e0\u05d4 \u05d4\u05de\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1-http:\/\/ \u05d0\u05d5 https:\/\/<\/span>\n        <div class=\"info-text\">\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc \u05d4\u05d3\u05e3 \u05e9\u05d0\u05dc\u05d9\u05d5 \u05de\u05e4\u05e0\u05d4 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4: https:\/\/www.mybusiness.co.il\/sale<\/div>\n      <\/div>\n\n      <div class=\"input-group\">\n        <label for=\"utm-source\">\n          \u05de\u05e7\u05d5\u05e8 \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df (utm_source)\n          <span class=\"label-required\">* \u05d7\u05d5\u05d1\u05d4<\/span>\n        <\/label>\n        <div class=\"autocomplete-wrapper\">\n          <input\n            type=\"text\"\n            id=\"utm-source\"\n            placeholder=\"google\"\n            aria-label=\"\u05de\u05e7\u05d5\u05e8 \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df - utm_source\"\n            aria-autocomplete=\"list\"\n            aria-controls=\"ac-source-list\"\n            autocomplete=\"off\"\n            spellcheck=\"false\"\n            data-ac=\"source\"\n          >\n          <div class=\"autocomplete-dropdown\" id=\"ac-source-list\" role=\"listbox\"><\/div>\n        <\/div>\n        <span class=\"error-msg\" id=\"err-source\">\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d7\u05d5\u05d1\u05d4<\/span>\n        <div class=\"info-text\">\u05d6\u05d4\u05d4 \u05d0\u05ea \u05de\u05e0\u05d5\u05e2 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9, \u05d4\u05e0\u05d9\u05d5\u05d6\u05dc\u05d8\u05e8 \u05d0\u05d5 \u05d4\u05de\u05e7\u05d5\u05e8 \u05de\u05de\u05e0\u05d5 \u05de\u05d2\u05d9\u05e2 \u05d4\u05d8\u05e8\u05d0\u05e4\u05d9\u05e7.<\/div>\n      <\/div>\n\n      <div class=\"input-group\">\n        <label for=\"utm-medium\">\n          \u05de\u05d3\u05d9\u05d5\u05dd (utm_medium)\n          <span class=\"label-required\">* \u05d7\u05d5\u05d1\u05d4<\/span>\n        <\/label>\n        <div class=\"autocomplete-wrapper\">\n          <input\n            type=\"text\"\n            id=\"utm-medium\"\n            placeholder=\"cpc\"\n            aria-label=\"\u05de\u05d3\u05d9\u05d5\u05dd - utm_medium\"\n            aria-autocomplete=\"list\"\n            aria-controls=\"ac-medium-list\"\n            autocomplete=\"off\"\n            spellcheck=\"false\"\n            data-ac=\"medium\"\n          >\n          <div class=\"autocomplete-dropdown\" id=\"ac-medium-list\" role=\"listbox\"><\/div>\n        <\/div>\n        <span class=\"error-msg\" id=\"err-medium\">\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d7\u05d5\u05d1\u05d4<\/span>\n        <div class=\"info-text\">\u05d4\u05e2\u05e8\u05d5\u05e5 \u05d4\u05e9\u05d9\u05d5\u05d5\u05e7\u05d9: cpc (\u05e4\u05e8\u05e1\u05d5\u05dd \u05de\u05de\u05d5\u05de\u05df), organic, email, social, referral \u05d5\u05e2\u05d5\u05d3.<\/div>\n      <\/div>\n\n      <div class=\"input-group\">\n        <label for=\"utm-campaign\">\n          \u05e9\u05dd \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df (utm_campaign)\n          <span class=\"label-required\">* \u05d7\u05d5\u05d1\u05d4<\/span>\n        <\/label>\n        <input\n          type=\"text\"\n          id=\"utm-campaign\"\n          placeholder=\"summer_sale_2025\"\n          aria-label=\"\u05e9\u05dd \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df - utm_campaign\"\n          autocomplete=\"off\"\n          spellcheck=\"false\"\n        >\n        <span class=\"error-msg\" id=\"err-campaign\">\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d7\u05d5\u05d1\u05d4<\/span>\n        <div class=\"info-text\">\u05e9\u05dd \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05dc\u05e7\u05de\u05e4\u05d9\u05d9\u05df, \u05de\u05d5\u05e6\u05e8 \u05d0\u05d5 \u05de\u05d1\u05e6\u05e2. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e7\u05e4\u05d9\u05dd \u05d0\u05d5 \u05e7\u05d5 \u05ea\u05d7\u05ea\u05d5\u05df \u05d1\u05de\u05e7\u05d5\u05dd \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ===== OPTIONAL FIELDS ===== -->\n    <div class=\"section-card\">\n      <p class=\"section-title\">\u2699\ufe0f \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05d9\u05dd<\/p>\n\n      <div class=\"two-col-grid\">\n        <div class=\"input-group\">\n          <label for=\"utm-term\">\n            \u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 (utm_term)\n            <span class=\"label-optional\">(\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)<\/span>\n          <\/label>\n          <input\n            type=\"text\"\n            id=\"utm-term\"\n            placeholder=\"\u05e0\u05e2\u05dc\u05d9 \u05e1\u05e4\u05d5\u05e8\u05d8 \u05e0\u05e9\u05d9\u05dd\"\n            aria-label=\"\u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 - utm_term\"\n            autocomplete=\"off\"\n            spellcheck=\"false\"\n          >\n          <div class=\"info-text\">\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9 \u05dc\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05de\u05d5\u05de\u05e0\u05d9\u05dd (PPC). \u05de\u05d6\u05d4\u05d4 \u05d0\u05ea \u05de\u05d9\u05dc\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05d4\u05e4\u05e2\u05d9\u05dc\u05d4 \u05d0\u05ea \u05d4\u05de\u05d5\u05d3\u05e2\u05d4.<\/div>\n        <\/div>\n\n        <div class=\"input-group\">\n          <label for=\"utm-content\">\n            \u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05e2\u05d4 (utm_content)\n            <span class=\"label-optional\">(\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)<\/span>\n          <\/label>\n          <input\n            type=\"text\"\n            id=\"utm-content\"\n            placeholder=\"banner_top_blue\"\n            aria-label=\"\u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05e2\u05d4 - utm_content\"\n            autocomplete=\"off\"\n            spellcheck=\"false\"\n          >\n          <div class=\"info-text\">\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea A\/B \u05d5\u05de\u05d5\u05d3\u05e2\u05d5\u05ea \u05de\u05e7\u05d5\u05e9\u05e8\u05d5\u05ea \u05ea\u05d5\u05db\u05df. \u05de\u05d1\u05d3\u05d9\u05dc \u05d1\u05d9\u05df \u05de\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05de\u05e4\u05e0\u05d5\u05ea \u05dc\u05d0\u05d5\u05ea\u05d5 URL.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ===== OUTPUT ===== -->\n    <div class=\"output-section\">\n      <p class=\"output-label\">\ud83d\udccb \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05de\u05d5\u05db\u05df \u05e9\u05dc\u05da<\/p>\n\n      <div class=\"url-output-box\" id=\"utm-output-box\" aria-live=\"polite\" aria-label=\"\u05e7\u05d9\u05e9\u05d5\u05e8 UTM \u05e9\u05e0\u05d5\u05e6\u05e8\">\n        <span class=\"url-placeholder\" id=\"utm-output-placeholder\">\n          \u05d4\u05d6\u05df \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05dc\u05de\u05e2\u05dc\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d9\u05d9\u05e6\u05e8 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8&#8230;\n        <\/span>\n        <span id=\"utm-output-text\" style=\"display:none; direction:ltr; word-break:break-all;\"><\/span>\n      <\/div>\n\n      <!-- Breakdown table -->\n      <div class=\"params-breakdown\" id=\"utm-breakdown\">\n        <hr class=\"divider\">\n        <div class=\"params-breakdown-title\">\u05e4\u05d9\u05e8\u05d5\u05d8 \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd<\/div>\n        <table class=\"params-table\" id=\"utm-breakdown-table\" aria-label=\"\u05e4\u05d9\u05e8\u05d5\u05d8 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM\">\n          <tbody><\/tbody>\n        <\/table>\n      <\/div>\n\n      <div class=\"btn-row\">\n        <button type=\"button\" class=\"btn btn-copy\" id=\"btn-copy-utm\" aria-label=\"\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8 UTM\">\n          <span id=\"copy-icon\">\ud83d\udccb<\/span>\n          <span id=\"copy-text\">\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8<\/span>\n        <\/button>\n        <button type=\"button\" class=\"btn btn-secondary\" id=\"btn-reset-utm\" aria-label=\"\u05e0\u05e7\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d3\u05d5\u05ea\">\n          \ud83d\uddd1\ufe0f \u05e0\u05e7\u05d4 \u05d4\u05db\u05dc\n        <\/button>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", () => {\n      const container = document.getElementById(\"bnet-tool-utm-builder\");\n      if (!container) return;\n\n      \/\/ --- Element references ---\n      const urlInput      = container.querySelector(\"#utm-website-url\");\n      const sourceInput   = container.querySelector(\"#utm-source\");\n      const mediumInput   = container.querySelector(\"#utm-medium\");\n      const campaignInput = container.querySelector(\"#utm-campaign\");\n      const termInput     = container.querySelector(\"#utm-term\");\n      const contentInput  = container.querySelector(\"#utm-content\");\n\n      const outputBox         = container.querySelector(\"#utm-output-box\");\n      const outputPlaceholder = container.querySelector(\"#utm-output-placeholder\");\n      const outputText        = container.querySelector(\"#utm-output-text\");\n      const breakdown         = container.querySelector(\"#utm-breakdown\");\n      const breakdownTbody    = container.querySelector(\"#utm-breakdown-table tbody\");\n\n      const btnCopy  = container.querySelector(\"#btn-copy-utm\");\n      const btnReset = container.querySelector(\"#btn-reset-utm\");\n      const copyIcon = container.querySelector(\"#copy-icon\");\n      const copyText = container.querySelector(\"#copy-text\");\n\n      const errUrl      = container.querySelector(\"#err-url\");\n      const errSource   = container.querySelector(\"#err-source\");\n      const errMedium   = container.querySelector(\"#err-medium\");\n      const errCampaign = container.querySelector(\"#err-campaign\");\n\n      \/\/ --- Autocomplete ---\n      const AC_SUGGESTIONS = {\n        source: [\"google\", \"facebook\", \"instagram\", \"newsletter\", \"linkedin\", \"tiktok\", \"whatsapp\", \"youtube\", \"twitter\", \"bing\", \"email\", \"sms\", \"pinterest\", \"snapchat\"],\n        medium: [\"cpc\", \"organic\", \"email\", \"social\", \"referral\", \"banner\", \"video\", \"sms\", \"display\", \"affiliate\", \"push\", \"influencer\", \"qr\"]\n      };\n\n      function buildAutocomplete(inputEl, dropdownEl, key) {\n        const suggestions = AC_SUGGESTIONS[key] || [];\n        let highlightedIndex = -1;\n\n        function renderItems(filter) {\n          const q = filter.toLowerCase();\n          const matches = q\n            ? suggestions.filter(s => s.includes(q))\n            : suggestions;\n\n          if (matches.length === 0) {\n            dropdownEl.classList.remove(\"open\");\n            return;\n          }\n\n          dropdownEl.innerHTML = matches.map((s, i) => {\n            const highlighted = q\n              ? s.replace(new RegExp(`(${q.replace(\/[.*+?^${}()|[\\]\\\\]\/g, \"\\\\$&\")})`, \"gi\"), \"<mark>$1<\/mark>\")\n              : s;\n            return `<div class=\"autocomplete-item\" role=\"option\" data-value=\"${s}\" data-index=\"${i}\">${highlighted}<\/div>`;\n          }).join(\"\");\n\n          highlightedIndex = -1;\n          dropdownEl.classList.add(\"open\");\n        }\n\n        function closeDropdown() {\n          dropdownEl.classList.remove(\"open\");\n          highlightedIndex = -1;\n        }\n\n        function applyHighlight() {\n          dropdownEl.querySelectorAll(\".autocomplete-item\").forEach((el, i) => {\n            el.classList.toggle(\"highlighted\", i === highlightedIndex);\n          });\n        }\n\n        \/\/ Show all suggestions on focus if field is empty\n        inputEl.addEventListener(\"focus\", () => {\n          renderItems(inputEl.value);\n        });\n\n        inputEl.addEventListener(\"input\", () => {\n          renderItems(inputEl.value);\n        });\n\n        \/\/ Keyboard navigation\n        inputEl.addEventListener(\"keydown\", (e) => {\n          const items = dropdownEl.querySelectorAll(\".autocomplete-item\");\n          if (!dropdownEl.classList.contains(\"open\") || items.length === 0) return;\n\n          if (e.key === \"ArrowDown\") {\n            e.preventDefault();\n            highlightedIndex = Math.min(highlightedIndex + 1, items.length - 1);\n            applyHighlight();\n          } else if (e.key === \"ArrowUp\") {\n            e.preventDefault();\n            highlightedIndex = Math.max(highlightedIndex - 1, 0);\n            applyHighlight();\n          } else if (e.key === \"Enter\" && highlightedIndex >= 0) {\n            e.preventDefault();\n            inputEl.value = items[highlightedIndex].dataset.value;\n            inputEl.dispatchEvent(new Event(\"input\"));\n            closeDropdown();\n          } else if (e.key === \"Escape\") {\n            closeDropdown();\n          }\n        });\n\n        \/\/ Click on suggestion\n        dropdownEl.addEventListener(\"mousedown\", (e) => {\n          const item = e.target.closest(\".autocomplete-item\");\n          if (item) {\n            e.preventDefault(); \/\/ prevent input blur before click registers\n            inputEl.value = item.dataset.value;\n            inputEl.dispatchEvent(new Event(\"input\"));\n            closeDropdown();\n          }\n        });\n\n        \/\/ Close when clicking elsewhere\n        document.addEventListener(\"click\", (e) => {\n          if (!inputEl.contains(e.target) && !dropdownEl.contains(e.target)) {\n            closeDropdown();\n          }\n        });\n      }\n\n      buildAutocomplete(\n        container.querySelector(\"#utm-source\"),\n        container.querySelector(\"#ac-source-list\"),\n        \"source\"\n      );\n      buildAutocomplete(\n        container.querySelector(\"#utm-medium\"),\n        container.querySelector(\"#ac-medium-list\"),\n        \"medium\"\n      );\n\n      \/\/ --- Validation helpers ---\n      function isValidUrl(str) {\n        try {\n          const u = new URL(str.trim());\n          return u.protocol === \"http:\" || u.protocol === \"https:\";\n        } catch (e) {\n          return false;\n        }\n      }\n\n      function sanitizeParam(str) {\n        \/\/ Replace spaces with + (standard UTM convention)\n        return encodeURIComponent(str.trim()).replace(\/%20\/g, \"+\");\n      }\n\n      function showError(el, inputEl, show) {\n        if (show) {\n          el.classList.add(\"visible\");\n          inputEl.classList.add(\"input-error\");\n        } else {\n          el.classList.remove(\"visible\");\n          inputEl.classList.remove(\"input-error\");\n        }\n      }\n\n      \/\/ --- Build URL ---\n      function buildUtmUrl() {\n        const rawUrl      = urlInput.value.trim();\n        const rawSource   = sourceInput.value.trim();\n        const rawMedium   = mediumInput.value.trim();\n        const rawCampaign = campaignInput.value.trim();\n        const rawTerm     = termInput.value.trim();\n        const rawContent  = contentInput.value.trim();\n\n        \/\/ Validation\n        const urlOk      = isValidUrl(rawUrl);\n        const sourceOk   = rawSource.length > 0;\n        const mediumOk   = rawMedium.length > 0;\n        const campaignOk = rawCampaign.length > 0;\n\n        \/\/ Only show errors if user has started typing\n        if (rawUrl.length > 0)      showError(errUrl,      urlInput,      !urlOk);\n        if (rawSource.length > 0)   showError(errSource,   sourceInput,   !sourceOk);\n        if (rawMedium.length > 0)   showError(errMedium,   mediumInput,   !mediumOk);\n        if (rawCampaign.length > 0) showError(errCampaign, campaignInput, !campaignOk);\n\n        \/\/ If any required field is missing\/invalid, clear output\n        if (!urlOk || !sourceOk || !mediumOk || !campaignOk) {\n          clearOutput();\n          return;\n        }\n\n        \/\/ Build base URL (handle existing query params)\n        let baseUrl = rawUrl;\n        const separator = baseUrl.includes(\"?\") ? \"&\" : \"?\";\n\n        const params = [];\n        params.push(\"utm_source=\"   + sanitizeParam(rawSource));\n        params.push(\"utm_medium=\"   + sanitizeParam(rawMedium));\n        params.push(\"utm_campaign=\" + sanitizeParam(rawCampaign));\n        if (rawTerm)    params.push(\"utm_term=\"    + sanitizeParam(rawTerm));\n        if (rawContent) params.push(\"utm_content=\" + sanitizeParam(rawContent));\n\n        const finalUrl = baseUrl + separator + params.join(\"&\");\n\n        \/\/ Render output\n        outputPlaceholder.style.display = \"none\";\n        outputText.style.display = \"inline\";\n        outputText.textContent = finalUrl;\n\n        \/\/ Render breakdown\n        const rows = [\n          [\"utm_source\",   rawSource],\n          [\"utm_medium\",   rawMedium],\n          [\"utm_campaign\", rawCampaign],\n        ];\n        if (rawTerm)    rows.push([\"utm_term\",    rawTerm]);\n        if (rawContent) rows.push([\"utm_content\", rawContent]);\n\n        breakdownTbody.innerHTML = rows.map(([key, val]) =>\n          `<tr><td>${key}<\/td><td>${escapeHtml(val)}<\/td><\/tr>`\n        ).join(\"\");\n\n        breakdown.classList.add(\"visible\");\n        btnCopy.disabled = false;\n      }\n\n      function clearOutput() {\n        outputPlaceholder.style.display = \"inline\";\n        outputText.style.display = \"none\";\n        outputText.textContent = \"\";\n        breakdown.classList.remove(\"visible\");\n        btnCopy.disabled = true;\n      }\n\n      function escapeHtml(str) {\n        return str\n          .replace(\/&\/g, \"&amp;\")\n          .replace(\/<\/g, \"&lt;\")\n          .replace(\/>\/g, \"&gt;\")\n          .replace(\/\"\/g, \"&quot;\");\n      }\n\n      \/\/ --- Copy to clipboard ---\n      let copyTimeout = null;\n      btnCopy.addEventListener(\"click\", async () => {\n        const text = outputText.textContent;\n        if (!text) return;\n\n        try {\n          await navigator.clipboard.writeText(text);\n        } catch (e) {\n          \/\/ Fallback for older browsers\n          const ta = document.createElement(\"textarea\");\n          ta.value = text;\n          ta.style.cssText = \"position:fixed;opacity:0;\";\n          document.body.appendChild(ta);\n          ta.select();\n          document.execCommand(\"copy\");\n          document.body.removeChild(ta);\n        }\n\n        \/\/ Visual feedback\n        btnCopy.classList.add(\"copied\");\n        copyIcon.textContent = \"\u2705\";\n        copyText.textContent = \"\u05d4\u05d5\u05e2\u05ea\u05e7!\";\n\n        if (copyTimeout) clearTimeout(copyTimeout);\n        copyTimeout = setTimeout(() => {\n          btnCopy.classList.remove(\"copied\");\n          copyIcon.textContent = \"\ud83d\udccb\";\n          copyText.textContent = \"\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8\";\n        }, 2200);\n      });\n\n      \/\/ --- Reset ---\n      btnReset.addEventListener(\"click\", () => {\n        [urlInput, sourceInput, mediumInput, campaignInput, termInput, contentInput].forEach(el => {\n          el.value = \"\";\n          el.classList.remove(\"input-error\");\n        });\n        [errUrl, errSource, errMedium, errCampaign].forEach(el => el.classList.remove(\"visible\"));\n        clearOutput();\n      });\n\n      \/\/ --- Live update on every input ---\n      [urlInput, sourceInput, mediumInput, campaignInput, termInput, contentInput].forEach(el => {\n        el.addEventListener(\"input\", buildUtmUrl);\n      });\n\n      \/\/ Initial state\n      btnCopy.disabled = true;\n    });\n  <\/script>\n<\/div>\n\n<!-- \u05e1\u05db\u05de\u05ea WebApplication (SEO) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"WebApplication\",\n  \"name\": \"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1\",\n  \"applicationCategory\": \"BusinessApplication\",\n  \"operatingSystem\": \"All\",\n  \"description\": \"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"0\",\n    \"priceCurrency\": \"ILS\"\n  }\n}\n<\/script>\n\n<div class=\"futur-glass-card seo-card\" style=\"width: 100%; box-sizing: border-box;\">\n<h1 id=\"utm-seo-h1\">\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM (Google UTM Builder): \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05de\u05dc\u05d0 \u05dc\u05de\u05e2\u05e7\u05d1 \u05d5\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1<\/h1>\n<p id=\"utm-seo-summary\"><strong>\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM<\/strong> (\u05d4\u05d9\u05d3\u05d5\u05e2 \u05d2\u05dd \u05db-UTM Generator) \u05d4\u05d5\u05d0 \u05db\u05dc\u05d9 \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05d4\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e0\u05d4\u05dc\u05d9 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd, \u05de\u05e9\u05d5\u05d5\u05e7\u05d9\u05dd \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9\u05d9\u05dd \u05d5\u05d1\u05e2\u05dc\u05d9 \u05d0\u05ea\u05e8\u05d9\u05dd \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05d2\u05d9\u05d5\u05ea \u05de\u05e2\u05e7\u05d1 \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea \u05d0\u05dc \u05e1\u05d5\u05e3 \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4-URL \u05e9\u05dc \u05d4\u05d0\u05ea\u05e8 \u05e9\u05dc\u05d4\u05dd. \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05db\u05de\u05d5 Source (\u05de\u05e7\u05d5\u05e8), Medium (\u05d0\u05de\u05e6\u05e2\u05d9) \u05d5-Campaign (\u05e7\u05de\u05e4\u05d9\u05d9\u05df), \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d3\u05e2\u05ea \u05d1\u05de\u05d3\u05d5\u05d9\u05e7 \u05de\u05d0\u05d9\u05e4\u05d4 \u05d4\u05d2\u05d9\u05e2\u05d4 \u05db\u05dc \u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05ea\u05e8 \u05d1\u05ea\u05d5\u05da \u05dc\u05d5\u05d7\u05d5\u05ea \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc Google Analytics 4. \u05d1\u05de\u05e7\u05d5\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea \u05ea\u05d7\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d4\u05e2\u05de\u05d5\u05de\u05d4 &quot;Direct&quot;, \u05d1\u05e0\u05d9\u05d9\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d0\u05e4\u05e9\u05e8\u05ea \u05dc\u05db\u05dd \u05dc\u05de\u05d3\u05d5\u05d3 \u05d0\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8 \u05e2\u05dc \u05d4\u05d4\u05e9\u05e7\u05e2\u05d4 (ROI) \u05e9\u05dc \u05db\u05dc \u05de\u05d5\u05d3\u05e2\u05ea \u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7, \u05e1\u05d3\u05e8\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd \u05d0\u05d5 \u05e9\u05dc\u05d8 \u05d7\u05d5\u05e6\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d4\u05de\u05d3\u05d5\u05d9\u05e7 \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d5\u05dc\u05d4\u05e4\u05e0\u05d5\u05ea \u05ea\u05e7\u05e6\u05d9\u05d1\u05d9\u05dd \u05dc\u05de\u05e7\u05d5\u05de\u05d5\u05ea \u05e9\u05de\u05d1\u05d9\u05d0\u05d9\u05dd \u05d1\u05d0\u05de\u05ea \u05d4\u05de\u05e8\u05d5\u05ea.<\/p>\n\n<p>\n\u05d4\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05de\u05d1\u05d5\u05e1\u05e1-\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd (Data-Driven Marketing) \u05d4\u05d5\u05d0 \u05db\u05d9\u05d5\u05dd \u05d4\u05e1\u05d8\u05e0\u05d3\u05e8\u05d8 \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4. \u05e2\u05dc \u05e4\u05d9 \u05d3\u05d5\u05d7\u05d5\u05ea \u05e2\u05d3\u05db\u05e0\u05d9\u05d9\u05dd, \u05d7\u05d1\u05e8\u05d5\u05ea \u05e9\u05de\u05e9\u05ea\u05de\u05e9\u05d5\u05ea \u05d1\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \u05de\u05ea\u05e7\u05d3\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d7\u05d5\u05d5\u05d5\u05ea \u05e9\u05d9\u05e4\u05d5\u05e8 \u05e9\u05dc \u05db-15% \u05e2\u05d3 20% \u05d1\u05d4\u05d7\u05d6\u05e8 \u05d4\u05d4\u05e9\u05e7\u05e2\u05d4 (ROI) \u05e2\u05dc \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e4\u05e8\u05e1\u05d5\u05dd \u05de\u05d3\u05d9 \u05e9\u05e0\u05d4. \u05d4\u05e1\u05d9\u05d1\u05d4 \u05dc\u05db\u05da \u05d4\u05d9\u05d0 \u05d4\u05d9\u05db\u05d5\u05dc\u05ea &quot;\u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05e2\u05d2\u05dc&quot; \u2013 \u05dc\u05d4\u05d1\u05d9\u05df \u05dc\u05d0 \u05e8\u05e7 \u05db\u05de\u05d4 \u05db\u05e1\u05e3 \u05d9\u05e6\u05d0 \u05e2\u05dc \u05de\u05d5\u05d3\u05e2\u05d4, \u05d0\u05dc\u05d0 \u05db\u05de\u05d4 \u05de\u05db\u05d9\u05e8\u05d5\u05ea \u05d0\u05d5 \u05dc\u05d9\u05d3\u05d9\u05dd \u05d0\u05d9\u05db\u05d5\u05ea\u05d9\u05d9\u05dd \u05e0\u05db\u05e0\u05e1\u05d5 \u05de\u05de\u05e0\u05d4. \u05ea\u05d2\u05d9\u05d5\u05ea \u05d4-UTM, \u05e9\u05e4\u05d5\u05ea\u05d7\u05d5 \u05d1\u05de\u05e7\u05d5\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d7\u05d1\u05e8\u05ea Urchin (\u05dc\u05e4\u05e0\u05d9 \u05e9\u05e0\u05e8\u05db\u05e9\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d2\u05d5\u05d2\u05dc \u05d1-2005), \u05d4\u05df \u05e2\u05d3 \u05d4\u05d9\u05d5\u05dd \u05d4\u05e9\u05e4\u05d4 \u05d4\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05dc\u05d9\u05ea \u05d5\u05d4\u05de\u05d3\u05d5\u05d9\u05e7\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05dc\u05de\u05e2\u05e7\u05d1 \u05d6\u05d4 \u05d1\u05db\u05dc \u05d4\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d5\u05ea.\n<\/p>\n\n<h2>\u05de\u05d4\u05dd 5 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05d4-UTM \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05e0\u05db\u05d5\u05df?<\/h2>\n<p>\n\u05de\u05e2\u05e8\u05db\u05ea UTM \u05d1\u05e0\u05d5\u05d9\u05d4 \u05de-5 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05e8\u05db\u05d6\u05d9\u05d9\u05dd. 3 \u05de\u05d4\u05dd \u05d4\u05dd \u05d1\u05d2\u05d3\u05e8 \u05d7\u05d5\u05d1\u05d4 \u05dc\u05de\u05e2\u05e7\u05d1 \u05ea\u05e7\u05d9\u05df, \u05d5-2 \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05e1\u05e4\u05e7\u05d9\u05dd \u05e8\u05d6\u05d5\u05dc\u05d5\u05e6\u05d9\u05d4 \u05e2\u05de\u05d5\u05e7\u05d4 \u05d9\u05d5\u05ea\u05e8:\n<\/p>\n<ol>\n    <li><strong>utm_source (\u05de\u05e7\u05d5\u05e8 \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df) &#8211; \u05d7\u05d5\u05d1\u05d4:<\/strong> \u05e2\u05d5\u05e0\u05d4 \u05e2\u05dc \u05d4\u05e9\u05d0\u05dc\u05d4 &quot;\u05de\u05d0\u05d9\u05e4\u05d4 \u05d4\u05d2\u05d5\u05dc\u05e9 \u05d4\u05d2\u05d9\u05e2?&quot;. \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea: <code>google<\/code>, <code>facebook<\/code>, <code>newsletter<\/code>, \u05d0\u05d5 <code>instagram<\/code>.<\/li>\n    <li><strong>utm_medium (\u05d0\u05de\u05e6\u05e2\u05d9 \u05d4\u05d4\u05d2\u05e2\u05d4) &#8211; \u05d7\u05d5\u05d1\u05d4:<\/strong> \u05e2\u05d5\u05e0\u05d4 \u05e2\u05dc \u05d4\u05e9\u05d0\u05dc\u05d4 &quot;\u05d0\u05d9\u05da \u05d4\u05d2\u05d5\u05dc\u05e9 \u05d4\u05d2\u05d9\u05e2?&quot;. \u05dc\u05de\u05e9\u05dc, \u05d4\u05d0\u05dd \u05d6\u05d5 \u05d4\u05d9\u05d9\u05ea\u05d4 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05d5\u05e8\u05d2\u05e0\u05d9\u05ea \u05d0\u05d5 \u05de\u05de\u05d5\u05de\u05e0\u05ea? \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea: <code>cpc<\/code> (\u05dc\u05e7\u05dc\u05d9\u05e7 \u05de\u05de\u05d5\u05de\u05df), <code>organic<\/code> (\u05dc\u05ea\u05e0\u05d5\u05e2\u05d4 \u05d0\u05d5\u05e8\u05d2\u05e0\u05d9\u05ea), <code>email<\/code> (\u05dc\u05d3\u05d9\u05d5\u05d5\u05e8 \u05d9\u05e9\u05d9\u05e8).<\/li>\n    <li><strong>utm_campaign (\u05e9\u05dd \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df) &#8211; \u05d7\u05d5\u05d1\u05d4:<\/strong> \u05e2\u05d5\u05e0\u05d4 \u05e2\u05dc \u05d4\u05e9\u05d0\u05dc\u05d4 &quot;\u05dc\u05de\u05d4 \u05d4\u05d2\u05d5\u05dc\u05e9 \u05d4\u05d2\u05d9\u05e2?&quot;. \u05d6\u05d4\u05d5 \u05d4\u05e9\u05dd \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df \u05d4\u05e1\u05e4\u05e6\u05d9\u05e4\u05d9. \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea: <code>summer_sale_2025<\/code>, <code>black_friday<\/code> \u05d0\u05d5 <code>retargeting_abandoned_cart<\/code>.<\/li>\n    <li><strong>utm_term (\u05de\u05d5\u05e0\u05d7 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9) &#8211; \u05e8\u05e9\u05d5\u05ea:<\/strong> \u05de\u05e9\u05de\u05e9 \u05dc\u05e8\u05d5\u05d1 \u05d1\u05e4\u05e8\u05e1\u05d5\u05dd \u05de\u05d1\u05d5\u05e1\u05e1 \u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 (Google Ads). \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e6\u05d9\u05d9\u05df \u05d1\u05d3\u05d9\u05d5\u05e7 \u05e2\u05dc \u05d0\u05d9\u05d6\u05d5 \u05de\u05d9\u05dc\u05ea \u05de\u05e4\u05ea\u05d7 \u05d4\u05d2\u05d5\u05dc\u05e9 \u05d7\u05d9\u05e4\u05e9 \u05db\u05e9\u05d4\u05de\u05d5\u05d3\u05e2\u05d4 \u05d4\u05d5\u05e4\u05d9\u05e2\u05d4 \u05dc\u05d5.<\/li>\n    <li><strong>utm_content (\u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05e2\u05d4) &#8211; \u05e8\u05e9\u05d5\u05ea:<\/strong> \u05de\u05e9\u05de\u05e9 \u05dc\u05d4\u05d1\u05d7\u05e0\u05d4 \u05d1\u05d9\u05df \u05de\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05e4\u05e0\u05d5\u05ea \u05dc\u05d0\u05d5\u05ea\u05d5 \u05d9\u05e2\u05d3 \u05d1\u05de\u05e1\u05d2\u05e8\u05ea \u05d0\u05d5\u05ea\u05d5 \u05e7\u05de\u05e4\u05d9\u05d9\u05df, \u05dc\u05de\u05e9\u05dc \u05e2\u05d1\u05d5\u05e8 \u05d1\u05d7\u05d9\u05e0\u05d5\u05ea A\/B. \u05d3\u05d5\u05d2\u05de\u05d4: <code>blue_banner<\/code> \u05dc\u05e2\u05d5\u05de\u05ea <code>red_button<\/code>.<\/li>\n<\/ol>\n\n<h2>\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e7\u05e8\u05d9\u05d8\u05d9\u05d5\u05ea \u05d1\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05e9\u05d9\u05d4\u05e8\u05e1\u05d5 \u05dc\u05db\u05dd \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd<\/h2>\n<p>\n\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \u05d4\u05d9\u05d0 \u05de\u05e2\u05e8\u05db\u05ea \u05e8\u05d2\u05d9\u05e9\u05d4, \u05d5\u05d0\u05e4\u05d9\u05dc\u05d5 \u05d8\u05e2\u05d5\u05ea \u05e7\u05d8\u05e0\u05d4 \u05d1\u05db\u05ea\u05d9\u05d1\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d9\u05d9\u05e6\u05e8 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05d2\u05d5\u05d9\u05d9\u05dd (&quot;Dirty Data&quot;). \u05d4\u05e0\u05d4 \u05d4\u05de\u05dc\u05db\u05d5\u05d3\u05d5\u05ea \u05e9\u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05db\u05d9\u05e8:\n<\/p>\n<ul>\n    <li><strong>\u05d7\u05d5\u05e1\u05e8 \u05e2\u05e7\u05d1\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea\/\u05d2\u05d3\u05d5\u05dc\u05d5\u05ea (Case Sensitivity):<\/strong> \u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \u05e8\u05d2\u05d9\u05e9 \u05dc\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea. \u05d0\u05dd \u05ea\u05db\u05ea\u05d1\u05d5 \u05d1\u05d0\u05d7\u05d3 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd <code>utm_source=Facebook<\/code> \u05d5\u05d1\u05d0\u05d7\u05e8 <code>utm_source=facebook<\/code>, \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05ea\u05e4\u05e6\u05dc \u05d0\u05d5\u05ea\u05dd \u05dc\u05e9\u05e0\u05d9 \u05de\u05e7\u05d5\u05e8\u05d5\u05ea \u05e0\u05e4\u05e8\u05d3\u05d9\u05dd \u05d1\u05d3\u05d5\u05d7. \u05de\u05d5\u05de\u05dc\u05e5 \u05ea\u05de\u05d9\u05d3 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d0\u05da \u05d5\u05e8\u05e7 \u05d1\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea (Lowercase). \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05d9\u05e2\u05d6\u05e8 \u05d1<a href=\"https:\/\/bsolution.me\/he\/text-analyzer-word-counter\/\">\u05de\u05e0\u05ea\u05d7 \u05d4\u05d8\u05e7\u05e1\u05d8 \u05e9\u05dc\u05e0\u05d5<\/a> \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05d9\u05e8 \u05d8\u05e7\u05e1\u05d8 \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea.<\/li>\n    <li><strong>\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd:<\/strong> \u05d0\u05e1\u05d5\u05e8 \u05dc\u05db\u05dc\u05d5\u05dc \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd (Spaces) \u05d1\u05ea\u05d5\u05da \u05e4\u05e8\u05de\u05d8\u05e8 URL, \u05de\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05d9\u05de\u05d9\u05e8 \u05d0\u05d5\u05ea\u05dd \u05dc\u05e1\u05d9\u05de\u05e0\u05d9\u05dd \u05de\u05db\u05d5\u05e2\u05e8\u05d9\u05dd \u05db\u05de\u05d5 <code>%20<\/code> \u05e9\u05d9\u05e9\u05d1\u05e8\u05d5 \u05dc\u05db\u05dd \u05d0\u05ea \u05d4\u05e7\u05e8\u05d9\u05d0\u05d5\u05ea \u05e9\u05dc \u05d4\u05d3\u05d5\u05d7\u05d5\u05ea. \u05d4\u05db\u05dc\u05d9 \u05e9\u05dc\u05e0\u05d5 \u05de\u05d7\u05dc\u05d9\u05e3 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05dc \u05e8\u05d5\u05d5\u05d7 \u05dc\u05de\u05e7\u05e3 \u05ea\u05d7\u05ea\u05d5\u05df (_) \u05d0\u05d5 \u05e8\u05d2\u05d9\u05dc (-) \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05d1\u05d7\u05d9\u05e8\u05ea\u05db\u05dd.<\/li>\n    <li><strong>\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1-UTM \u05dc\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e4\u05e0\u05d9\u05de\u05d9\u05d9\u05dd (Internal Links):<\/strong> \u05d6\u05d5 \u05d0\u05d7\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d5\u05d4\u05de\u05d6\u05d9\u05e7\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8! \u05d0\u05dc \u05ea\u05e9\u05d9\u05de\u05d5 \u05e7\u05d9\u05e9\u05d5\u05e8 UTM \u05d1\u05db\u05e4\u05ea\u05d5\u05e8 \u05d1\u05ea\u05d5\u05da \u05d4\u05d0\u05ea\u05e8 \u05e9\u05dc\u05db\u05dd (\u05dc\u05de\u05e9\u05dc \u05de\u05e4\u05d5\u05e1\u05d8 \u05d1\u05d1\u05dc\u05d5\u05d2 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d9\u05ea). \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d2\u05d5\u05dc\u05e9 \u05dc\u05d5\u05d7\u05e5 \u05e2\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8 \u05db\u05d6\u05d4, \u05d4-Analytics \u05de\u05ea\u05d7\u05d9\u05dc &quot;\u05e1\u05e9\u05df&quot; (Session) \u05d7\u05d3\u05e9 \u05d5\u05de\u05d5\u05d7\u05e7 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05de\u05e7\u05d5\u05e8 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9 \u05de\u05de\u05e0\u05d5 \u05d4\u05d2\u05d5\u05dc\u05e9 \u05d4\u05d2\u05d9\u05e2 \u05dc\u05d0\u05ea\u05e8 (\u05dc\u05de\u05e9\u05dc \u05d4\u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7 \u05e9\u05d4\u05d1\u05d9\u05d0 \u05d0\u05d5\u05ea\u05d5 \u05de\u05dc\u05db\u05ea\u05d7\u05d9\u05dc\u05d4).<\/li>\n<\/ul>\n\n<h2>\u05e9\u05d9\u05dc\u05d5\u05d1 UTM \u05d1\u05d0\u05e1\u05d8\u05e8\u05d8\u05d2\u05d9\u05d9\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05e8\u05d7\u05d1\u05d4<\/h2>\n<p>\n\u05d1\u05e0\u05d9\u05d9\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e0\u05db\u05d5\u05e0\u05d4 \u05e4\u05d5\u05ea\u05d7\u05ea \u05e6\u05d5\u05d4\u05e8 \u05dc\u05e2\u05d5\u05dc\u05de\u05d5\u05ea \u05e8\u05d1\u05d9\u05dd \u05e9\u05dc \u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05d9\u05d6\u05e6\u05d9\u05d4 \u05d5\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05d9\u05e6\u05e8\u05ea\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05e7\u05d5\u05d3\u05d3 \u05d0\u05e8\u05d5\u05da \u05d3\u05e8\u05da \u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4-UTM, \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d5 \u05d0\u05dc \u05ea\u05d5\u05da <a href=\"https:\/\/bsolution.me\/he\/qr-code-generator\/\">\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d5\u05d3\u05d9 QR \u05de\u05e2\u05d5\u05e6\u05d1\u05d9\u05dd<\/a>. \u05db\u05da, \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05d3\u05e4\u05d9\u05e1 \u05e4\u05dc\u05d9\u05d9\u05e8 \u05d4\u05de\u05d7\u05d5\u05dc\u05e7 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05e2\u05dd \u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d9\u05e7\u05d4 \u05e9\u05de\u05d5\u05d1\u05d9\u05dc \u05dc\u05e7\u05d9\u05e9\u05d5\u05e8 <code>utm_source=flyer&utm_medium=print<\/code>. \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d0\u05e0\u05e9\u05d9\u05dd \u05d9\u05e1\u05e8\u05e7\u05d5 \u05d0\u05ea \u05d4\u05e4\u05dc\u05d9\u05d9\u05e8, \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d9\u05e7\u05e4\u05e6\u05d5 \u05d1\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1! \n<\/p>\n<p>\n\u05db\u05de\u05d5 \u05db\u05df, \u05de\u05d3\u05d9\u05d3\u05ea \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05d0\u05e4\u05e9\u05e8\u05ea \u05dc\u05db\u05dd \u05dc\u05d1\u05d7\u05d5\u05df \u05d4\u05d7\u05d6\u05e8 \u05d4\u05e9\u05e7\u05e2\u05d4. \u05d4\u05d9\u05e2\u05d6\u05e8\u05d5 \u05d1<a href=\"https:\/\/bsolution.me\/he\/roi-calculator\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d7\u05d6\u05e8 \u05d4\u05e9\u05e7\u05e2\u05d4 (ROI)<\/a> \u05e9\u05dc\u05e0\u05d5 \u05db\u05d3\u05d9 \u05dc\u05d7\u05e9\u05d1 \u05d0\u05ea \u05d0\u05d7\u05d5\u05d6\u05d9 \u05d4\u05e8\u05d5\u05d5\u05d7 \u05e9\u05dc \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df \u05d4\u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05e9\u05d6\u05d4 \u05e2\u05ea\u05d4 \u05e0\u05d9\u05ea\u05d7\u05ea\u05dd \u05d3\u05e8\u05da \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd. \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d4\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05e2\u05d5\u05dc\u05d9\u05dd \u05d5\u05d9\u05e9 \u05dc\u05db\u05dd \u05d4\u05db\u05e0\u05e1\u05d5\u05ea \u05de\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05de\u05d5\u05de\u05e0\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d9\u05dd, \u05d0\u05d5\u05dc\u05d9 \u05db\u05d3\u05d0\u05d9 \u05d2\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1<a href=\"https:\/\/bsolution.me\/he\/currency-comparison-4\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05de\u05e8\u05ea \u05de\u05d8\u05d1\u05e2\u05d5\u05ea<\/a> \u05d5\u05d1<a href=\"https:\/\/bsolution.me\/he\/tax-calculator\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05e1 \u05d5\u05de\u05e2&quot;\u05de<\/a> \u05dc\u05ea\u05db\u05e0\u05d5\u05df \u05d9\u05e2\u05d3\u05d9 \u05d4\u05e8\u05d5\u05d5\u05d7\u05d9\u05d5\u05ea \u05e9\u05dc\u05db\u05dd.\n<\/p>\n<p>\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05d1\u05d9\u05dc \u05dc\u05e2\u05de\u05d5\u05d3 \u05e0\u05d7\u05d9\u05ea\u05d4 \u05d0\u05d5 \u05dc\u05de\u05d0\u05de\u05e8 \u05e9\u05d7\u05e9\u05d5\u05d1 \u05dc\u05db\u05dd \u05dc\u05e7\u05d3\u05dd, \u05d0\u05dc \u05ea\u05e9\u05db\u05d7\u05d5 \u05dc\u05d9\u05d9\u05e6\u05e8 \u05d2\u05dd \u05e2\u05d1\u05d5\u05e8\u05d5 \u05e7\u05d5\u05d3 \u05de\u05d5\u05d1\u05e0\u05d4 (Rich Snippet) \u05d1\u05e2\u05d6\u05e8\u05ea <a href=\"https:\/\/bsolution.me\/he\/schema-markup-generator\/\">\u05de\u05d7\u05d5\u05dc\u05dc \u05d4\u05e1\u05db\u05de\u05d5\u05ea \u05d1\u05e7\u05dc\u05d9\u05e7<\/a>. \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1 \u05e9\u05dc \u05e0\u05d9\u05d8\u05d5\u05e8 \u05ea\u05e0\u05d5\u05e2\u05d4 \u05de\u05d3\u05d5\u05d9\u05e7 \u05e2\u05dd SEO \u05d8\u05db\u05e0\u05d9 \u05d0\u05d9\u05db\u05d5\u05ea\u05d9 \u05de\u05d4\u05d5\u05d5\u05d4 \u05d0\u05ea \u05d7\u05d5\u05d3 \u05d4\u05d7\u05e0\u05d9\u05ea \u05e9\u05dc \u05d4\u05e9\u05d9\u05d5\u05d5\u05e7 \u05d4\u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05db\u05d9\u05d5\u05dd.\n<\/p>\n\n<h2 class=\"wp-block-heading\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea (FAQ)<\/h2>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n  <h3 itemprop=\"name\">\u05d4\u05d0\u05dd \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05e9\u05e4\u05d9\u05e2 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05db\u05dc\u05e9\u05d4\u05d9 \u05e2\u05dc \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4-SEO \u05e9\u05dc \u05d4\u05d0\u05ea\u05e8 \u05d1\u05d2\u05d5\u05d2\u05dc?<\/h3>\n  <div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n    <p itemprop=\"text\">\u05dc\u05d0, \u05d0\u05d9\u05df \u05dc\u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM \u05e9\u05d5\u05dd \u05d4\u05e9\u05e4\u05e2\u05d4 (\u05dc\u05d0 \u05d7\u05d9\u05d5\u05d1\u05d9\u05ea \u05d5\u05dc\u05d0 \u05e9\u05dc\u05d9\u05dc\u05d9\u05ea) \u05e2\u05dc \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4-SEO \u05d4\u05d0\u05d5\u05e8\u05d2\u05e0\u05d9 \u05e9\u05dc \u05d4\u05d0\u05ea\u05e8 \u05e9\u05dc\u05db\u05dd \u05d1\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9. \u05de\u05e0\u05d5\u05e2 \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4 \u05e9\u05dc \u05d2\u05d5\u05d2\u05dc (Googlebot) \u05de\u05d6\u05d4\u05d4 \u05e9\u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05e9\u05dc \u05de\u05e2\u05e7\u05d1 \u05d5\u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05db\u05dc \u05d4\u05e0\u05d5\u05d2\u05e2 \u05dc\u05e7\u05d1\u05d9\u05e2\u05ea \u05d4\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05d3\u05e3 \u05d0\u05d5 \u05dc\u05e1\u05db\u05e0\u05ea &quot;\u05ea\u05d5\u05db\u05df \u05de\u05e9\u05d5\u05db\u05e4\u05dc&quot;. \u05d4\u05de\u05d8\u05e8\u05d4 \u05e9\u05dc\u05d4\u05dd \u05d4\u05d9\u05d0 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \u05d1\u05dc\u05d1\u05d3.<\/p>\n  <\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n  <h3 itemprop=\"name\">\u05d4\u05d0\u05dd \u05d2\u05d5\u05dc\u05e9\u05d9\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d2\u05d9\u05d5\u05ea \u05d4\u05dc\u05dc\u05d5?<\/h3>\n  <div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n    <p itemprop=\"text\">\u05db\u05df, \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05e9\u05d5\u05e8\u05ea \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d4\u05d2\u05d5\u05dc\u05e9 \u05dc\u05d5\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8. \u05de\u05e1\u05d9\u05d1\u05d4 \u05d6\u05d5, \u05d7\u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d3 \u05dc\u05d0 \u05dc\u05db\u05dc\u05d5\u05dc \u05de\u05d9\u05d3\u05e2 \u05e1\u05d5\u05d3\u05d9, \u05de\u05d1\u05d9\u05da \u05d0\u05d5 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05d1\u05e9\u05de\u05d5\u05ea \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05e9\u05dc\u05db\u05dd (utm_campaign) \u05d0\u05d5 \u05d1\u05d9\u05ea\u05e8 \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd.<\/p>\n  <\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n  <h3 itemprop=\"name\">\u05d4\u05d0\u05dd GA4 (\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 4) \u05e7\u05d5\u05e8\u05d0 \u05d0\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4-UTM \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d0\u05d5\u05e4\u05df?<\/h3>\n  <div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n    <p itemprop=\"text\">\u05d1\u05d4\u05d7\u05dc\u05d8. \u05dc\u05de\u05e8\u05d5\u05ea \u05e9\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 4 (GA4) \u05d4\u05e6\u05d9\u05d2 \u05de\u05d5\u05d3\u05dc \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d7\u05d3\u05e9 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df, \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05d4-UTM \u05d4\u05e7\u05dc\u05d0\u05e1\u05d9\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5 \u05ea\u05e7\u05e4\u05d9\u05dd \u05d5\u05d4\u05dd \u05e0\u05e9\u05d0\u05d1\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05d3\u05d5\u05d7\u05d5\u05ea \u05d4-Acquisition (\u05e8\u05db\u05d9\u05e9\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4). GA4 \u05d0\u05e3 \u05d4\u05e8\u05d7\u05d9\u05d1 \u05d0\u05ea \u05d4\u05d9\u05e8\u05d9\u05e2\u05d4 \u05d5\u05de\u05e8\u05e9\u05d4 \u05db\u05e2\u05ea \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd (\u05db\u05de\u05d5 utm_source_platform), \u05d0\u05da \u05d7\u05de\u05e9\u05ea \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d4\u05de\u05e7\u05d5\u05e8\u05d9\u05d9\u05dd \u05d1\u05de\u05d7\u05d5\u05dc\u05dc \u05d6\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df \u05de\u05d4\u05d5\u05d5\u05d9\u05dd \u05d0\u05ea \u05d4\u05dc\u05d9\u05d1\u05d4 \u05d5\u05d4\u05e1\u05d8\u05e0\u05d3\u05e8\u05d8 \u05d4\u05de\u05d5\u05d7\u05dc\u05d8 \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4.<\/p>\n  <\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n  <h3 itemprop=\"name\">\u05de\u05d4 \u05e7\u05d5\u05e8\u05d4 \u05d0\u05dd \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9 \u05e9\u05dc\u05d9 \u05db\u05d1\u05e8 \u05de\u05db\u05d9\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d5\u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 (?) \u05d1\u05ea\u05d5\u05db\u05d5?<\/h3>\n  <div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n    <p itemprop=\"text\">\u05d4\u05db\u05dc\u05d9 \u05e9\u05dc\u05e0\u05d5 \u05d7\u05db\u05dd \u05de\u05e1\u05e4\u05d9\u05e7 \u05db\u05d3\u05d9 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d6\u05d0\u05ea. \u05d0\u05dd \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d1\u05e1\u05d9\u05e1\u05d9\u05ea (URL) \u05e9\u05dc\u05db\u05dd \u05db\u05d1\u05e8 \u05de\u05db\u05d9\u05dc\u05d4 \u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 (\u05dc\u05de\u05e9\u05dc \u05d1\u05d2\u05dc\u05dc \u05de\u05e0\u05d2\u05e0\u05d5\u05df \u05d7\u05d9\u05e4\u05d5\u05e9 \u05e4\u05e0\u05d9\u05de\u05d9 \u05d0\u05d5 \u05e1\u05d9\u05e0\u05d5\u05df), \u05d4\u05de\u05d7\u05d5\u05dc\u05dc \u05d9\u05d7\u05d1\u05e8 \u05d0\u05ea \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05d4-UTM \u05d4\u05d7\u05d3\u05e9\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e1\u05d9\u05de\u05df &quot;\u05d5\u05d2\u05dd&quot; (&#038;), \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05db\u05e4\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea, \u05d4\u05d1\u05d0\u05d2\u05d9\u05dd \u05d0\u05d5 \u05e9\u05d1\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8.<\/p>\n  <\/div>\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"\u05d4\u05d0\u05dd \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05e9\u05e4\u05d9\u05e2 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05db\u05dc\u05e9\u05d4\u05d9 \u05e2\u05dc \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4-SEO \u05e9\u05dc \u05d4\u05d0\u05ea\u05e8 \u05d1\u05d2\u05d5\u05d2\u05dc?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"\u05dc\u05d0, \u05d0\u05d9\u05df \u05dc\u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM \u05e9\u05d5\u05dd \u05d4\u05e9\u05e4\u05e2\u05d4 (\u05dc\u05d0 \u05d7\u05d9\u05d5\u05d1\u05d9\u05ea \u05d5\u05dc\u05d0 \u05e9\u05dc\u05d9\u05dc\u05d9\u05ea) \u05e2\u05dc \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4-SEO \u05d4\u05d0\u05d5\u05e8\u05d2\u05e0\u05d9 \u05e9\u05dc \u05d4\u05d0\u05ea\u05e8 \u05e9\u05dc\u05db\u05dd \u05d1\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9. \u05de\u05e0\u05d5\u05e2 \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4 \u05e9\u05dc \u05d2\u05d5\u05d2\u05dc (Googlebot) \u05de\u05d6\u05d4\u05d4 \u05e9\u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05e9\u05dc \u05de\u05e2\u05e7\u05d1 \u05d5\u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05db\u05dc \u05d4\u05e0\u05d5\u05d2\u05e2 \u05dc\u05e7\u05d1\u05d9\u05e2\u05ea \u05d4\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05d3\u05e3 \u05d0\u05d5 \u05dc\u05e1\u05db\u05e0\u05ea \\\"\u05ea\u05d5\u05db\u05df \u05de\u05e9\u05d5\u05db\u05e4\u05dc\\\". \u05d4\u05de\u05d8\u05e8\u05d4 \u05e9\u05dc\u05d4\u05dd \u05d4\u05d9\u05d0 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \u05d1\u05dc\u05d1\u05d3.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"\u05d4\u05d0\u05dd \u05d2\u05d5\u05dc\u05e9\u05d9\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d2\u05d9\u05d5\u05ea \u05d4\u05dc\u05dc\u05d5?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"\u05db\u05df, \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05e9\u05d5\u05e8\u05ea \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d4\u05d2\u05d5\u05dc\u05e9 \u05dc\u05d5\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8. \u05de\u05e1\u05d9\u05d1\u05d4 \u05d6\u05d5, \u05d7\u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d3 \u05dc\u05d0 \u05dc\u05db\u05dc\u05d5\u05dc \u05de\u05d9\u05d3\u05e2 \u05e1\u05d5\u05d3\u05d9, \u05de\u05d1\u05d9\u05da \u05d0\u05d5 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05d1\u05e9\u05de\u05d5\u05ea \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05e9\u05dc\u05db\u05dd (utm_campaign) \u05d0\u05d5 \u05d1\u05d9\u05ea\u05e8 \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"\u05d4\u05d0\u05dd GA4 (\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 4) \u05e7\u05d5\u05e8\u05d0 \u05d0\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4-UTM \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d0\u05d5\u05e4\u05df?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"\u05d1\u05d4\u05d7\u05dc\u05d8. \u05dc\u05de\u05e8\u05d5\u05ea \u05e9\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 4 (GA4) \u05d4\u05e6\u05d9\u05d2 \u05de\u05d5\u05d3\u05dc \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d7\u05d3\u05e9 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df, \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05d4-UTM \u05d4\u05e7\u05dc\u05d0\u05e1\u05d9\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5 \u05ea\u05e7\u05e4\u05d9\u05dd \u05d5\u05d4\u05dd \u05e0\u05e9\u05d0\u05d1\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05d3\u05d5\u05d7\u05d5\u05ea \u05d4-Acquisition (\u05e8\u05db\u05d9\u05e9\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4). GA4 \u05d0\u05e3 \u05d4\u05e8\u05d7\u05d9\u05d1 \u05d0\u05ea \u05d4\u05d9\u05e8\u05d9\u05e2\u05d4 \u05d5\u05de\u05e8\u05e9\u05d4 \u05db\u05e2\u05ea \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd (\u05db\u05de\u05d5 utm_source_platform), \u05d0\u05da \u05d7\u05de\u05e9\u05ea \u05d4\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d4\u05de\u05e7\u05d5\u05e8\u05d9\u05d9\u05dd \u05d1\u05de\u05d7\u05d5\u05dc\u05dc \u05d6\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df \u05de\u05d4\u05d5\u05d5\u05d9\u05dd \u05d0\u05ea \u05d4\u05dc\u05d9\u05d1\u05d4 \u05d5\u05d4\u05e1\u05d8\u05e0\u05d3\u05e8\u05d8 \u05d4\u05de\u05d5\u05d7\u05dc\u05d8 \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"\u05de\u05d4 \u05e7\u05d5\u05e8\u05d4 \u05d0\u05dd \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9 \u05e9\u05dc\u05d9 \u05db\u05d1\u05e8 \u05de\u05db\u05d9\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d5\u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 (?) \u05d1\u05ea\u05d5\u05db\u05d5?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"\u05d4\u05db\u05dc\u05d9 \u05e9\u05dc\u05e0\u05d5 \u05d7\u05db\u05dd \u05de\u05e1\u05e4\u05d9\u05e7 \u05db\u05d3\u05d9 \u05dc\u05d6\u05d4\u05d5\u05ea \u05d6\u05d0\u05ea. \u05d0\u05dd \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d1\u05e1\u05d9\u05e1\u05d9\u05ea (URL) \u05e9\u05dc\u05db\u05dd \u05db\u05d1\u05e8 \u05de\u05db\u05d9\u05dc\u05d4 \u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 (\u05dc\u05de\u05e9\u05dc \u05d1\u05d2\u05dc\u05dc \u05de\u05e0\u05d2\u05e0\u05d5\u05df \u05d7\u05d9\u05e4\u05d5\u05e9 \u05e4\u05e0\u05d9\u05de\u05d9 \u05d0\u05d5 \u05e1\u05d9\u05e0\u05d5\u05df), \u05d4\u05de\u05d7\u05d5\u05dc\u05dc \u05d9\u05d7\u05d1\u05e8 \u05d0\u05ea \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05d4-UTM \u05d4\u05d7\u05d3\u05e9\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e1\u05d9\u05de\u05df \\\"\u05d5\u05d2\u05dd\\\" (&), \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05db\u05e4\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea, \u05d4\u05d1\u05d0\u05d2\u05d9\u05dd \u05d0\u05d5 \u05e9\u05d1\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8.\"\n          }\n        }\n      ]\n    },\n    {\n      \"@type\": \"SpeakableSpecification\",\n      \"cssSelector\": [\"#utm-seo-h1\", \"#utm-seo-summary\"]\n    }\n  ]\n}\n<\/script>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 \ud83d\udd17 \u05e6\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05de\u05e2\u05e7\u05d1 \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d5\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05de\u05e7\u05d5\u05e8\u05d5\u05ea \u05d4\u05ea\u05e0\u05d5\u05e2\u05d4 \u05d1-Google Analytics. \u05d7\u05d9\u05e0\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \ud83d\udd17 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d7\u05d5\u05d1\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d0\u05ea\u05e8 (URL) * \u05d7\u05d5\u05d1\u05d4 \u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea URL \u05ea\u05e7\u05d9\u05e0\u05d4 \u05d4\u05de\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1-http:\/\/ \u05d0\u05d5 https:\/\/ \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc \u05d4\u05d3\u05e3 \u05e9\u05d0\u05dc\u05d9\u05d5 \u05de\u05e4\u05e0\u05d4 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4: https:\/\/www.mybusiness.co.il\/sale \u05de\u05e7\u05d5\u05e8 \u05d4\u05e7\u05de\u05e4\u05d9\u05d9\u05df (utm_source) * \u05d7\u05d5\u05d1\u05d4 \u05e9\u05d3\u05d4 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05d6\u05d4\u05d4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":50784,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.","tool_emoji":"","tool_category":"","tool_featured":"","footnotes":""},"class_list":["post-50785","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/google-utm-builder\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/google-utm-builder\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-23T21:37:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/06\/utm_builder_thumbnail_1781678663586.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u05d3\u05e7\u05d41\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/\",\"name\":\"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/utm_builder_thumbnail_1781678663586.jpg\",\"datePublished\":\"2026-06-17T07:00:16+00:00\",\"dateModified\":\"2026-08-23T21:37:36+00:00\",\"description\":\"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/utm_builder_thumbnail_1781678663586.jpg\",\"contentUrl\":\"https:\\\/\\\/bsolution.me\\\/he\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/utm_builder_thumbnail_1781678663586.jpg\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/google-utm-builder\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bsolution.me\/he\/google-utm-builder\/","og_locale":"he_IL","og_type":"article","og_title":"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.","og_url":"https:\/\/bsolution.me\/he\/google-utm-builder\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-08-23T21:37:36+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/06\/utm_builder_thumbnail_1781678663586.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"\u05d3\u05e7\u05d41"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/","url":"https:\/\/bsolution.me\/he\/google-utm-builder\/","name":"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/#primaryimage"},"image":{"@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/#primaryimage"},"thumbnailUrl":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/06\/utm_builder_thumbnail_1781678663586.jpg","datePublished":"2026-06-17T07:00:16+00:00","dateModified":"2026-08-23T21:37:36+00:00","description":"\u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05dc\u05de\u05e2\u05e7\u05d1 \u05e7\u05de\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1-Google Analytics. \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05db\u05dc \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 UTM: source, medium, campaign, term \u05d5-content.","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/google-utm-builder\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/#primaryimage","url":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/06\/utm_builder_thumbnail_1781678663586.jpg","contentUrl":"https:\/\/bsolution.me\/he\/wp-content\/uploads\/sites\/2\/2026\/06\/utm_builder_thumbnail_1781678663586.jpg","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/google-utm-builder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\u05d1\u05d5\u05e0\u05d4 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 UTM \u05dc\u05d2\u05d5\u05d2\u05dc \u05d0\u05e0\u05dc\u05d9\u05d8\u05d9\u05e7\u05e1"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50785"}],"version-history":[{"count":1,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50785\/revisions"}],"predecessor-version":[{"id":50888,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50785\/revisions\/50888"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media\/50784"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}