<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/clients/76869b8997566a53c9ca7baa6485bb9f/sites/meteco.fr/wp-content/themes/neori/functions.php</b> on line <b>1048</b><br />
	<script>
	
	jQuery(document).ready(function($) {
		const t_timer_interval = 50;
		var c_message_index = 0;
		var c_time = 0;
		const t_timer = setInterval(quartz, t_timer_interval, t_timer_interval);
		var i_message_array = ["Quel est le meilleur outil pour scraper des données ?","Comment centraliser mes données web et social media ?","De quel outil puis-je me passer ?","Comment organiser un processus de veille ?","Comment optimiser notre processus de veille ?","Je passe un temps fou sur ce fichier Excel...","Si seulement je pouvais produire ce rapport automatiquement","Depuis le départ de Julie, plus personne ne sait faire...","Ce livrable ne sert à rien..."];
		var message_index_array = Array.from(i_message_array.keys());
		c_message_index = message_index_array[Math.floor(Math.random() * message_index_array.length)];

		var message_css_index_array = [0, 1, 2, 3, 4, 5];

		function switch_message() {

			c_message_index_new = message_index_array[Math.floor(Math.random() * message_index_array.length)];
			if (c_message_index_new == c_message_index ) {
				c_message_index_new = c_message_index + 1;
			}
			c_message_index = c_message_index_new;

			$( "#message_bar" ).html(i_message_array[c_message_index]);

		}
		
		function hide_message() {
			$( "#message_bar" ).attr("class", "message_bar message_bar_hidden");			
		}

		function show_message() {
			c_message_css_index = message_css_index_array[Math.floor(Math.random() * message_css_index_array.length)];
			c_message_css = "message_bar message_bar_" + c_message_css_index;
			$( "#message_bar" ).attr("class", c_message_css);			
		}

		hide_message();
		switch_message();
		show_message();

		function quartz (i_timer_interval) {
			c_time += i_timer_interval;
			switch (c_time) {
				case 5000:
					hide_message();
					break;
				case 6100:
					switch_message();
					show_message();
					c_time = 0;
					break;
			}
		}
	});
	</script>
		<script>
	
	jQuery(document).ready(function($) {
		const t_lc_timer_interval = 50;
		var c_lc_time = 0;
		var c_lc_index = 0;
		var c_lc_id_forefront = "one";
		const t_lc_timer = setInterval(lc_quartz, t_lc_timer_interval, t_lc_timer_interval);

		const t_lc_dict = {
			0 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-UGE-Glowing.png",
				"alt" : "Université Gustave Eiffel - Master Communication"
			},
			1 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-TotalEnergies-Glowing.png",
				"alt" : "TotalEnergies"
			},
			2 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Transperfect-Glowing.png",
				"alt" : "Transperfect Translations"
			},
			3 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Havas-Paris-Glowing.png",
				"alt" : "Agence Havas Paris"
			},
			4 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-BearIdeas-Glowing.png",
				"alt" : "Agence BearIdeas"
			},
			5 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-UBFC-Glowing.png",
				"alt" : "Université de Bourgogne Franche-Comté"
			},
			6 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Avisa-Partners-Glowing.png",
				"alt" : "Avisa Partners"
			},
			7 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-SOS-Racisme-Glowing.png",
				"alt" : "SOS Racisme"
			}
		}

		const t_lc_index_array = [0, 1, 2, 3, 4, 5, 6, 7];

		function get_next_lc_index(i_lc_index) {
			if (t_lc_index_array.includes(i_lc_index + 1) ) {
				return i_lc_index + 1;
			} else {
				return 0;
			}
		}

		function set_carousel(i_lc_id, i_lc_index) {
			$( "#lc_" + i_lc_id + "_image").attr("src", t_lc_dict[i_lc_index]["picture_url"]);
			$( "#lc_" + i_lc_id + "_image").attr("alt", t_lc_dict[i_lc_index]["alt"]);
		}

		function give_other_lc(i_lc_id){
			if (i_lc_id == "one") {
				return "two";
			} else {
				return "one";
			}
		}

		function order_lc() {
			c_lc_id_behind = give_other_lc(c_lc_id_forefront);
			$( "#lc_" + c_lc_id_behind).addClass("lc_behind");
			$( "#lc_" + c_lc_id_forefront).addClass("lc_forefront");
			$( "#lc_" + c_lc_id_forefront).removeClass("lc_behind");
			$( "#lc_" + c_lc_id_behind).removeClass("lc_forefront");
		}	

		function initiate_lc() {
			c_lc_index = t_lc_index_array[Math.floor(Math.random() * t_lc_index_array.length)];
			set_carousel("one", c_lc_index);
			set_carousel("two", get_next_lc_index(c_lc_index));
			order_lc();
		}

		function slideleft_lc() {
			$( "#lc_" + c_lc_id_forefront).addClass("lc_slideout_animation");
			$( "#lc_" + give_other_lc(c_lc_id_forefront)).addClass("lc_slidein_animation");
		}


		function switch_lc() {
			c_lc_id_forefront = give_other_lc(c_lc_id_forefront);
			order_lc();
			$( "#lc_" + give_other_lc(c_lc_id_forefront)).removeClass("lc_slideout_animation");
			$( "#lc_" + c_lc_id_forefront).removeClass("lc_slidein_animation");
			c_lc_index = get_next_lc_index(c_lc_index);
			set_carousel(give_other_lc(c_lc_id_forefront), c_lc_index);
		}

		initiate_lc();

		function lc_quartz(i_lc_timer_interval)
		{
			c_lc_time += i_lc_timer_interval;
			switch (c_lc_time) {
				case 5000:
					slideleft_lc();
					break;
				case 7000:
					switch_lc();
					c_lc_time = 0;
					break;
			}
		}
	});
		
	  </script>	<script type="text/javascript" id="zsiqchat">
		var $zoho=$zoho || {};
		$zoho.salesiq = $zoho.salesiq || {widgetcode: "c0f453d70dc16181842e4f8a9a99292c1c5bcdf12a07712b4e42bbf397d586b3", values:{},ready:function(){}};
		var d=document;s=d.createElement("script");
		s.type="text/javascript";
		s.id="zsiqscript";
		s.defer=true;s.src="https://salesiq.zoho.eu/widget";
		t=d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(s,t);
	</script>
		<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/clients/76869b8997566a53c9ca7baa6485bb9f/sites/meteco.fr/wp-content/themes/neori/functions.php</b> on line <b>1048</b><br />
{"id":1771,"date":"2022-11-08T18:46:24","date_gmt":"2022-11-08T17:46:24","guid":{"rendered":"https:\/\/www.meteco.fr\/?page_id=1771"},"modified":"2022-11-10T16:02:56","modified_gmt":"2022-11-10T15:02:56","slug":"gouvernance-data-veille-analyse-donnees","status":"publish","type":"page","link":"https:\/\/www.meteco.fr\/de\/gouvernance-data-veille-analyse-donnees\/","title":{"rendered":"Ihre Daten verwalten und Ihre Prozesse optimieren"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesezeit: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">Minuten<\/span><\/span>\n\n\n\n\n<div id=\"message_bar\" class=\"message_bar\">\n<\/div>\n\n\n\n<p class=\" translation-block\">In den letzten zw\u00f6lf Jahren habe ich <strong>\u00fcber Hundert Tools genutzt und getestet<\/strong>: Monitoring-Plattformen, Scraping- und Growth-Hacking-Tools, L\u00f6sungen f\u00fcr die Verwaltung von sozialen Netzwerken (SMM), Datenvisualisierungssoftware, Browsererweiterungen, usw.<\/p>\n\n\n\n<p class=\" translation-block\">Ganz zu schweigen von den zahlreichen Tools zur Sammlung, Verarbeitung und Analyse von Daten, die ich selbst in <strong>R<\/strong>, <strong>Python<\/strong>, <strong>Node.js<\/strong> und <strong>JavaScript<\/strong> f\u00fcr meinen eigenen Tagesbedarf als Datenanalytiker und Monitoring-Spezialist entwickelt habe.<\/p>\n\n\n\n<p class=\" translation-block\">F\u00fcr internationale und lokale Marken und Unternehmen habe ich Pl\u00e4ne zur <strong>Data Governance<\/strong> ausgearbeitet, indem ich die <strong>verf\u00fcgbaren Tools rezensiert<\/strong> und deren <strong>Nutzung in den verschiedenen Abteilungen untersucht<\/strong> und dokumentiert habe.<\/p>\n\n\n\n<p class=\" translation-block\"><strong>Effizienzgewinne<\/strong> resultieren nicht nur aus der <strong>besseren Nutzung von Tools<\/strong> und der Befolgung von Prozessen, sondern auch aus der <strong>verbesserten Gestaltung von Deliverables<\/strong>: Studien, Berichte, Warnungen, Bilanzen und Barometer. Inwiefern dienen diese wirklich ihrem Zweck? W\u00e4re es an der Zeit, sie von Grund auf zu \u00fcberarbeiten?<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long.png\" alt=\"\" class=\"wp-image-1815\" width=\"527\" height=\"696\" srcset=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long.png 997w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long-210x300.png 210w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long-716x1024.png 716w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long-768x1098.png 768w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/engineering-de-long-8x12.png 8w\" sizes=\"auto, (max-width: 527px) 100vw, 527px\" \/><\/figure>\n<\/div>\n\n\n<p class=\" translation-block\">Aus den unten angef\u00fchrten Fragen ergibt sich ein <strong>neuer Beratungsbedarf<\/strong>, welcher ich Ihnen dank langj\u00e4hriger Erfahrung in der <strong>digitalen Umwandlung in Sachen Kommunikation und Marketing<\/strong> anbieten kann:<\/p>\n\n\n\n\n\n\n<ul class=\"low_lineheight has-cyan-bluish-gray-color has-text-color wp-block-list\">\n<li class=\" translation-block\"><strong>Wer verwendet wirklich<\/strong> diese Tools, die mich jedes Jahr so viel Geld kosten?<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Welche L\u00f6sung<\/strong> brauche ich f\u00fcr....?<\/li>\n\n\n\n<li class=\" translation-block\">Warum all dieser <strong>Zeitverlust<\/strong>? Ich habe das Gef\u00fchl, das Rad jedes Mal neu zu erfinden...<\/li>\n\n\n\n<li class=\" translation-block\">Wie kann ich <strong>meine Daten zentralisieren<\/strong>? Mit SEO-Daten und Social-Media-Daten am selben Platz?<\/li>\n\n\n\n<li class=\" translation-block\">Wie k\u00f6nnten die Community managers besser mit dem Intelligence-Team <strong>zusammenarbeiten<\/strong>?<\/li>\n\n\n\n<li>Was sind die <strong>Bed\u00fcrfnisse<\/strong> der Teams in Bezug auf Daten?<\/li>\n\n\n\n<li class=\" translation-block\">Wer braucht unbedingt eine <strong>Ausbildung<\/strong> zur Nutzung dieses Tools?<\/li>\n<\/ul>\n\n\n\n<p>Schon mal irgendwo geh\u00f6rt? Lassen Sie uns dar\u00fcber reden!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Entdecken Sie unsere anderen Dienstleistungen:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\" translation-block\"><a href=\"https:\/\/www.meteco.fr\/de\/la-production-de-vos-veilles-et-analyses\/\" target=\"_self\">Wir f\u00fchren Ihr Monitoring and Ihre Analysen durch <strong>[production]<\/strong><\/a><\/li>\n\n\n\n<li class=\" translation-block\"><a href=\"https:\/\/www.meteco.fr\/de\/la-production-de-vos-veilles-et-analyses\/\" target=\"_self\">Ihre Praxis dauerhaft verbessern <strong>[training]<\/strong><\/a><\/li>\n<\/ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"lc_container\" class=\"lc_container\">\n\t<div id=\"lc_one\" class=\"lc_element\">\n\t\t<div id=\"lc_one_image_container\" class=\"lc_image_container\">\n\t\t\t<img decoding=\"async\" id=\"lc_one_image\" class=\"lc_image\" src=\"\" alt=\"Italian Trulli\">\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"lc_two\" class=\"lc_element\">\n\t\t<div id=\"lc_two_image_container\" class=\"lc_image_container\">\n\t\t\t<img decoding=\"async\" id=\"lc_two_image\" class=\"lc_image\" src=\"\" alt=\"Italian Trulli\">\n\t\t<\/div>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesezeit: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">Minuten<\/span><\/span> In den letzten zw\u00f6lf Jahren habe ich etwa 100 \u00dcberwachungs- und Analysetools getestet und verwendet: \u00dcberwachungsplattformen, Scraping- und Growth-Hacking-Tools, Social-Media-Management-L\u00f6sungen (SMM), Software zur Datenvisualisierung, Browser-Erweiterungen usw. Die meisten dieser Tools wurden von mir selbst entwickelt. Ganz zu schweigen von den zahlreichen Tools zum Sammeln, Verarbeiten und ...<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1771","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/comments?post=1771"}],"version-history":[{"count":9,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1771\/revisions"}],"predecessor-version":[{"id":1865,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1771\/revisions\/1865"}],"wp:attachment":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/media?parent=1771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}