Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/16/23
    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...

    Views

    1.8K

    Likes

    0

    Replies

    5
  • 3/16/23
    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...

    Views

    2.0K

    Likes

    0

    Replies

    10
  • 3/15/23
    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...

    Views

    533

    Likes

    0

    Replies

    3
  • 3/15/23
    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....

    Views

    637

    Likes

    0

    Replies

    3
  • 3/15/23
    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 ...

    Views

    970

    Likes

    0

    Replies

    2
  • 3/15/23
    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...

    Views

    784

    Likes

    0

    Replies

    3
  • 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...

    Views

    527

    Likes

    0

    Replies

    2
  • 3/14/23
    Hi, Can anyone confirm if it's possible to integrate the WhatsApp channel with the message center in adobe campaign classic?   Thanks

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 3/13/23
    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...

    Views

    986

    Likes

    0

    Replies

    4
  • 3/13/23
    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...

    Views

    590

    Likes

    0

    Replies

    1