Which integration option should the Developer choose for this scenario?

An Adobe Campaign Classic Developer needs to decide on the best approach to integrate with an external recipient table from a SQL Server database. The solution needs to be able to do a daily data sync of the newly detected recipient records into the Adobe Campaign database and append additional...

June 29, 2021 No Comments READ MORE +

In which activities can a Campaign developer set the segment code?

In which activities can a Campaign developer set the segment code?A . Read List, Update Data, Fork, TestB . Test, Intersection, Fork, EnrichmentC . Read List, Fork, Query, List UpdateD . Intersection, Query, Exclusion, EnrichmentView AnswerAnswer: D

June 28, 2021 No Comments READ MORE +

What protocol is supported by Adobe IMS to integrate with Adobe Campaign to meet the requirement?

A customer prefers to implement Single Sign-On on all Adobe product-based solutions that they have so far, including Adobe Campaign Classic . What protocol is supported by Adobe IMS to integrate with Adobe Campaign to meet the requirement?A . OAuth 2.0B . LDAPC . SAML2.0D . HTTPView AnswerAnswer: C

June 27, 2021 No Comments READ MORE +

Which code should be written to meet this requirement?

An Adobe Campaign Classic Developer has a report from a third party about a push notification. A record must be added to the broadLogRcp inside Adobe Campaign Classic . Which code should be written to meet this requirement?A . var xmlQuery = <broadl_ogRcp xtkschema="nms:broadl_ogRcp" id={broadLogld} _operatJon="insert" status="2" _key="@id" lastModified={eventDate}/>; xtk.sessJon.Write(xmlQuery);B...

June 27, 2021 No Comments READ MORE +

Which of the following is a server command?

Which of the following is a server command?A . nlserver pause [@]B . nlserver begin [@]C . nlserver stop [@]D . nlserver cancel [@]View AnswerAnswer: C Explanation: Reference: https://github.com/AdobeDocs/campaign-classic.en/blob/master/help/production/using/usual-commands.md

June 27, 2021 No Comments READ MORE +

Unable to parse expression ‘lif([Itarget/birthDate] is null, 'N’ Y’)‘ What is the problem with this expression?

A Campaign developer is creating a flag to identify recipients who have specified date of birth. The Campaign developer codes the expression as follows in an enrichment activity: lif([target/birthDate] is null, ‘N’, ‘Y’) When the developer goes to save the expression, the following error displays: Element ‘birthDate’ unknown (see definition...

June 25, 2021 No Comments READ MORE +

During execution of a workflow, which action should the Adobe Campaign Classic Developer take to show which event Variables are being passed throughout the workflow?

A Campaign Classic Developer wants to monitor which variables are being passed through a workflow to begin debugging a JavaScript activity. To begin, the Developer needs to see all of the event Variables that are available at each stage of the workflow by task. During execution of a workflow, which...

June 25, 2021 No Comments READ MORE +

Where should the Campaign developer create a sub-folder for workflows importing data to the recipient schema?

A Campaign developer wants to utilize the standard directory structure in Adobe Campaign as much as possible. Where should the Campaign developer create a sub-folder for workflows importing data to the recipient schema?A . Under Profiles and Targets > JobsB . Under Resources > Campaign ManagementC . Under Administration >...

June 24, 2021 No Comments READ MORE +

What is the primary benefit of utilizing a platform option?

What is the primary benefit of utilizing a platform option?A . To reference and update a parameter across multiple workflow executionsB . To automatically create an incremental counter to maintain a consistent sequenceC . To standardize the values of a field and help with data input or use within queriesD...

June 24, 2021 No Comments READ MORE +

What should the Campaign developer do?

A Campaign developer must create a new table in Adobe Campaign. None of the fields in the new table have unique values. What should the Campaign developer do?A . Create a composite key of multiple columnsB . Create a primary key using autopkC . Create a primary key on one...

June 23, 2021 No Comments READ MORE +