Search Results

All Results 6978
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Configuring the Oracle Universal Connection Pool for JDBC
Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of...
Accessing Data Stored on Non-Liferay Databases
Liferay will support our API and resolve any issues and answer any questions having to do with the API itself or any other part of Liferay's software. Issues and questions regarding custom development may be handled...
Identifying Localized Site URLs within the DXP Sitemap Preview
This article documents how to verify that localized site URLs in Liferay DXP 7.0 are being identified properly by web crawlers. Verifying your localized pages is not an easy task. Seen here is the sitemap for a...
Optimizing S3Store Cache Settings
This article documents an issue with using S3Store where the Application Server's temporary directory might grow a lot more than expected. The contents of this article apply to users of Liferay DXP, and concern...
Integrate Azure AD with Liferay DXP Using SAML
As a general best practice, integrating Liferay DXP with other Identity Providers (IdPs) provides enhanced security and streamlines authentication management. This recipe guides you through the...
Building Multi-Step Forms With Liferay DXP Objects
This recipe guides you through the basic steps to build a multi-step form. Liferay DXP environment An object definition with fields A user who has access and control to create and manage objects,...
Using Zapier to Sync Object Data with Google Sheets
This recipe guides you through the steps required to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Zapier.
Building a Reusable and Dynamic Accordion With Fragments
Liferay Fragments are reusable, customizable web elements that serve as building blocks for a page. They consist of HTML, CSS, and JavaScript to provide structure, style, and functionality to your...
Designing and Displaying Reusable Navigation Menus
Navigation menus for a site are typically tied strictly to a site's page hierarchy and structure. The Navigation Menus feature in Liferay is powerful because it enables you to create navigation...
API
API Liferay Analytics Cloudは、一連のAPIエンドポイントを介した分析データへのアクセスをサポートしています。 開発者は、RESTful APIまたはデータエクスポートのいずれかを介してデータにアクセスし、統合することができるようになりました。 ビジネスでは、Analytics Cloudのデータを使って以下のようなことができます。 ...
データのエクスポート
データのエクスポート サイトダッシュボードと個人ダッシュボードから様々なアナリティクスデータにアクセスできます。 アナリティクス・データは、Analytics CloudのAPIを使用してフェッチおよびエクスポートすることもできます。 具体的には、イベント・データ、IDデータ、個人データ、会員データ、ページ・データ、セグメント・データをフェッチすることができる。 ...
Integrate Azure AD with Liferay DXP Using OpenID Connect
This recipe guides you through the basic steps needed to integrate Azure AD (now known as Microsoft Entra ID), your Identity Provider (IdP), with your Liferay environment using OpenID Connect....
Integrate Okta with Liferay DXP using OpenID Connect
This recipe guides you through the steps to integrate Okta, your Identity Provider (IdP), with your Liferay environment using OpenID Connect. Okta Dev account Liferay DXP environment Administrative...
Configuring Liferay Authentication With PingOne Using SAML
This recipe guides you through the basic steps needed to integrate PingOne, your Identity Provider (IdP), with your Liferay environment using Security Assertion Markup Language (SAML). PingOne...
Liferay DXPをAnalytics Cloudに接続する
Liferay DXPをAnalytics Cloudに接続する Liferay DXP 7.4 U67+. Liferay DXPおよびAnalytics Cloudは、安全で暗号化されたトークンで接続します。 このトークンはAnalytics Cloudによって生成され、Liferay DXPの構成に追加する必要があります。 接続すると、同期するデータを決定できます。...
リソースの種類とストラクチャー
リソースの種類とストラクチャー プロパティ activeIndividualsCount (数値):アカウントに属するアクティブな個人の数。 dateCreated(日付):アカウントがシステムに作成された日付。 dateModified(日付):アカウントのプロパティが最後に変更された日付。 ID (文字列):アカウントの一意な識別子; individualsCount...
アナリティクス ダッシュボードの表示
アナリティクス ダッシュボードの表示 データの同期後 、Analytics Cloudは自動的にサイト訪問者とそのコンテンツとのインタラクションの追跡を開始します。 分析データを確認するには、以下のツールを使用します。 Explore the different tools through the left navigation. サイトのデータを把握する: サイトダッシュボード ...
A/Bテスト
A/Bテスト A/Bテストは、コントロールデザイン(つまりオリジナル)に対してバリアントデザインをテストすることで、コンテンツページの効果を評価します。 このプロセスでは、ページのバリアントを作成し、指標(クリック数など)でテストし、最も効果的なバリアントを公開します。 これらのテストは、サイトのユーザーにとって最適なエクスペリエンスを選択するのに役立ちます。 Liferay DXP の...
Analytics Cloud
Analytics Cloud
データのクエリ
データのクエリ Liferay Analytics Cloudのルートエンドポイントは、 です。 上記のURLにGETをリクエストすることで、すべてのデータタイプのエンドポイントのリストを取得することができます。 curlで試します。 curl -i -L -H "Authorization: Bearer {token}"...