Hello everyone, i want to scrap this GA4 events using data scraping, but the result return me with “Undefined”, what is the best way to do this ?
Welcome to the community
Can you try woth for eqch ui element activity
Also if you give idx as 1 it would always go to the first one only……increasing idx will move to similar elements
Also looks like the innertext is not matching with what you need…so you can try for eqch ui element activity indicate the field you need and inside it use get visible text activity or get text and change the option to visible and pass the current element in the input elment option in the properties panel
Cheers
Hi Anil, thanks for your reply
So i increase my idx to 99 and add this line from ui explorer after clicking “screen_view”
still return me with nothing, can you please help. Thank you
xml editor is not to be editted…you need to edit the selector…please edit the proper one.
and as suggested try with for each ui element and get visibale text or get text with visible property
cheers
Hi Anil, im sorry i dont understand what you mean with edit the selector, should i change my method from “Data scraping” to select text ?
and as for get visible property is like this ?
Let me know, thank you