Hi, According to the access rights configured for our ACCv8 instance, 'delivery' operators should be able to access the 'Transactional message history' folder with read, write, and delete permissions. However, when trying to access this folder, users in both 'delivery' and 'message center' operator ...
a marketer deployed a newsletter campaign last week and wants to check the open and click rate of the emails sorting by the response date. how can the marketer check the open and click rates using a single step?A. by creating a pre-defined filter with trackinglogB. by using a query activity in the w...
Hi, what type of workflow should be used to update the recipient schema from a weekly text file of mailing address changes? is it technical workflow or data workflow?
Hello, We are performing A/B testing on a pair of deliveries and trying to generate a winner delivery for the remaining population after a wait period for feedback. We have followed along with the solution in other Experience League posts, and can generate the delivery within the JS code activity as...
There is a use case to call a Graphql based API provided by external vendor and we need to call that API from ACC, use the response to define journeys. We are doing a POST call with all possible headers, connection works and we receive a 200 response code but the response body comes back as HTML res...
Hi Everyone, Can someone help me understand how logs are updated on the backend in Adobe Campaign? Specifically, I'd like to know whether its based on delivery ID, broadLog ID, message ID, recipient ID or delivery counter.I'm trying to update my delivery logs and tracking for custom channels like Wh...
Hi Team,We have a requirement to create a workflow that triggers an email if the following conditions are met:Hard bounce rate > 0.5%Soft bounce rate > 0.7%Unsubscribe rate > 0.5%Success rate = 0Kindly help with this.@ParthaSarathy
Hello, Previously in v7 the following SQL code would be suitable to drop a schema's table: drop table <table name> In v8, for tables which exist in the FFDA database, this SQL code throws an error. Can someone please point me toward the correct documentation for accessing FFDA tables with SQL comma...
Hi @ParthaSarathy Request to explain the difference between highlighted ones in Adobe campaign classic.1.Applying SQL based rule 'Exclude domains'2.Exclusion of undefined addresses
I created a simple activity by duplicating the js activity, modified the form, the workflow schema extension etc etc.However, the acitvity does not even log logInfo("test"); On the other hand, I am trying to construct a JSON key value pair object and enrich it with the workflow's instance vars to no...