Hello everyone,
I am looking for a way to identify and extract the list of live published web applications (landing pages) linked to their respective campaigns. I am trying to do this within Adobe Campaign Classic. Thanks in advance.
Regards,
Sujith
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Sujith_02kumar ,
Please query xtk:workflow schema based on filtering conditions
ie, the Primary key of the Campaign is not equal to 0 and source Url contains Landing Page Url domain (which is common for all the links).
This query needs to be written on all the Custom Tracking Logs schemas to check the list of Workflows using this.
Regards,
Pravallika.
Views
Replies
Total Likes
Hello @Sujith_02kumar
First you will have manually pull the list of live webapp. I am assuming this list won't be long.
Then you can run a query on a workflow schema with condition
memo contains webAPP _Internalname
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @Sujith_02kumar ,
Please query xtk:workflow schema based on filtering conditions
ie, the Primary key of the Campaign is not equal to 0 and source Url contains Landing Page Url domain (which is common for all the links).
This query needs to be written on all the Custom Tracking Logs schemas to check the list of Workflows using this.
Regards,
Pravallika.
Views
Replies
Total Likes
Hi @Sujith_02kumar,
Was the given solution by @LakshmiPravallika helpful to resolve your query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies