أنت تعرض محتوى المساعدة للإصدار:
- 6.4
- 6.3
- الإصدارات الأقدم
If you are an Adobe Marketing Cloud customer, you can integrate with the Unified Developer portal (UDP) to utilize the Smart Tagging cloud service from within Adobe Experience Manager (AEM).
First, create an integration public key in UDP using a public gateway. Next, create a profile at your AEM instance using the appplication ID that you obtain from the gateway.
Use this configuration to utilize UDP APIs for the Smart Tagging cloud service within AEM. At the backend, the AEM server authenticates your profile with the gateway and then allocates a port to communicate with UDP.
Here are the key tasks involved in configuring the Smart Tagging cloud service:
- Creating UDP integration
- Configuring AEM instance
- Optional settings
Before you can use the Smart Tagging cloud service, ensure the following:
- You must have your organization provisioned in Adobe Marketing Cloud.
- You must have an AdobeID account that has Administrator privileges on this organization.
- AEM Assets Smart Tags Service is enabled for your organization.
If you think you have one or more of these prerequisites missing, contact Adobe to fulfill the requirements.
To be able to use Smart Tagging cloud service APIs, first create an integration within UDP to generate information, such as API Key, Technical Account Id, Organization Id, and Client Secret that you will use in your integration profile within AEM.
ملاحظة:
You require system administrator rights in the Marketing Cloud organization to be able to create UDP integration.
-
Access UDP from https://www.adobe.io/console.
-
Use the following command to create a public key:
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out smart-tags-adobe-io.crt
For more information around how to create public keys, see Creating a self-signed certificate.
-
Use the values for Technical Account ID, Organization Id, Client Secret, Authorization Server, and API key to configure Smart Tagging cloud service in AEM.
After you generate the authentication details from UDP, use them to configure Smart Tagging cloud service in your AEM instance. Creating an Smart Tagging cloud configuration lets UDP authenticate API requests from AEM instance. Configuring the integration in AEM includes:
- Enabling the AEM Smart Tag Assets feature flag
- Configuring the Smart Tagging cloud service in AEM
- Enabling auto-tagging in the Update Asset workflow
ملاحظة:
If you are running an AEM 6.2 instance, you are required to download a feature pack. For details around obtaining the feature pack, contact Adobe Support.
-
Set the service url to https://mc.adobe.io/marketingcloud/smartcontent.
-
Set the appropriate URL for the authorization server. Use the host name for the aud key in the payload of the integration that you created earlier.
"aud" : "https://ims-na1.adobelogin.com" //This implies the auth server is https://ims-na1.adobelogin.com
ملاحظة:
Enter only the first part of the URL, for example, enter “https://ims-na1.adobelogin.com” for “https://ims-na1.adobelogin.com/xxxxx."
-
Set the other values, for example the API Key, Technical Account Id, Organization Id, and Client Secret that you generated in step 10 of UDP Integration.
-
$ openssl pkcs12 -export -in private-key-crt -out keystore.p12 -name similaritysearch -noiter -nomaciter
You can validate the keystore using a tool, such as KeyStore Explorer.
You can optionally configure the following functionalities for Smart Tags cloud services within AEM:
- Assets Smart Tags service
- Assets Smart Tags Periodic Job
-
Set the following parameters:
- Indexed rendition: Can be set to any rendition type
- max.tags.name: Maximum number of smart-tags that can be associated with an asset
- min.tag.confidence.name: The threshold confidence level below which the tags are ignored
ملاحظة:
To obtain an optimal threshold for your use case, Adobe encourages you to experiment with the value of min.tag.confidence.name.
When the periodic tagging workflow is triggered for folders that include a large number of assets, it consumes significant system resources, which can slow down other operations on your AEM instance. For optimal performance of your instance, you can configure the maxmimun number of assets that the workflow can process each time it runs. This way, you can perform other operations normally on your instance even when the periodic tagging workflow runs in the background.
When you upgrade from AEM 6.1 to 6.3, you should manually create oak indexes for smart tags. These indexes are shipped with 6.3.
-
Using the index structure specified in the attached XML file as reference, create the following nodes and configure their properties as mentioned below:
تنزيل
- simsearchVersion
- jcr: primaryType: nt:unstructured
- name: jcr:content/metadata/simsearchVersion
- nullCheckEnabled: true
- propertyIndex: true
- predictedTags
- index: true
- isRegexp: true
- jcr:primaryType: nt:unstructured
- name: jcr:content/metadata/predictedTags/*/name
- propertyIndex: false
- predictedTagsConfidence
- index: true
- isRegexp: true
- jcr:primaryType: nt:unstructured
- name: jcr:content/metadata/predictedTags/*/confidence
- propertyIndex: false
- simsearchVersion