Hi @ogonzalesdiaz , There are multiple ways of achieving this. Using a workflow, you can query the broadlogRcp schema or the custom delivery log schema (if you created one) and then take the count of messages that were sent.
Hi @DishaSharma , Refer to the below documentation for the same. https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-activities/subscription-services.html?lang=en
Hi @ogonzalesdiaz , The SMS content of the delivery will be saved in the xml field in the delivery. However, the SMS content will not be personalized. Personalized SMS content is not saved in Adobe Campaign.
Hi @Fabrice01 , The offer can be created in multiple representations. Based on how the offer is used, you can add the offer content in JSON or HTML format. Hence the banner could be added as an HTML for example and then displayed in the required application.
Hi @Fabrice01 , Since offer decision rules follow pql syntax, you could explore using pql functions like currentDayOfWeek() = 1 for referring to Monday. Hence irrespective of any other conditions, the offer becomes eligible only on Monday.