How can I locate the Fragment ID And Content Template ID for a visual fragment / Content template in Adobe Journey Optimizer?
Solved! Go to Solution.
Views
Replies
Total Likes
You will find it in the browser URL when you open the respective fragment or content template.
Fragment
Example - https://experience.adobe.com/#/@<tenant>/sname:dev/journey-optimizer/fragments/<fragmentId>/publications/99489f31-20ee-4bee-b4a5-969f20955d4b
Content Template
Example - https://experience.adobe.com/#/@<tenant>/sname:dev/journey-optimizer/content-templates/details/<templateId>/email
To locate the Fragment ID and Content Template ID for a visual fragment or content template in Adobe Journey Optimizer, follow these steps:
Access Adobe Journey Optimizer: Log in to Adobe Journey Optimizer.
Navigate to Content: Go to the "Content" section from the main navigation menu. This is where you'll find content templates.
Find the Template: Look through the list of content templates or use the search functionality to find the one you're interested in.
Open the Template: Click on the content template to open it.
Locate the Template ID:
Check Template Details: Sometimes, the ID might also be found in the template's properties or settings.
Access Adobe Journey Optimizer: Log in to Adobe Journey Optimizer.
Navigate to Visual Fragments: Go to the "Visual Fragments" section.
Find the Fragment: Browse through the list of visual fragments or use the search functionality to locate the specific visual fragment.
Open the Fragment: Click on the visual fragment to view its details.
Locate the Fragment ID:
Check Fragment Details: Sometimes, the ID might also be available in the fragment's properties or metadata.
If you have access to Adobe's APIs, you can also use them to retrieve IDs:
API Documentation: Check Adobe’s API documentation for the endpoints related to content templates and visual fragments.
Make API Calls: Use the relevant API endpoints to fetch details about content templates and visual fragments. The response usually includes the IDs you're looking for.
By following these steps, you should be able to locate the Fragment ID and Content Template ID you need in Adobe Journey Optimizer.
Best regards,
MEIT MEDIA (https://www.meitmedia.com)
Contact Us: infomeitmedia@gmail.com
You will find it in the browser URL when you open the respective fragment or content template.
Fragment
Example - https://experience.adobe.com/#/@<tenant>/sname:dev/journey-optimizer/fragments/<fragmentId>/publications/99489f31-20ee-4bee-b4a5-969f20955d4b
Content Template
Example - https://experience.adobe.com/#/@<tenant>/sname:dev/journey-optimizer/content-templates/details/<templateId>/email
Thanks @MeitMedia @dugganab
@dugganab @MeitMedia I want to include an this ID in my email template using personalization. How can I do that?
Views
Replies
Total Likes
Hello @Ajo_WisdomChase ,
Please refer to below URL to know end to end process :-
Best regards,
MEIT MEDIA (https://www.meitmedia.com)
Contact Us: infomeitmedia@gmail.com
Views
Replies
Total Likes
You can include it from the WSYWIG editor or use it on the following lines for Fragments
{{!-- [acr-start-fragment] --}}{{ fragment id="ajo:99a6c063-511c-4871-87a8-00516a3a40b5" name="Luma Newsletter" mode="inline" }}{{!-- [acr-end-fragment] --}}
Reference - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/email/design-email/add-content/us...
In case of content templates, you can refer to the WSYWIG way of doing it.
Reference