Site Tools


Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
tonavenir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tonavenir [2026/03/26 11:42] selimtonavenir [2026/03/26 11:49] (current) selim
Line 1: Line 1:
-  * [[reporting|Reporting]] +Client depuis 2010.\\ Gérante Sophie Laborde Balen.
-  * [[carte.tonavenir.net]] +
- +
- +
-====== Reporting ====== +
- +
-===== Google Analytics ===== +
-Utilisation de Google Tag Manager ; événements prévus : +
-  * **clic btn interne Tan** : tous les boutons ayant la class //boutontonavenir// à l'exception des pages : ^\/conseillere?-d?orientation[a-z-0-9]*\/$|^\/coach-orientation-[a-z-0-9]*\/+
-  * **clic_email_conseiller** : clic sur les liens a href mailto sur les pages ^\/conseillere?-d?orientation[a-z-0-9]*\/$|^\/coach-orientation-[a-z-0-9]*\/+
-  * **clic_telephone_conseiller** : clic sur les liens a href tel sur les pages ^\/conseillere?-d?orientation[a-z-0-9]*\/$|^\/coach-orientation-[a-z-0-9]*\/+
-  * **Envoi formulaire conseiller** : post d'un formulaire sur les pages  ^\/conseillere?-d?orientation[a-z-0-9]*\/$|^\/coach-orientation-[a-z-0-9]*\/+
-  * **Envoi formulaire devenir conseiller** : post d'un formulaire sur la page /devenir-franchise-dans-le-domaine-de-lorientation-scolaire +
-  * **vue page conseiller** : consultation d'une page ^\/conseillere?-d?orientation[a-z-0-9]*\/$|^\/coach-orientation-[a-z-0-9]*\/$|^\/pres-de-chez-moi\/$|^\/conseil-en-orientation-dans-ma-ville\/+
- +
- +
-====== Reporting ====== +
-===== Requêtes SQL CMS ===== +
- +
-==== MailPoet ==== +
- +
-A finir :  +
-  SELECT title FROM `wp_mailpoet_newsletters` WHERE  deleted_at IS NULL AND sent_at > '2023-09-01' AND sent_at < '2024-12-31' ORDER BY sent_at DESC; +
- +
-Récupérer les nb d'envoi, clic, ouverture et afficher avec une vue regroupant ces infos +
- +
- +
-==== Formulaires ==== +
- +
-  SELECT * FROM wp_postmeta WHERE post_id IN ( +
-  SELECT ID FROM `wp_posts` where post_title = 'View Form Submission' AND post_status = 'publish' AND post_date < '2024-12-31' AND post_date > '2023-09-01') LIMIT 1,10; +
- +
- +
-===== Requêtes SQL app Symfony Conseillers ===== +
- +
-==== Dossier supprimés par utilisateur/conseiller ==== +
- +
-  SELECT f.username, count(d.id) as 'Dossiers supprimés' FROM Dossier d, fos_user f +
-  WHERE d.fos_user_id = f.id +
-  AND d.status = 4 +
-  GROUP BY d.fos_user_id +
-  ORDER BY count(d.id) DESC; +
-   +
-   +
-   +
-===== carte.tonavenir.net ===== +
  
 +[[https://www.tonavenir.net|www.tonavenir.net]]
tonavenir.1774525357.txt.gz · Last modified: by selim