Hi Florent,My use case above seems doable with the Brand configuration: Branding This is a bit different from how it worked with AC v6.1, but fulfils the requirement.ThanksKornél
Hi Florent,Currently I'm exploring the content blocks' capabilities for displaying dynamic content in transactional emails.So far I managed to be able to develop JS for:- Conditional displaying of event attributes (context.rtEvent.ctx...) and html when the event attribute is not blank.- For loops to...
Hi Florent,We have several requirements that would be realized using JS inside content blocks. It seems to work, see case 1 below. However I don't find a solution for case 2.Use case 1:Display attributes (from real time event) conditionally, or iterate through elements of collections and render a ta...
Hi,Is it possible to query the database in a content block's code in Adobe Campaign Standard?It would be very useful if we could write a content block that can execute a query on the database and extract some information to be included in the email.However I didn't find JS API documentation for cont...
Hi Florent,For example, one possible use of this would be to integrate with external analytics service. I'm looking for an automated approach, that can add query string parameters to links in the email and calculate their values.Thanks,Kornél
Hi,I've the same setup and ACS can get the template list from AEM successfully.Have you modified the permissions of the campaign-remote user? By default it should have access to /content/campaigns. Does this path exist on your AEM instance? Pulling in email templates is possible from this path only....
Hi,Is it possible to customize the click tracking formula with Adobe Campaign Standard?I would like to expose some more query string parameters in the forwarding url. It works with Adobe Campaign v7 but I couldn't find any documentation for the same functionality in Adobe Campaign Standard.Thanks,Ko...
Hi,I ran into the same issue on Adobe Campaign Standard. Our profile resource was extended with access authorization fields. We create profiles via the REST API and need to put the new profiles into the right Org and Geo units.We have a lot of geo units to support (>60) and it would be too complicat...
Found it.The trick is to not touch the Targeting dimension field at all, but fill in the Filtering dimension. Then ACS will copy over the entered value (your schema) into Targeting dimension and you can save it.When you touch the Targeting dimension field, the dialog won't save.
Hi,I have a 1 to N relationship between Profile and CustomResource. So each Profile can have one or more matching rows in CustomResource.I would like to send an email to profiles that have a specific row in CustomResource, and I want to use fields from CustomResource in the email for personalization...