I'm trying to create webscrape to capture the results from a google analytics site using
https://ga-dev-tools.google/ga4/query-explorer/
Can this be done as I struggle to get any of the objects within the sheet.
I'm trying to create webscrape to capture the results from a google analytics site using
https://ga-dev-tools.google/ga4/query-explorer/
Can this be done as I struggle to get any of the objects within the sheet.
no login data = no response... sorry
No worries, all it requires is a simple google logon so I wouldn't have thought it was super hard for people to access.
The elements that I'm trying to get to looks to be created using MUI since all of the properties have mui names in them. For example I would like to be able to make a selection in a drop down, which has the following code:
<div class="MuiAutocomplete-root MuiAutocomplete-fullWidth MuiAutocomplete-hasClearIcon MuiAutocomplete-hasPopupIcon css-vtpdau" data-testid="account">
<div class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-feqhe6">
<label class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeSmall MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeSmall MuiInputLabel-outlined css-12gdyo2" data-shrink="true" for=":r4:" id=":r4:-label">account</label>
<div class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-sizeSmall MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-1x9ug21"
<div aria-invalid="false" autocomplete="off" id=":r4:" type="text" class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-b52kj1" aria-autocomplete="list" aria-expanded="false" autocapitalize="none" spellcheck="false" role="combobox" value="Account1"
I'm not sure if this makes it any easier to reply, but I thought it was worth a shot. If it can't be done I will need to look at other options.