Google跟踪代码管理器网站搜索

时间:2019-07-16 11:08:48

标签: javascript search google-tag-manager

我目前已在自己的网站上部署了Google跟踪代码管理器。我想捕捉在我的网站上搜索文章时访问我网站的访客所使用的术语。侧面有一个搜索框。 搜索结果然后显示在子页面上。 https://.....de/results/35925363

有人可以给我提示我如何解决这个问题。我不是程序员

<div class="content">
  <ul class="tags-wrapper" wk-content-change="vm.contentChanged(arg)">
    <!-- ngRepeat: tag in vm.tagsInputModel.tags -->
    <li class="tag-item input-tag-item" ng-class="{ 'empty': vm.isEmpty(), 'full-width': vm.isFullWidth }">
      <label for="search" class="sr-only ng-scope" translate="wk-be-search.tags.input.label">Suchbegriffe eingeben</label>
      <!-- ngIf: !vm.multiline -->
      <!-- ngIf: vm.multiline -->
      <wk-resizable-textarea model="vm.tagsInputModel.inputText" input-class="tags-input-text" input-id="search" input-tabindex="2" input-placeholder="Suchen Sie nach Begriffen, Aktenzeichen, Vorschriften, Gerichten, etc." on-focus="vm.focus()" is-disabled="vm.searchPending"
        on-keypress="vm.press(event)" max-width="vm.maxWidth" ng-if="vm.multiline" on-line-change="vm.setWidth(value)" on-height-change="vm.heightChanged()" updater="vm.fullWidthChanged" class="ng-scope ng-isolate-scope">
        <div class="resizable-textarea">
          <textarea ng-model="vm.model" ng-attr-id="{{ vm.inputId }}" ng-class="vm.inputClass" tabindex="2" placeholder="Suchen Sie nach Begriffen, Aktenzeichen, Vorschriften, Gerichten, etc." ng-focus="vm.onFocus()" ng-disabled="vm.isDisabled" ng-keypress="vm.onKeypress({ event: $event })"
            ng-style="vm.getTextareaStyle()" ng-trim="false" class="ng-pristine ng-valid tags-input-text ng-not-empty ng-touched" id="search" style="height: 48px;"></textarea>
          <div class="multiline-helper ng-binding tags-input-text" ng-bind-html="vm.model" ng-class="vm.inputClass">steuern</div>
          <div class="single-line-helper ng-binding tags-input-text" ng-bind-html="vm.model" ng-class="vm.inputClass" ng-style="vm.getSingleLineStyle()" style="max-width: 1026px;">steuern</div>
        </div>
      </wk-resizable-textarea>
      <!-- end ngIf: vm.multiline -->
      <a class="btn-clear-search wk-icon-close" aria-label="Suchbegriffe und Filter entfernen" ng-click="vm.reset()" ng-hide="vm.isResetDisabled()" href="javascript: void(0);"></a>
    </li>
  </ul>
</div>

0 个答案:

没有答案
相关问题