The following guide will help you to create a link to specific assets and categories of assets with the Marketing Asset Manager (MAM or also called the Marketing Library).  These links can be used internally within the platform for menu items, homepage links, microsite links and even in asset descriptions. If the links are used externally, be aware that a valid user login/session must be in place, or the user will be required to login.  These cannot be used for public viewing.

Link Directly to an email template and auto create the instance:
 
https://PLATFORMANME.dmplocal.com/main/index.php?p=email2.choose_template&pageaction=continue&template_id=[id] Where [id] equals the ID number of the template you want to create the instance from.

Point to one collateral item and have it pop up the details window in MAM view:
 
https://PLATFORMNAME.dmplocal.com/main/index.php?p=mam3.browse&filter[selected_collateral_id]=[collateral_id]

Examples

1. Show the PDFs category by default but allow users to browse categories outside the current category and show the cart
 
http://PLATFORMNAME.dmplocal.com/main/index.php?p=mam3.browse&filter[selected]=54&hide_cart_bar=false

2. Show PDFs category by default and make it the root category so users cannot browse to categories outside of it and show the cart (The category ID for the PDFs category in this example is 54)
 
http://PLATFORMNAME.dmplocal.com/main/index.php?p= mam3.browse&root_node_id=54

3. Show only one specific collateral type (email_templates in this case) and hide cart
 
http://PLATFORMNAME.dmplocal.com/main/index.php?p= mam3.browse&filter[asset_type]=email_template&hide_cart_bar=true

Collateral Type List
 
campaign_bundle, social_bundle, email_template, excel, image, pdf, ppt, pptx, word, saleskit, zip_file

 

&root_node_id=XX (numeric)

This allows you to specify to the Marketing Asset Manager page what category ID it should view as the top most category. The absence of this attribute will display the default top level category “Marketing Library" to display. This is only used if you want to restrict a user from being able to go to parent categories above what you specify in the Collateral Category hierarchy.  This is preferential to using names using &root_node as the Collateral Categories can be changed, usually by a number of different administrators, who may be unaware of the implications to changing the Collateral Category name.

You can find a Collateral Category ID by going to Manage Collateral Categories page, selecting the category you want and clicking Modify at the bottom. The ID will be exposed in the URL string of your browsers address bar.


Example:

http://123.dmplocal.com/main/index.php?p=mam3.browse?filter[asset_type]=pdf&root_node_id=70


&root_node=CategoryName(string)

This allows you to specify to the Marketing Asset Manager page what category NAME it should view as the top most category. The absence of this attribute will display the default top level category “Marketing Library" to display. This is only used if you want to restrict a user from being able to go to parent categories above what you specify in the Collateral Category hierarchy.  This is only used if you want to restrict a user from being able to go to parent categories above what you specify in the Collateral Category hierarchy.


Example:

http://123.dmplocal.com/main/index.php?p=mam3.browse?filter[asset_type]=pdf&root_node =Top.HTML_Templates

&filter[selected]=XX (numeric)


This attribute allows you to determine which category or subcategory is selected in the MAM view.  Just as if a user had clicked the Collateral Category. This, like its big brother 'root_node_id' only functions by using the Collateral Category ID.


Example:

http://123.dmplocal.com/main/index.php?p=mam3.browse?filter[asset_type]=pdf&root_node_id=70&filter[selected]=75

&filter[text_search]=searchterm (text)


This attribute allows you to define a search term to pass to the MAM search engine, which will in turn, run the search query and return the results.  It can be used in conjunction with root_node_id and filter[selected] to refine the results to a particular category of assets.

Example:


http://123.dmplocal.com/main/index.php?p=mam3.browse?filter[asset_type]=pdf&root_node_id=70&filter[selected]=75&filter[text_search]=Life Insurance

Loading a customization template directly:

Social Template:  You can use this link and accompanying attributes to fully load the customizer for a social template.

http://PLATFORMNAME.dmplocal.com/main/index.php?p=socialnetwork.instance&load_template=1&template_id=&collateral_id=44007

Usage Examples:

Show only assets of type 'PDF' in the subcategory_id=870 while displaying the entire Collateral Category structure that can be browsed by the user:

http://123.dmplocal.com/main/index.php?p=mam3.browse&filter[asset_type]=pdf&root_node_id=1&filter[selected]=870

Show only assets of type 'PDF' in the subcategory_id=870 with no other categories available for selection by the user:


http://123.dmplocal.com/main/index.php?p=mam3.browse&filter[asset_type]=pdf&root_node_id=870&filter[selected]=870


Show all email templates in the entirety of the Marketing Library:


http://123.dmplocal.com/main/index.php?p=mam3.browse&filter[asset_type]=email_template


Using a thumbnail of a particular asset as a visual link, make an href link directly to the MAM modal popup for that asset (ID = 87701) for the user to select customization or distribution options.  The entire Marketing Library Collateral Category structure would be available for the user to browse if the modal is closed:


http://123.dmplocal.com/main/index.php?p=mam3.browse&&filter[selected_collateral_id]=87701