Thanks. I filed a GitHub issue for this: https://github.com/ronalfy/metronet-tag-manager/issues/2
I’ll try to fix it this weekend.
In the meantime, maybe use post_category instead.
I have example code you can use here: https://github.com/ronalfy/metronet-tag-manager#filtering-variables
This is fixed with version 1.1.0
It seems like the input field now accepts the category.
Although, the category itself is not populated in the datalayer.
the post_category did not work either.
Am I the only one getting this error?
category and post_category are not default fields because people can have other taxonomies they’d rather use instead. I made these fields filterable so you can define your variables and output whatever you want to the dataLayer.
I have example code here for displaying post categories: https://github.com/ronalfy/metronet-tag-manager#filtering-variables
You’d place the code into your theme’s functions.php file or a site-specific plugin.