Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Employee

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
Employee

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.