sgpascoe

Results 9 comments of sgpascoe

That's fantastic! I've got the first example up and running now, but struggling with only returning the actual search term. I've tried search_terms.attributes or search_terms.search_term_view or search_terms.search_term_view.search_term but I can't...

This did the job! ` var stfinaldata = []; const stimportdata = Object.values(result); for(let i = 0; i < stimportdata.length; i++){ let stnarrowdata = Object.values(stimportdata[i]); let stsinglefinal = stnarrowdata[0].search_term; stfinaldata.push(stsinglefinal);...

@WillCooter It currently says `message: 'A shared set with this name already exists.',` I'm looking for any reference to customer.sharedSets.create within Google's API documentation and trying to tie it to...

OK, So I've figured the Second error is due to me trying to use a variable for the match type ``` let matchType = BROAD; await customer.sharedCriteria.create([ { shared_set: resource_name,...

@WillCooter I'm now returning resource_name successfully from my first function, to create the shared set. However I'm still stuck on the last hurdle. If the set already exists, it catches...

ok... This is how I now check if a list exists, create it if it doesn't, and return it if it does. ```ts async function createnewlist(){ console.log('Checking for negative list...

> @sgpascoe This error is coming from Google rather from this library, I am not sure what it means. You will have to consult [Google's API docs](https://developers.google.com/google-ads/api/reference/rpc/v11/overview) or ask the...

@WillCooter After attaining a new refresh token and fixing the issue a week ago, I am today getting the same error. Is there a problem with the refresh token generator...

Oh god yes please I don't want to visit this page every week