問題タブ [google-reporting-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - param['pagetoken'] はサンプル Google レポート コードの構文エラーですか?
Google Reports API サンプルから次のコード ブロックを解読しようとしています。
用語param['pagetoken']
はparams['pagetoken']
私はこれを誤解していますか?
oauth-2.0 - Google Analytics Reporting Api "Unable to parse the p12 file. Is this a .p12 file?"
I cant seem to fined an updated tutorial for getting the .p12 file from the Google Developer Console.
Im getting this error
Im using the latest version of the api at repository. The file im trying to parce is the one downloaded in the developer console under: Apis & Auth -> credentials -> Download JSON. Right after creating a new Cliend Id. I cant fined were the .p12 file can be downloaded or if it still necessary.
google-analytics - ディメンションが正しくない関係を持つ Google アナリティクス トラッキング イベント
3 つのディメンション (ユーザー ID、ウィジェット ID、投稿 ID) を持つイベントを追跡しようとしています。すべてのクリック イベントには、投稿ごとのクリック数を追跡できるように、一意の投稿 ID、ユーザー ID、およびウィジェット ID を含む独自の行が必要です。エクストラ: すべてのディメンションが「ユーザー」のスコープを持つように設定されています。
後でレポート API を使用してクエリを実行します。
結果は正しくありません。すべてのクリックが 1 つのディメンションにまとめられています。ディメンション 3 は投稿 ID です。例) ID 30 (dimension3 は 30 に設定) の投稿と ID 10 の投稿をクリックすると、ID 30 の投稿に 2 回のクリックがあるか、古い ID に 2 回のクリックがあると報告されます。
Google アナリティクス ダッシュボードのおすすめ:
ピックからわかるように、投稿 ID が 2 クリックと 7 クリックの 1 行がありますが、多くの異なる投稿 ID を持つイベントを送信しました。(ディメンション 3 == 投稿 ID)。
google-app-engine - Google SDK レポートで情報が得られない
GAEにアプリがあります。これはドメインに属しています。このアプリは、Reports API から情報を取得します。
4 日前に情報を求めると、doc と gmail から情報が得られます。3 日前に情報を求めると、gmail の情報しか得られません。2 日前に情報を求めても (1)情報が得られません。
しかし、(1) 将来の日付 (例: 10 日) から情報を取得すると、Api はこの日付からすべての情報を取得します。
情報を取得するときに API に遅延がありますか?
ありがとう。
google-admin-sdk - 特定のアプリケーションのすべてのパラメーターを取得する方法
以下のクエリがあります
私が疑問に思っているのは、gmail 固有のパラメーターをすべて個別にリストせずに受け取る方法です....
これは adminSDK レポート API です...
ありがとう