Hi Raul,
Non, I continue with the problem. Bing doesn't recognize the tag made in DTM.
I will answer Alexis' questions in bold
DO you know how Bing make its check ?
Verify Ownership of Your Website
To complete the addition of a new site to your account, you need to verify that you own the site by proving ownership. There are three ownership verification methods. Click the option best suited for your site and follow the on-screen instructions:
- XML File authentication: Click BingSiteAuth.xml to save the custom XML file, which contains your customized ownership verification code, to your computer, and then upload the file to the root directory of the registered site.
- Meta tag authentication: Copy the displayed <meta> tag with your custom ownership verification code to the clipboard. Then open your registered site’s default page in your web development environment editor and paste the code at the end of the <head> section. Make sure the <head> section is followed by a <body> tag. Lastly, upload the revised default page file containing the new <meta> tag to your site.
- Add CNAME record to DNS: This option requires access to your domain hosting account. Inside that account you would edit the CNAME record to hold the verification code (series of numbers and letters) we have provided you. When complete, we can see this information and verify your ownership of the site.
Does it check the source code (DOM) before the page is loaded or after the page is loaded?
I tried to do sequential HTML (trigger rule as top of page). Expected result as exemple :
Option 2: Copy and pase a <meta> tag in your default webpage
You can add a <meta> containing the authentication code to the <head> section of your default webpage.
<meta name="msvalidate.01" content="OFC3...."/>
Example:
<html>
<head>
<meta name="msvalidate.01" content="OFC3 ...." />
<title> Your SEO optimized title </title>
</head>
<body>
page contents
</body>
</html>
The original source code of your page will not contain any code served by DTM.
Bing doesn't recognize DTM instruction. Our hypothesis is that Bing is reading the html head, it finishes then DTM tryes to send instruction.
Thank you for your help
Frank