ExportAnalyticsTags.xml

+

Search Tips   |   Advanced Search

 

<?xml version="1.0" encoding="UTF-8"?>

<request
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"
    type="export">

    <!-- This sample exports all tags. 
        In addition to all analytics tags (starting with 'com.ibm.portal.asa.')
        all tags (see tagging and rating) will be exported.
        
         Related sample files:
             CreateAnalyticsTags.xml 
             DeleteAnalyticsTags.xml
     -->
    <portal action="locate">
    
        <tag action="export" objectid="*"/>

        <!-- Export all tags with a specific locale in the system -->
        <!-- <tag action="export" objectid="*" locale="SPECIFIC_LOCALE"/> -->

    </portal>
</request>