Ok for some reason, the .list() method to get all the available datasets doesn't return all the datasets. Maybe there is a limit on how many results get returned...
I had used .get() method instead to get the dataset I need. I still would like to know why list all of a sudden failed to work.. On Wednesday, November 24, 2021 at 9:22:12 AM UTC-6 Chris wrote: > I am trying to use script provided in the below link to try to use > BigQuery in the script. > > > https://developers.google.com/google-ads/scripts/docs/solutions/adsmanagerapp-bigquery-exporter > > However, "ReferenceError: 'dataset' is not defined." error message is > printed in the Logs. > The problem seems to be from the createDataset() method. Why is this > happening and how do I fix this error? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/896d343e-98fe-4199-8931-0cf275482146n%40googlegroups.com.
