Search Results

Capability
Feature
Deployment Approach
Asset Framework
Asset Framework The asset framework is behind many of Liferay's most powerful features. It provides tools for displaying and interacting with any type of content and data. For example, if you build...
公開日: 2024/05/09 18:52
Enabling Assets
Enabling Assets Many of Liferay's applications (e.g. Blogs, Documents and Media, Message Boards, etc.) are asset-enabled out of the box. You can publish assets with the Asset Publisher widget or...
公開日: 2024/05/09 18:52
Cache
Cache
公開日: 2024/05/09 18:52
Expando
Expando Accessing Custom Fields with Expando
公開日: 2024/05/09 18:52
Data Frameworks
Data Frameworks
公開日: 2024/05/09 18:52
Data Scopes
Data Scopes
公開日: 2024/05/09 18:52
Defining Entities
Defining Entities Entities are the heart and soul of a service. They represent the map between the model objects in Java and your database fields and tables. Service Builder automatically maps your...
公開日: 2024/05/09 18:52
Adding Model Hints
Adding Model Hints Once you've used Service Builder to define model entities, you may want to refine how users enter that data. Model hints specify entity data restrictions and other formatting....
公開日: 2024/05/09 18:52
Configuring Global Service Options
Configuring Global Service Options A service's global options apply to all its entities. Here are the options: Dependency Injector Package path Multiversion concurrency control Namespace...
公開日: 2024/05/09 18:52
Defining Entity Finder Methods
Defining Entity Finder Methods Finder methods retrieve entity objects from the database based on specified parameters. For each finder defined, Service Builder generates several methods to fetch,...
公開日: 2024/05/09 18:52
Accessing Custom Fields With Expandos
Accessing Custom Fields With Expandos When you need additional fields in your application, you can always add them in your service model definition and re-run Service Builder. This adds new columns...
公開日: 2024/05/09 18:52
Implementing an Item Selector
Implementing an Item Selector Item selectors are pop-up dialogs for selecting assets, such as documents, videos, or users. By configuring the item selector's criteria and defining its usage, you...
公開日: 2024/05/09 18:52
Service Builder
Service Builder An application without reliable business logic or persistence isn't much of an application at all. Unfortunately, writing your own persistence code often takes a great deal of time....
公開日: 2024/05/09 18:52
Business Logic with Service Builder
Business Logic with Service Builder Once you've generated model, persistence, and service code with Service Builder, you can begin adding business logic. Entities generated by Service Builder...
公開日: 2024/05/09 18:52
Defining Entity Columns
Defining Entity Columns An entity's columns represent its attributes. These attributes map table fields to Java object fields. Here you'll examine the sample project from Understanding and...
公開日: 2024/05/09 18:52
Defining Entity Relationships
Defining Entity Relationships Relationships between database entities or Java objects are necessary for most applications. Take Liferay's Message Boards application as an example. Each Message...
公開日: 2024/05/09 18:52
API
API Liferay Analytics Cloudは、一連のAPIエンドポイントを介した分析データへのアクセスをサポートしています。 開発者は、RESTful APIまたはデータエクスポートのいずれかを介してデータにアクセスし、統合することができるようになりました。 ビジネスでは、Analytics Cloudのデータを使って以下のようなことができます。 ...
公開日: 2024/05/09 18:44
データのエクスポート
データのエクスポート サイトダッシュボードと個人ダッシュボードから様々なアナリティクスデータにアクセスできます。 アナリティクス・データは、Analytics CloudのAPIを使用してフェッチおよびエクスポートすることもできます。 具体的には、イベント・データ、IDデータ、個人データ、会員データ、ページ・データ、セグメント・データをフェッチすることができる。 ...
公開日: 2024/05/09 18:44
リソースの種類とストラクチャー
リソースの種類とストラクチャー プロパティ activeIndividualsCount (数値):アカウントに属するアクティブな個人の数。 dateCreated(日付):アカウントがシステムに作成された日付。 dateModified(日付):アカウントのプロパティが最後に変更された日付。 ID (文字列):アカウントの一意な識別子; individualsCount...
公開日: 2024/05/09 18:44
Liferay DXPをAnalytics Cloudに接続する
Liferay DXPをAnalytics Cloudに接続する Liferay DXP 7.4 U67+. Liferay DXPおよびAnalytics Cloudは、安全で暗号化されたトークンで接続します。 このトークンはAnalytics Cloudによって生成され、Liferay DXPの構成に追加する必要があります。 接続すると、同期するデータを決定できます。 ...
公開日: 2024/05/09 18:44
アナリティクス ダッシュボードの表示
アナリティクス ダッシュボードの表示 データの同期後 、Analytics Cloudは自動的にサイト訪問者とそのコンテンツとのインタラクションの追跡を開始します。 分析データを確認するには、以下のツールを使用します。 Explore the different tools through the left navigation. サイトのデータを把握する: サイトダッシュボード ...
公開日: 2024/05/09 18:44
Analytics Cloud
Analytics Cloud
公開日: 2024/05/09 18:44
A/Bテスト
A/Bテスト A/Bテストは、コントロールデザイン(つまりオリジナル)に対してバリアントデザインをテストすることで、コンテンツページの効果を評価します。 このプロセスでは、ページのバリアントを作成し、指標(クリック数など)でテストし、最も効果的なバリアントを公開します。 これらのテストは、サイトのユーザーにとって最適なエクスペリエンスを選択するのに役立ちます。 Liferay DXP の...
公開日: 2024/05/09 18:44
認証
認証 アクセストークンはLiferay Analytics CloudへのAPIコールに必要です。 Settings → APIs に移動し、アクセストークンを生成します。 アクセストークンの有効期限(30日、6ヶ月、1年、無期限など)を選択します。 Generate Token をクリックする。 有効期限を選択し、トークンの生成をクリックします。 ...
公開日: 2024/05/09 18:44
データのクエリ
データのクエリ Liferay Analytics Cloudのルートエンドポイントは、 です。 上記のURLにGETをリクエストすることで、すべてのデータタイプのエンドポイントのリストを取得することができます。 curlで試します。 curl -i -L -H "Authorization: Bearer {token}"...
公開日: 2024/05/09 18:44
はじめに
はじめに Liferay Analytics Cloudへようこそ。 アナリティクスデータの収集は、あらゆるビジネスにおいて重要な役割を担っています。 さまざまなツールがありますが、すべてが高い価値を提供するわけではありません。 大量のデータを集めるだけでは不十分で、それを分析して有用なインサイトを見出すことが必要です。...
公開日: 2024/05/09 18:44
最適化
最適化 A/Bテスト セグメントでコンテンツをパーソナライズする
公開日: 2024/05/09 18:44
セグメントでコンテンツをパーソナライズする
セグメントでコンテンツをパーソナライズする Liferay DXPのパーソナライゼーション機能と併用することで、Analytics Cloudのセグメントのフルパワーが発揮されます。 パーソナライゼーションでは、特定のセグメントでLiferay DXPコンテンツをターゲットにすることができます。...
公開日: 2024/05/09 18:44
ユーザー
ユーザー 個々のユーザーとユーザーの集合体をよりよく理解することが、優れたサービスを提供するための鍵となります。 Analytics Cloudは、両方をよりよく理解するためのツールを提供します。 Liferay DXPのユーザーデータを利用した堅牢な 訪問者プロフィールを構築することで、顧客が誰であるかについて広範な詳細を把握することができます。...
公開日: 2024/05/09 18:44
訪問者プロフィール
訪問者プロフィール 多くの人があなたのサイトを訪問しています。 訪問者が誰なのか、訪問者の活動や興味を学ぶことは、ビジネスを改善するのに役立ちます。 個人プロファイルは、営業、カスタマーサービス、カスタマーリレーションズの各チームが個人的に仕事をするのに役立ちます。...
公開日: 2024/05/09 18:44
ユーザー
ユーザー 個人ダッシュボード 訪問者プロフィール 興味のあるトピックの理解
公開日: 2024/05/09 18:44
興味のあるトピックの理解
興味のあるトピックの理解 個人が Liferay サイトのページを操作すると、Analytics Cloud はそのページに含まれるトピックを記録します。 個人があるトピックを含むページを訪問すればするほど、そのトピックのランキングはその個人の興味に対して高くなる。 インタレストは、サイト上での複数のインタラクションと複数のセッションに基づいている。...
公開日: 2024/05/09 18:44
参照
参照 多要素認証 メトリクスの定義 レポートのダウンロード
公開日: 2024/05/09 18:44
指標 説明
指標 説明 アナリティクス クラウドで使用されるさまざまなメトリクスの説明とその計算方法を参照してください。 インデックス A/Bテスト - 勝者が決定するまでの推定時間 A/Bテスト - 改善 A/Bテスト - 勝つ確率 獲得 - セッションに占める割合 アクティブな個人 匿名の個人 視聴者 - ダウンロードされたセグメント オーディエンス - ダウンロード ...
公開日: 2024/05/09 18:44
多要素認証
多要素認証 すべてのAnalytics Cloudユーザーには多要素認証(MFA)が必要です。 この追加のセキュリティ層は、フィッシングやMITM(man-in-the-middle)攻撃などのサイバー攻撃からユーザーを保護するのに役立ちます。 多要素認証の設定 analytics.liferay.com に、 liferay.com アカウントのメールアドレスでログインします。 ...
公開日: 2024/05/09 18:44
タッチ ポイント
タッチ ポイント タッチポイントは、ユーザーや顧客がブランドと相互作用するさまざまな方法を反映しています。 Analytics Cloudは、ページビューなどの従来のページアナリティクスと、包括的なサイト、パス、アセットに特化したアナリティクスデータを組み合わせた幅広いアナリティクスデータを提示します。 Analytics Cloudは、サイト全体の包括的なレポートを提供する サイトワイド...
公開日: 2024/05/09 18:44
セグメントの作成
セグメントの作成 Analytics Cloudで作成したセグメントは、Liferay DXPと同期します。 ただし、Liferay DXPで作成したセグメントは、Analytics Cloudと同期しません。 動的セグメントの作成 ナビゲーションパネルの [Segments] をクリックします。 既存のセグメントが入った表が表示されます。 [Create Segment] →...
公開日: 2024/05/09 18:44
レポートのダウンロード
レポートのダウンロード Analytics Cloud ワークスペースに チーム メンバーを招待する だけでなく、レポートをダウンロードしてチームと洞察を共有することもできます。 これらのダッシュボードでは、ダウンロード可能なPDFレポートをご利用いただけます: ブログ用資産ダッシュボード ドキュメントとメディアの資産ダッシュボード フォーム用資産ダッシュボード ...
公開日: 2024/05/09 18:44
ドキュメントとメディア
ドキュメントとメディア ドキュメントやメディアファイルは、サイトユーザーに見てもらったりダウンロードしてもらいたいアセットです。 Analytics Cloudは、ドキュメントやメディア資産に対するユーザーのエンゲージメントに関する洞察を提供します。 Analytics data for documents can be viewed in a table format. ...
公開日: 2024/05/09 18:44
フォーム
フォーム フォームの概要 は、企業にとって重要な直接データ収集ツールである。 あなたのWebフォームは貴重な情報を提供していますか、それともユーザーを遠ざけていますか? Analytics Cloudは重要なインサイトを提供します。 Forms metrics are presented in a table with submission, view, abandonment, and...
公開日: 2024/05/09 18:44

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy