コミュニティアチーブメントバーを展開する。

AnkitJasani29
AnkitJasani29
オンライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Hi @DiegoPa6 , In AJO, entry capping and segment realization are two different mechanisms: 1) RULESET_ENTRY_CAP_VIOLATIONThis is shown only when the entry rule is matched, but the entry cap condition specifically blocks the profile from re-entering the journey.This means the segment AND the event co...

    タイプ

    質問

    表示

    660

    いいね!

    1

    返信

    1
  • Hi @Silvio6 , When you create an event in AJO:You select a schema (XDM schema).You define the payload structure - a subset of the schema fields, their types, and optionally add conditions.AJO expects that exact structure when the event is triggered (via Web SDK, API, etc.).So yes - developers must:K...

    タイプ

    質問

    表示

    760

    いいね!

    2

    返信

    0
  • Hello @Silvio6 , When you publish a Journey that listens to an event (tied to a schema), it expects real-time ingestion. The system expects a real-time experience event (or a profile update event) to be pushed into AEP that matches the event definition. Batch ingestion (like uploading a .csv file or...

    タイプ

    質問

    表示

    799

    いいね!

    2

    返信

    2
  • Hi @Silvio6 , A Journey Event is triggered based on an event definition, not just any raw data entering a schema. When you configure a custom event to listen to a schema (X schema), you are also implicitly defining an expected payload structure (fields, types, etc.). The incoming payload (whether fr...

    タイプ

    質問

    表示

    828

    いいね!

    2

    返信

    4
  • Hi @JettyRo , Please refer: https://experienceleague.adobe.com/en/docs/experience-platform/sandbox/ui/sandbox-tooling You can go through steps mentioned for export from one environment and import them into another. Also, do accept the solution if answer worked for you so that anyone else also facing...

    タイプ

    質問

    表示

    254

    いいね!

    2

    返信

    0
  •    Adobe Developer Questions 2025/04/28
    Hi @HeenaMadan , You may want to check the following points to help resolve the issues you're encountering: Double-check that the x-gw-ims-org-id header is correct, matching the Adobe Org ID for your project.Ensure that the API key (Authorization: Bearer Apikey) you're using has the necessary permis...

    タイプ

    質問

    表示

    491

    いいね!

    1

    返信

    0
  •    Adobe Developer Questions 2025/04/27
    Hi @DmytroVe , Try creating an intermediate hard-coded variable manually — LiveCycle needs to freeze the value. var mainRowHeight = parseFloat(xfa.layout.h(parent.parent.parent, "in"));var stableHeight = +mainRowHeight; // <-- force primitive valuevar calculatedValue = stableHeight / 2;this.h = calc...

    タイプ

    質問

    表示

    522

    いいね!

    1

    返信

    0
  •    Adobe Developer Questions 2025/04/25
    Hi @DmytroVe , Please validate with suggested 2nd and 3rd point as well.

    タイプ

    質問

    表示

    570

    いいね!

    1

    返信

    2
  •    Adobe Developer Questions 2025/04/25
    Hi @DmytroVe , It seems like the issue could be due to the return type or precision of xfa.layout.h(...). While it returns a numeric value, sometimes it may be returned as a string or as a float with hidden metadata that LiveCycle doesn’t handle well when doing math on it directly. Fixes to Try:1) F...

    タイプ

    質問

    表示

    586

    いいね!

    1

    返信

    4
  • Hi @davidmeaa57 , Integrating Adobe Audience Manager (AAM) with your website (TikMoneyCalc.com) to track and manage audience data is a great way to gain valuable insights into user behavior and optimize your content and user experience. AAM allows you to collect data, segment audiences, and deliver ...

    タイプ

    質問

    表示

    343

    いいね!

    1

    返信

    0