DeleteAnalyticsTags.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="update">

    <!-- This sample deletes analytics tags.
        
         Related sample files:
             CreateAnalyticsTags.xml 
             ExportAnalyticsTags.xml
         
         NOTE: This sample assumes that the CreateAnalyticsTags.xml sample was executed before.  
     -->
    <portal action="locate">

        <!-- Delete the analytics tags created by sample CreateAnalyticsTags.xml -->
        <tag action="delete" objectid="ZCI_B1L68B1A00DO80IG7PCV0I6000"/>
        <tag action="delete" objectid="ZCI_B1L68B1A00DO80IG7PCV0I7000"/>

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

    </portal>
</request>