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!

Introducing the Adobe Campaign Implementation/Installation Guide for v6 and v7

Avatar

Employee

The Adobe Campaign implementation guide is a one stop shop for all your Adobe Campaign implementation needs. From how to get started to final configurations – our guides aim to help you at every step of your v6.1 or v7 Adobe Campaign implementation journey. Some handy links below:

1) Installation and Provisioning: A guide to help you install the Adobe Campaign Console. https://adobe.ly/2uBnTSb

2) Architecture: A guide that details out everything you need to know about setting up the environment and architecture for Adobe Campaign. https://adobe.ly/2sDKPit

3) Configuration and Implementation: A guide to help with configuration and implementation of Key feature such as Channel Configuration, Message Center, Web applications, etc. https://adobe.ly/2sDGXhp

4) Administration: A comprehensive guide that help you through the package creation and deployment process + some sample tests. https://adobe.ly/2si09C5

5) Deliverability: A guide listing all deliverability activities that need to performed prior to Campaign Go-Live, including a deliverability checklist.  https://adobe.ly/2tDASWn

Hope you find these helpful! Let us know if we can help you in any way!

29 Replies

Avatar

Employee

Hi Saveena,

A/B testing is done when you have different layouts in your delivery and want to decide which one would have the most impact. So you divide your target audience into groups and send out the deliveries.

You can find the implementation here A/B testing

Avatar

Level 1

Hi!!!

Is there any way we can add query inside javascript ?

Avatar

Employee

Hi Saveena,

There is a querydef activity which can be used inside the Javascript in Webapps or Reports

Syntax goes like this

var query = xtk.queryDef.create(

  <queryDef schema="nms:recipient" operation="select">

    <select>

      <node expr="@firstname"/>

    </select>

    <where>

          <condition expr={<YourCondition>} />

    </where>

  </queryDef>

);

var result = query.ExecuteQuery();

You can read more about this in Data oriented APIs

Let me know if this solves your question

Avatar

Employee

Hi,

Can someone help me with data importing activity, I am not able fully understand calculated and pre-process options provided. What are the use cases for the same and how to use them?

Thanks!

Avatar

Employee

Hi Bharat,

Preprocessing is done when you want to decrypt or unzip an incoming file.

Calculated is when the file name is calculated from a variable like vars.filename or when there are multiple files with the same name and you want to select one with the latest date. 

Let me know if this solves your question

Avatar

Employee

Hi ,

Could someone please tell me how to use pre-process option in data loading for Windows because in documentation the code given is for linux ?

Avatar

Level 3

Hello,

I was looking for the on-prem installation guide for the V7 Adobe Campaign. The link https://adobe.ly/2uBnTSb​ just have the client installation related information. Where can I get the actual server side installation guide? Something similar to the V6.1 installation guide located at https://docs.campaign.adobe.com/doc/AC6.1/en/PDF/installation-v6.1-en.pdf

Thanks,

Tarun Ghosh

Avatar

Employee

Hi all,

The implementation guide has been updated and improved, with a set of new links.

See > Adobe Campaign Implementation Guide

You can also read the new updated Knowledge articles page (technotes)

3 new technotes were added:

  1. FDA – MySQL 5.7 > https://helpx.adobe.com/campaign/kb/campaign_fda_mysql.html
  2. FDA – Terradata > https://helpx.adobe.com/campaign/kb/campaign_fda_teradata.html
  3. Workflow heatmap package installation (build 8700+) > https://helpx.adobe.com/campaign/kb/install-workflow-heatmap-package.html

Thanks,

Alice