Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Personalized csv attachment in adobe campaign classic

Avatar

Level 4

Hi team,

Is there a way to personalize a csv attachment in adobe campaign classic? Or if we can create a personalized csv file via jssp and send that as a link in deliveries. If someone might have achieved it by any other way, it will be helpful if some insights can be shared.

Thanks in advance!

9 Replies

Avatar

Community Advisor

hello @Poonam_Dogra 

 

If you mean by personalize a csv attachment like send csv1 to recipient1, recipient2 and recipient3, send csv2 to recipient4 and recipient5, you can do this by :

  • creating the different csv files in your workflow beforehand
  • enrich your target with a column that contains the path to your different CSVs for each recipient (to have something like this)Amine_Abedour_1-1671121273004.png

     

  •  then il the delivery configure the attachement like this :

Amine_Abedour_2-1671121335324.png

 

Amine_Abedour_3-1671121397755.png

  • you can even go further and script the name of the file so that all recipients receive the same file name here:

Amine_Abedour_4-1671121532271.png

 

Hope it's what you are looking for.

Br,

Amine

 

Avatar

Level 4

Hi @Amine_Abedour ,

Thanks so much for your time over the reply, really grateful for that.

I tried using the option "File name is computed during delivery for each message (it can be depend on the recipient profile)" and tried the csvPath from the previous activity

Poonam_Dogra_2-1671745018740.png

Static file try-

Poonam_Dogra_0-1671744811612.png

or

Dynamic file name try-

Poonam_Dogra_1-1671744905511.png

Unfortunately I am unable to receive the email. Most probably it should be the syntax I might be doing wrong, please let me know how can I receive the email. Attachments are present in the "export/" folder.

Or is it something applicable only for recipient schema and not for other custom schemas?

Thanks once again!

Avatar

Community Advisor

Hello @Poonam_Dogra,

 

Could you share the error message from de broadlog table?

Also are you in a Mid Sourcing architecture ? 

 

Br,

Amine

Avatar

Level 4

Hi @Amine_Abedour ,

Below is the error it gave, it is taking this below path:

Poonam_Dogra_0-1671802433395.png

Yes it is mid sourcing architecture.

Please let me know if any further information should be shared to request a help on this.

Thank you!

Avatar

Employee Advisor

What is the goal of the request?
If email marketing, its not suggested to attach files to outbound emails. It can hurt IP and email reputation. In general it would be better to host those files and just link to them from the email.

Avatar

Level 4

Hi @David_Loyd ,

Thank you for looking into it and your valuable time over the reply, really appreciate that!

Goal- We want to send personalized csv attachments to the end users, which will be different for each user.

"Host those files and link from the email" - Are you suggesting to place those files on some server and provide that server url? Will you be kind to help me understand how can we make those hosted files as personalized to open a different excel from link in the email ? Or should it be hosted differently and different links should be send to the users from email? I think it should be the later one but please correct me if wrong.

 

Thanks once again!

Avatar

Community Advisor

Hi @Poonam_Dogra ,

 

The major challenge that occurs when sending personalized attachments per recipient is uploading the files to the campaign server as that is a main requirement by the adobe campaign: link

_Shubham_Goyal__0-1671525802611.png

So in your case, you may try to Query the recipients and add the columns that you like to be included in the csv.file and upload each csv file/per recipient in a loop via File Extraction activity which will send the files to export directory of adobe campaign server and once all the files of each recipient are uploaded then call these attached files via export/<filename> in your delivery.
e.g. of a loop workflow that I thought roughly for your use-case:

_Shubham_Goyal__1-1671526016330.png

_Shubham_Goyal__2-1671526180252.png

_Shubham_Goyal__3-1671526190270.png

 

P.S additional source of info: link

 

 

Br,

Shubham

Avatar

Level 4

Hi @Shubham_Goyal__ ,

Thanks a lot for taking your time for responding, grateful for the efforts!

After trying the approach, it is working fine for static file name, but since this should be automated each time the file name also changes as per the individual, but this option "The file name is computed during delivery analysis (it cannot depend on the recipient profile)" does not allow customizing the file selection from server, it supports only the static file name provided.

Please let me know if I misunderstood anything here.

If above suggested only works for static file, unless I am missing any step, I think I need to upload the file to server and as soon as it uploads it should be sent to that person and in the next loop the same file should be replaced for the next person?

Thanks once again!

Avatar

Administrator

Hi,

@Shubham_Goyal__@Amine_Abedour & @David_Loyd 

Could anyone please help @Poonam_Dogra further with their query here? 

Thanks!



Sukrity Wadhwa