Trying below code to add a subscription for a recipient through javascript. This query runs successfully for a newly created recipient . But it fails if I am trying for a recipient who have subscribed and unsubscribed for the same service already. xtk.session.Write(<subscription _operation="insert...
Hello All, I am on Adobe Campaign v8, and trying to use a custom method for the default attribute =========== Schema Name - fIdGen ============== <attribute label="FName" name="fname" type="string"/> <attribute default="genId(@fname)" label="FId" name="fId" type="string"/> <methods> <method librar...
Hi can anyone tell what i am doing wrong : I am trying to submit delivery by usingadobe campaign classic SDK code for that: const sdk = require('@adobe/acc-js-sdk'); (async () => { // Display the SDK version const version = sdk.getSDKVersion(); console.log(`${version.description} version ${ve...
Hi, I ran into a problem with permissions and i can't seem to find the answer. The delivery logs on a delivery are visible up until last week after that the logs aren't visible anymore. But the exclusions are still visible. As far as i can tell nobody changed anything in regard to the permissions....
Hi Team, I'm trying to send email with personalized fields to same email addresses. I configured the delivery to send duplicate emails as below screenshot When sending email without targetData fields, the delivery is successful. But not receiving any emails when including targetData. Upon checking ...
Hi Campaign Community! We are trying to calculate and compute a recipient field from a typology rule (type "control"). But we are wondering whether that is even possible from within a typology rule? Thing is, it would greatly benefit our use-case so if, by any chance, it is possible it would be awe...
Hi all! I'm trying to update the lastModified field for a Delivery template: var query = xtk.queryDef.create( <queryDef schema={vars.targetSchema} operation="select"> <select> <node expr="@id"/> </select> </queryDef>); var result = query.ExecuteQuery(); for each (var res in result) { var del...
We are trying to print some logs when sending an Android App Notification using HTTP Legacy configuration. We checked web, mta child and javaScript logs but couldn't find anything. Has anyone able to print these App connector logs? We are using On Prem instance with Mid-sourcing setup. @flor...
Hello experts, I ran into a problem in the reporting part of Adobe Campaign Classic. If we refer to the definition, the reactivity rate is supposed to be "the ratio of the number of targeted recipients who clicked in a delivery at least once compared to the estimated number of targeted recipients wh...