Contents
This is an postman project to build the tag property created in Adobe Experience League Target tutorial using the Launch API. This automates the creation of the final launch property for adding target onto an AEM website.
This process has been reimaged as a generic import/export process for any launch property and this project will no longer be updated. The new import/export tool can be found in the launch-api-automations project. This git project can still be used as a POC for creating various requests using the Launch API.
Note: Adobe Experience Platform Launch has been rebranded to Adobe Experience Platform Tags. These terms may be used interchangably throughout this documentation.
- Checkout requests-and-tips.md to learn more about each of the requests and their caveats.
- Use the Helper Requests.postman_collection.json to run GET requests to list properties, data elements, rules, extensions, and more.
- Reactor (Tags) API reference
- Have access to Adobe Experience Platform Tags (Launch)
- Postman is installed
- You will need to create is a postman environment with the example.postman_environment.json. Directions to create this file can be found in create-environment.md.
- Import into Postman:
- postman_environment.json. If you don't have this file created, see the prerequisites.
- Tag property for Target tutorial using APIs.postman_collection.json
- Run the imported collection
- If you would like to complete the entire usecase from the Experience League tutorial you will need to use the tutorial to:
- Create an AEM author/publish environment with the WKND project installed
- Create an IMS configuration for Launch in AEM (if you're using Cloud Service, this is auto created)
- Create a Launch configuration with the tag property created from this project
- Test the tag property on the publish environment website.