Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/16/23
    Hi, do you have any use cases related to AA&AC integration (Do /Dont)? My client is using Tealium AudienceStream &  EventStream, so if you some interesting use cases on the combination would be great. Thanks in advance,M

    Views

    391

    Likes

    0

    Replies

    1
  • 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.2K

    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

    1.4K

    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

    368

    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

    499

    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

    592

    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

    519

    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

    373

    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

    972

    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

    736

    Likes

    0

    Replies

    4