(QA Environment) Kategorieseite / Category
Beschreibung
Der „Category“ UIM-Tag wird auf Seiten verbaut, die den Einstieg in eine Produktkategorie darstellen. Der „Category” UIM-Tag wird zur Wiederansprache von Usern verwendet, die keine detaillierten Kaufsignale auf Produktebene im Shopping-Bereich hinterlassen, aber eine Produktkategorieseite besucht haben. Hieraufhin werden bei der Werbemittel Auslieferung Bestseller o.ä. Produkte aus der jeweiligen Kategorie angezeigt.
Beispiel URL
UIM-Tag
<script type="text/javascript">
window.dprt_data = {
event_type : "category", // Please do not change this value.
category_id : "", // ID of the category.
category_name : "", // Name of the category.
feed_id : "", // (optional) If different from default feed.
uuid_netid : "", // (optional) netID. Omit if not available.
privacy_law : "gdpr", // Possible values: gdpr, ccpa, ...
privacy_consent : "1" // Defines if a consent was given by the user. Possible values: 1 if consent is granted, 0 if not.
};
</script>
<!-- Loading script asynchronously -->
<script type="text/javascript">
(function(a,b,c,d){
a='https://s.uicdn.com/t/qa/iq/uim/[advertiser]/dprt.js';
b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
})();
</script>
<script type="text/javascript">
window.dprt_data = {
// Mandatory variables
event_type : "category", // Please do not change this value.
uuid_netid : "", // (optional) netID. Omit if not available.
privacy_law : "gdpr", // Possible values: gdpr, ccpa, ...
privacy_consent : "1", // Defines if a consent was given by the user. Possible values: 1 if consent is granted, 0 if not.
// Variables for direct-mail retargeting solution
temp_id : "", // (optional) ID of the template in the lettershop
merk4_id : "", // (optional) placeholder for possible future usage
// Variables for online retargeting solution
category_id : "", // ID of the category.
category_name : "", // Name of the category.
feed_id : "", // (optional) If different from default feed.
};
</script>
<!-- Loading script asynchronously -->
<script type="text/javascript">
(function(a,b,c,d){
a='https://s.uicdn.com/t/qa/iq/uim/[advertiser]/dprt.js';
b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
})();
</script>