Hi Hari,The Administrator must add the user to the Product Profile Campaign-xxx-Admins for each instance that they would like to manage. If the user is an admin of all instances, they must add themselves as users. Users do not see the links until they are added as users to Product Profile Campaign-x...
Hi @__96, My apologies for replying too late. If you are inserting/updating your recipient table through a batch workflow. You need to check the Data Update activity to check the logic and criteria used in it. You can refer below documentation link https://docs.adobe.com/content/help/en/campaign-cla...
Hi @__96 , Yes you are right, it is probably because on saving the system is checking if this record already exist(checking email field) and updating the record with new values filled in the form. You can check and verify it first. A simple solution is to change the insert/update logic in ACC and in...
Hi @tejashriw155148 ,Can you please let us know what error you are getting with below code.Generally with LIKE operator, a wild card character(%) must be included in entered value.Something similar below<check expr="@label like '%Adobe'"> Please try with wild card character. Hope it helps. Regards
Hi @mohiniu12161390 , The delivery details stored in RecipientDeliveryLog table. When you are creating your query, you can select RecipientDeliveryLog as filtering dimension with Recipient and targeting dimension, as shown below Add below criteria to select targeting recipients who had already rece...
Hi @biranchimishra ,Just give full path of location where you want to put file in "File Name" field of file extraction activity, as shown below. Regards
Hi @Terry25 , As already mentioned in replies, you can't directly send a file directly to Google Drive, but there is workaround.Export file and send it to your email account as an attachment(gmail address of drive account)Refer below post to autosave gmail attachment to google drivehttps://support.g...
Hi @ramprakasht3196 , If It is installed on Adobe end, you need to raise a support ticket for this.If it is on premise, please login to your server where Campaign is installed and run below commandnlserver pdump Check what all different modules are running. You can check different log files to chec...