Retrieving Dynamically Updated Values from Webpage | Community
Skip to main content
Level 2
January 24, 2019
Solved

Retrieving Dynamically Updated Values from Webpage

  • January 24, 2019
  • 1 reply
  • 1948 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

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.

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
April 10, 2020

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.