The ACPM certification is specific to the French market.
We call Piano Analytics Tagging the events.send method, which lets you generate events with associated properties.
Example of a page view:
tag.events.send('page.display', // Event name
{
'page': 'page name', // Event properties
'page_chapter1': 'chapter 1' ,
'page_chapter2': 'chapter 2' ,
'page_chapter3': 'chapter 3'
});
This tagging is indeed compatible with the ACPM certification, as are the new Piano Analytics SDKs.
Some rules still need to be followed, however: ACPM tagging: what is not allowed.
You must also make sure to submit the page's full URL through the tagging: How do I collect a page's full URL?