Re: 403 forbidden when call google ads restful API

2021-08-10 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Anyway, I have sent a email to googleadsapi-supp...@google.com with all the details Thanks Daniel 在2021年8月10日星期二 UTC+8 下午3:14:45 写道: > Hi Ernie, Yes, I haven't received any reply after I reply in private and > even I can not found my replies. > > To make the conve

Re: 403 forbidden when call google ads restful API

2021-08-10 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Hi Ernie, Yes, I haven't received any reply after I reply in private and even I can not found my replies. To make the conversion more efficient. Can we talk it just in email? Please send email to dc...@marinsoftware.com Thanks, Daniel 在2021年8月10日星期二 UTC+8 下午2:05:14 写道: > Hi Daniel, > > Thank yo

Re: 403 forbidden when call google ads restful API

2021-08-09 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Thanks, I have send you the infos in private. 在2021年8月9日星期一 UTC+8 下午2:41:05 写道: > Hi Daniel, > > Thanks for reaching out to us. > > Could you please provide us with the following information so we could > investigate further? > >1. Complete *Request* > >

Re: 403 forbidden when call google ads restful API

2021-08-06 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
PS: It works fine when call AdWords API with the same credentials. Since no need to pass the logInCustomerId in AdWords API. 'Daniel Chen' via AdWords API and Google Ads API Forum < adwords-api@googlegroups.com> 于2021年8月6日周五 下午7:48写道: > Hi, > > I am using the google ad

403 forbidden when call google ads restful API

2021-08-06 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Hi, I am using the google ads restful API to download cost reports https://googleads.googleapis.com/v8/customers/$clientCustomerId /googleAds:searchStream I passed thhis in the headers: loginCustomerId is the mcc accountId "login-customer-id" -> loginCustomerId, Then I got the the following erro

Why can not get adGroupCriterion.bidModifier and adGroupCriterion.qualityInfo.qualityScore in keyword_view

2021-06-30 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Hi, I would like to get ad_group_criterion.quality_info.quality_score and ad_group_criterion.bid_modifier from keyword_view. But they are not appearing in the response result. My query sql is like bellow: SELECT campaign.id, ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.effec

How to join multiple tables in GAQL?

2021-06-22 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Hi, I want to get the campaign bid modifiers and campaign budge amount along with the keyword performance report. Can I join campaign and campaign_criterion tables? SELECT segments.date, campaign.id, ad_group.id, ad_group_criterion.criterion_id, segments.device,

Some questions about download performance report via google ads api restful endpoint

2021-06-21 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Hi there, I have some questions when trying to download performance report via google ads api, restful endpoint: https://googleads.googleapis.com/v8/customers/$ clientCustomerId/googleAds:searchStream My query is like bellow: *SELECT segments.date, campaign.id

Re: OAuth 2.0 Playground

2021-06-21 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Including this header is equivalent to choosing an account in the Google Ads UI after signing in or clicking on your profile image at the top-right corner of the page. When specifying the customer ID, be sure to remove any hyphens (—), for example: 1234567890, not 123-456-7890. Test Testoviy 于202

Re: Google Ads API Insufficient authentication scopes error

2021-06-20 Thread &#x27;Daniel Chen&#x27; via AdWords API and Google Ads API Forum
Hi Sriram, Are you using restful API or client libraries? I have tried the restful API and get the reports successfully. Some notes might be helpful for you: 1) The clientCustomerId is a long value, not a string, without "-" 2) Need to pass the login-customer-id=6642246847 if the account is marin