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
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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!
表示
返信
いいね!の合計