Opting Out of the Integration
Opt out of the integration with Analytics and Target when you either:
-
Do not want to integrate with these products.
-
Prefer to configure the integrations manually.
For information about configuring the integrations manually, see Integrating with Adobe Analytics and Integrating with Adobe Target.
To opt out you need to complete the pre-loaded task:
- From your Inbox, select and Complete the Configure Analytics & Targeting task.
Providing Account Information Using a Properties File
Install a properties file that AEM reads on server startup to configure the account properties for the integration with Analytics and Target. When you use the properties file, the opt-in wizard automatically uses the properties from the file and the cloud configuration is created accordingly.
The properties file is a text file named marketingcloud.properties that you save in the working directory that the AEM process is using (typically the same directory as the JAR file). The file includes the following properties:
- analytics.server: The URL of the Analytics data center that you use.
- analytics.company: The company that is associated with your Analytics user account.
- analytics.username: Your Analytics user name.
- analytics.secret: The secret that is associated with your Analytics user name.
- analytics.reportsuite: The name of the Analytics report suite to use.
- target.clientcode: The client code that is associated with your Target account.
- target.email: The email address that you use to authenticate your Target account.
- target.password: The password that is associated with your email address.
Properties and values are separated with equal signs (=). The Analytics properties are prefixed with analytics
, and the Target properties are prefixed with target
. To configure a service, provide values for all the properties for that service. If you do not want to configure a service, provide no values for that service.
The following example .properties
file includes the property values for creating a cloud configuration for Analytics:
analytics.server=https://test.omniture.com/login/
analytics.company=MyCompany
analytics.username=sbroders
analytics.secret=12345678
analytics.reportsuite=myreportsuite
target.clientcode=
target.email=
target.password=
The following procedure describes how to opt into the integration using the properties file.
-
Create the
marketingcloud.properties
file in the working directory that the AEM process is using (author instance).NOTE
The working directory is usually the directory that holds the jar orlicense.properties
file.However, it can also be defined as an absolute path by the system property:mac.provisioning.file.container
-
Add the property values according to your Analytics and/or Target accounts.
-
Start or restart the server, and then log in using an administrator account.
-
Open the Configure Analytics & Targeting task as described in Configuring the Integration. Instead of requesting your account information, the wizard uses the values from the
.properties
file.Select Add for the appropriate service, then continue with the wizard.
About the Cloud Configurations
When you configure the integration with Analytics and Target, AEM automatically creates the required cloud configurations and frameworks. For example, the Analytics cloud configuration is called Provisioned Analytics Account.
You do not need to alter the cloud configurations. However, you can configure the frameworks as needed. (See Mapping Component Data with Adobe Analytics Properties and Add a Target Framework.)
reportsuite
is selected, then the framework is restricted to the publish run mode. This means that tracking only works on the publish instance.all
.Configuring the Setup and Provisioning via Script
As an administrator, you may want to trigger setup and provisioning with a script rather than manually stepping through the wizard. You can do so by:
- Sending a POST request to /libs/cq/cloudservicesprovisioning/content/autoprovisioning.json with the required parameters.
Which parameters you send depends on the following:
-
If you want to use the marketingcloud.properties file filled in with all the required credentials, then you must send the following parameters:
automaticProvisioning
=true
servicename
=analytics|target
path
=path to an AEM page to attach the created cloud services configs
For example, a curl request that creates both Analytics and Target configurations and attachs them to the we.retail page would be:
curl -v -u admin:admin -X POST -d"automaticProvisioning=true&servicename=target&servicename=analytics&path=/content/we-retail" http://localhost:4502/libs/cq/cloudservicesprovisioning/content/autoprovisioning.json
-
If you do not want to use the marketingcloud.properties file then you must send the credentials and parameters. For example:
- automaticProvisioning=
true
- servicename=
analytics|target
- path=path to an AEM page to attach the created cloud services configs; multiple paths can be defined
- analytics.server=
https://servername
- analytics.company=
Name of company
- analytics.username=
me
- analytics.secret=
secret
- analytics.reportsuite=
we-retail
- target.clientcode=
mycompany
- target.email=
me@adobe.com
- target.password=
password
In this case, the curl request that creates both Analytics and Target configurations and attachs them to the we-retail page would be:
curl -v -u admin:admin -X POST -d"automaticProvisioning=false&servicename=target&servicename=analytics&path=/content/we-retail&analytics.server=https://servername/&analytics.company=Name of company&analytics.username=me&analytics.secret=secret&analytics.reportsuite=weretail&target.clientcode=mycompany&target.email=me@adobe.com&target.password=password" http://localhost:4502/libs/cq/cloudservicesprovisioning/content/autoprovisioning.json
- automaticProvisioning=
Experience Manager
Adobe Experience Manager Sites at Summit
Register for these admin sessions:
- Elevate and Empower Teams with Agentic AI for Exceptional Experiences (attend online)
- Unlocking Content at Scale with Havas POP and Adobe GenStudio
- 3 Pillars of Purpose-driven Experiences: Trust, Data, and GenAI
- Revolutionizing Pharma Content Velocity & MLR with Automation & AI
- How Adobe Uses GenStudio to Supercharge Its Global Marketing Organization
Connect with Experience League at Summit!
Get front-row access to top sessions, hands-on activities, and networking—wherever you are!
Learn more