Hi @ventio
Probably not through the UI but if you are familiar with PHP you can definitely output them into JS and send them to GTM.
Since fields are stored as post meta there might also be plugins available for you to add post meta to the DataLayer.
Cheers, Jory
Thread Starter
ventio
(@ventio)
is there a tutorial/description that shows how it can be done via JS or plugins?
Hi @ventio
No idea if there is one, this is outside of the realm of Pods.
There are WordPress core functions like get_post_meta
to pull metadata from the database and show them on your site.
I did find the following article that might help you: https://juliencoquet.com/en/blog/2014/01/22/data-layer-google-tag-manager-for-wordpress/
Cheers, Jory