Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Interaction History does not display in the Marketing portal

SA-83349

Summary



Interaction History in the database does not display in the Pega Marketing portal.


Error Messages



Not Applicable


Steps to Reproduce

  1. Run the following REST Request for the URL: https://myurlx.org/prweb/PRRestService/PegaMKTContainer/V2/Container

    {
        "CustomerID": "Linda",
        "ContainerName": "NextBestAction",
        "Channel": "Web",
        "Direction": "Inbound",
        "InputSegment": "Segment1"
    }


    Observe the Interaction History records in the database table.

    SELECT COUNT(*) FROM pegadata.PR_DATA_IH_FACT 
    ORDER BY PXOUTCOMETIME DESC
    Fetch only the first 10 rows;

     
  2. Check the Pega Marketing portal Interaction History feature.


Root Cause



An issue in the custom application code or rules.
The values in pyapplication and pystrategy in the pr_data_ih_dim_application table were null. Therefore, the values did not display for the Interaction History in the Pega Marketing portal.



Resolution



Perform the following local-change:

Insert or update the correct values instead of null for pyapplication and pystrategy in the pr_data_ih_dim_application table.

Published December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice