Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/12/17
    Hi all,I have deleted completely my Adobe Campaign again and I installed new from the scratch. Now I'm getting this error, when I try to use this command "nlserver config -internalpassword". Can you help me to fix this issue ?

    Views

    3.7K

    Likes

    0

    Replies

    3
  • 4/4/17
    Hi all,I have created an extension table for the nms:recipient table and joined there another view of the datamart.Here is the code snippet:<!-- Tristan Roppel 04.04.2017 -->    <element integrity="true" desc="PNRORT" externalJoin="true" label="PNRORT" name="PNRORT" revLink="recipient" target="dkb:C...

    Views

    822

    Likes

    0

    Replies

    0
  • 3/28/17
    Hi @all,short question: Is it possible with Adobe Campaign to messure the reading period of E-Mails? If yes how to do that?Many thanks and best regardsRobert

    Views

    691

    Likes

    0

    Replies

    1
  • 3/28/17
    Hi,I have written a function (as shown below) to fetch all the deliveries on a day. For the same I am passing two dates today & tomorrow (with time part of 00:00:00). But I am getting an errorError while executing the method 'ExecuteQuery' of service 'xtk:queryDef'.Unable to parse expression '@creat...

    Views

    2.7K

    Likes

    0

    Replies

    2
  • 3/24/17
    I have already sent an email out to recipients and had some people open and click on links within the delivery. I now want to send a second email to people who received the email, but did not open it. Is there a way to target just these people? Do I have to create a new workflow to accomplish this?

    Views

    1.4K

    Likes

    3

    Replies

    1
  • 3/21/17
    Hi all,I have created an extension table of the nms:delivery with a different namespace.I have added there several attributes there with type=string, boolean, dateHere is the snippet:     <attribute label="Start Date" name="Start_Date" type="date"/>    <attribute label="End Date" name="End_Date" typ...

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 3/21/17
    Hi,Suppose, I have a schema field based on an enumerated typeEnumerated datatype  <enumeration basetype="byte" default="sms" label="Mobile message type" name="mobileMsgType">    <value label="SMS" name="sms" value="0"/>    <value label="WAP Push" name="wapPush" value="1"/>    <value label="MMS" name...

    Views

    6.5K

    Like

    1

    Replies

    6
  • 3/20/17
    Hi, I want to add a custom web form for unsubscription link. 2 questions:1) Where do I configure my custom Unsubscription URL2) How will I associate the Unsubscription URL to the web application in Adobe Campaign Thanks,Saurabh

    Views

    7.0K

    Like

    1

    Replies

    7
  • 3/20/17
    Hello!For a query in a workflow, I'm trying to save a "last run date" in the options. That's why I need to read this option, start a new query using the value in the option and save a new value for the option back to the system.So my question is:What is the best way to read and store system options ...

    Views

    5.0K

    Like

    1

    Replies

    3
  • 3/17/17
    Hi,I have a built the following workflow to extract Campaigns, Delivery associated each Campaign, Delivery Logs of each of the DeliveriesStage-1 : Query CampaignThis extracts all the Campaigns. Output Fields: Campaign Id, Campaign LabelStage-2 : Enrichment with DeliveryThis extracts the Delivery ass...

    Views

    7.1K

    Like

    1

    Replies

    10