Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Google スライドとGoogle アナリティクス連携は可能でしょうか?アクセス数を知りたいです。

経由:
Google スライドを使ってFAQのページを作成しています。
社内作成した各ページのアクセス数状況を確認と統計したいです。
アナリティクス連携すればできるかなと思い、【ツール】➡【スクリプトエディタ】で色々試しましたが方法がわからないです。

質問:
①Google スライドとGoogle アナリティクス連携は可能でしょうか?
②Google スライドの各ページのアクセス数の統計方法はありますか?(できれば無料でできるの方法を教えてください。)

補足:
Google スライドは公開ページとウェブに公開ページ2つあります。
できればウェブに公のページのアクセス数を統計できれば一番いいですが、
できない場合、公開ページでも大丈夫です。
下記テストページ
公開ページURL:
https://docs.google.com/presentation/d/18Ltga251wiYgt5ahWZdL3n0LKBKiVv9_DJKS5fALsr4/edit?usp=sharing
ウェブに公のページURL:
https://docs.google.com/presentation/d/e/2PACX-1vTvgAuGbeiUq6KfhyqJQvtnrkAFEXb1wDCIG6KXgJNKMxUgDZZ_j9iF0SsyApGicAa_6fQDdA2o6R8k/pub?start=false&loop=false&delayms=3000&slide=id.p

htmlについて全くしろうとなので、下記の操作をしました。

ファイル+で2つのhtmlと追加して

<!DOCTYPE html>
<html>
  <head>
    <base target="_top">
    <?!= HtmlService.createHtmlOutputFromFile('abl').getContent(); ?>
  </head>
  <body>

  </body>
</html>

abl

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-******"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-******');
</script>
0 likes

No Answers yet.

Your answer might help someone💌