Are data elements processed based on the tags using them or are they processed at a specific time on the page?
For example, a data element using custom JS is configured to pull a text value from an HTML <A> tag that isn’t available until the middle of the <body> tag. If I have a tag that fires in the head and another that fires in at the closing body, will the header tag not include that data element but the footer tag would?