Expand my Community achievements bar.

SOLVED

Retrieving Dynamically Updated Values from Webpage

Avatar

Level 2

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:

URL: https://www.chevrolet.com/cars/sonic-sedan-small-car/build-and-price/config

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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.