Is there anyway to dynamically grab a data element? Say grab Vehicle Color after a user picks a color and navigates to the "Summary" tab on the below URL:
Another example of dynamically grabbing a data value might be scraping a SPA once a form is submitted to grab information from the served "Thank You Screen", or even grabbing the value from the ajax request itself as it is made.
Data element values are grabbed the first time they are called. You could have a rule that is triggered after the color grabber is used that then grabs the value and stores it in the data element.
Data element values are grabbed the first time they are called. You could have a rule that is triggered after the color grabber is used that then grabs the value and stores it in the data element.