Re: Service account

2022-10-04 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Let me explain all my steps. 1. I've created service account in my project in https://console.cloud.google.com/. 2. I've created key and get creds from json file. 3. My admin configure domain wide delegation for this service account, scope https://www.googleapis.com/auth/adwords 4. I have a user

Service account

2022-10-03 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi there! I'm trying to use service account to make requests to google ads api. It is failed on refresh access token with error 401 Unauthorized. If I use service account email as service account user email I can get auth token, but then I have a NOT_ADS_USER error. But if I use an email of user

Strange results in keyword_view

2022-09-30 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I have strange results in the keyword_view depends on selected attributes. If I choose some attributes + bidding_strategy.id + ad_group_criterion.labels + segments.date I have no results. But if I delete one of these fields - I have some results. If I choose only these fields I also have some

Changing conversions after conversion window expired

2022-08-30 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! Is it a normal situation when all_conversions and conversions values are changed after conversion window expired? For example, I had an all_conversions value as 28.22 in April, and conversion window as 30 days. On June 1 the value was still 28.22. But then in June I've seen that the value b

No results in keyword_view when adding bidding_strategy fields

2022-04-08 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I have noticed that I receive zero rows result in my keyword_view when adding bidding_strategy.id or bidding_strategy.name fields. What is the reason of omitting rows? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Different clicks and cost in the geographic_view/user_location_view

2022-02-28 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I'm trying to get data from geographic_view and user_location_view, but I see different results when adding some segments (i.e segments.geo_target_city) *curl --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header "Content-Type: application/json" --header "developer-token: ${DEV_

Different responses between Google Ads API and AdWords API

2022-02-17 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I'm sending 2 requests for different APIs and receive different responses: for AdWords API: *curl --request POST --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header "developerToken: ${DEV_TOKEN}" --header "clientCustomerId: ${CUSTOMER_ID}" --data "__rdquery=SELECT Id, Cost, Cr

customer.optimization_score_weight always has different value

2022-02-11 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! When I'm trying to get a report that contains *customer.optimization_score_weight* attribute I always receive a different value. Seems like the value for this field is always calculated in runtime even though I have *segments.date* in the past. For example I want to *select customer.id, cu