We’ve migrated our documentation to a new site, which means some URLs have changed. If you hit a broken link, submit a support ticket.
Analytics
English French
English French

Is Piano Analytics event-based tagging compatible with the ACPM?

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?

Last updated: