Sending a XLS/PDF tracking report for specific delivery in Email | Community
Skip to main content
Level 2
January 28, 2021
Question

Sending a XLS/PDF tracking report for specific delivery in Email

  • January 28, 2021
  • 1 reply
  • 1359 views

Hi,

 

Need your help looking thru the use case in the below URL I am not able to replicate this in my Instance.

as there are few open questions.

https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/use-cases/monitoring/sending-a-report-to-a-list.html#automating-with-workflows

 

var reportName = "deliveryFeedback";
var path = "/tmp/deliveryFeedback.pdf";
var exportFormat = "PDF";
var reportURL = "<PUT THE URL OF THE REPORT HERE>"; -- What will come Here if i need some delivery tracking URL reports? 
var _ctx = <ctx _context="global" _reportContext="deliveryFeedback" />
var isAdhoc = 0;

xtk.report.export(reportName, _ctx, exportFormat, path, isAdhoc);

 I tried to replicate the same code without a URL but it's not working.

 

@milan_vucetic , @marcel_szimonisz @adhiyan 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adhiyan
Adobe Employee
Adobe Employee
January 28, 2021

Hello Sushant,

 

Generally the reports would be accessible via this URL - https://<instance_url>/report/<report internalName>

 

But to confirm you can simply go to the report you want to export from the delivery , right click on the report and go to properties.

there you would be able to see the address URL.

 

Regards,
Adhiyan

Level 2
January 28, 2021
Thank you Adhiyan for quick reply, Can we pull report with dynamic delivery code in JS and pull the pdf Reports with top links