Re: Google ads api ad data

2022-07-08 Thread pmoe...@binaerpark.de
Try your query here: https://developers.google.com/google-ads/api/fields/v10/ad_group_query_builder You will see: Fix your query to address the errors below and re-submit. - 'ad_group_ad.name' is not a valid field in the SELECT clause when 'ad_group_ad' is the resource in the FROM clause.

Re: Refresh Token Expiration Problem

2022-06-30 Thread pmoe...@binaerpark.de
I have the same problem. The problem with state 'in production' is that a lot of stuff is required (what makes sense if it really is public and in production). But we just use it internally and only from one account, A service account would make more sense but is only available for Google worksp

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
gle Ads account. > > I am getting USER_PERMISSION_DENIED while making google ads API call to > export user to my clients google ads account. > Thanks, > Ajit > > On Friday, June 17, 2022 at 4:04:40 PM UTC+5:30 pmoe...@binaerpark.de > wrote: > >> Hej Ajit, >>

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
, > Ajit > > On Friday, June 17, 2022 at 4:04:40 PM UTC+5:30 pmoe...@binaerpark.de > wrote: > >> Hej Ajit, >> >> you will need: >> developerToken -> you find in the manager account >> loginCustomerId -> the customer no. of the manager account

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
Hej Ajit, you will need: developerToken -> you find in the manager account loginCustomerId -> the customer no. of the manager account clientId -> you find it in your oauth authentication console clientSecret -> same here All this values you have to put in a ini/config file (client) CUSTOMER_ID

How to update customizer with Google sheets instead of csv file?

2022-06-17 Thread pmoe...@binaerpark.de
Hello, at the moment I can't manage to bulk upload the customizer values via Google Sheet. Although it's offered. And I can't find a example sheet how it should look like. Bulk Upload via csv file works well!! Any suggestions and tipps? Thanks Patrik -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to avoid having to get new refreshtoken every 7 days

2022-06-10 Thread pmoe...@binaerpark.de
Hello! As I understand I have to get a new refreshtoken every 7 days if the webapp is public. As we only use it internally and as a webservice for us it makes only sens to authorize the app once and use the refreshtoken afterwards. BUT: serviceaccounts are only usable for google workspace cu