Prezeráte obsah pomocníka verzie:
- 6.4
- 6.3
- 6.2
- Staršie verzie
As part of the integration of AEM and Adobe Target, you need to register with Adobe Target, configure the replication agent, and secure activity settings on the publish node.
To integrate AEM with Adobe Target, you must have a valid Adobe Target account. This account must have approver level permissions at a minimum. When you register with Adobe Target, you receive a client code. You need the client code and your Adobe Target login name and password to connect AEM to Adobe Target.
The Client Code identifies the Adobe Target customer account when calling the Adobe Target server.
The Test and Target replication agent must be enabled on the author instance. Note that this replication agent is not enabled by default if you used the nosamplecontent run mode for installing AEM. For more information about securing your production environment, see the Security Checklist.
You must secure the activity settings node cq:ActivitySettings on the publish instance so that it is inaccessible to normal users. The activity settings node should only be accessible to the service handling the activity synchronization to Adobe Target.
The cq:ActivitySettings node is available in CRXDE lite under /content/campaigns/nameofbrand under the activities jcr:content node; for example /content/campaign/we-retail/master/myactivity/jcr:content/cq:ActivitySettings. This node is only created after you target a component.
The cq:ActivitySettings node under the activity's jcr:content is protected by the following ACLs:
- Deny all for everyone
- Allow jcr:read,rep:write for "target-activity-authors" (author is a member of this group out of the box)
- Allow jcr:read,rep:write for "targetservice"
These settings ensure that normal users do not have access to the node properties. Use the same ACLs on author and on publish. See User Administration and Security for more information.