Discussions

Possible ways to export Campaign Approval history?

User_F3JEF
User_F3JEF Posts: 4 Green Ribbon
edited Dec 13, 2022 11:16PM in Eloqua

Hello,

I've recently been working with clients who have a requirement on collecting approval history for their internal audit purpose. Currently,  users can view the history of all campaign approvals on the homepage screen of Eloqua under the Approval tab but aren't able to find a report to export this history anywhere. I've looked into the Audit Log as well as different Analyses in Insight but couldn't find a solution. Does anyone have similar experiences and can share possible workarounds for this? Thank you.

Post edited by User_F3JEF on

Answers

  • roy at keelaro dot com
    roy at keelaro dot com Posts: 87 Red Ribbon
    edited Mar 24, 2023 3:53PM

    Hi,

    Not sure if you resolved this. If data is presented to the user in a browser session then most of the time it means there is a API call fetching that under the cover.

    To report on the campaign approval, you simply need to find the API call and create the report you need.

    Here is an example report which we created to overcome the UI limits on Asset Dependencies


    this report uses the API endpoint: API/REST/2.0/assets/contact/field/$object_id/dependencies where $object_id is the asset you want the dependencies for.