I'm wondering if it's possible to 'sync' the dataLayer between an iframe and it's parent page.
The situation:
- I have a parent page with a GTM container and a hardcoded dataLayer.
- In that parent page I have an iframe with the same GTM container.
What I want to do is read the dataLayer in the parent from the iframe, ideally through the Tag Manager (Macros). The variable can be updated from the parent page, but the iframe should only read the data.
Is this possible? Google is pretty hazy about the issue and I can't really find a decent answer.