Re: ListAccessibleCustomers Google Ads API

2019-03-18 Thread cv
Hello Bharani, No, as currently this is the only way to get all the accounts. But please do update as some of the thread says API team is looking where we can get account related info on simple way. Thanks, On Monday, 18 March 2019 20:10:59 UTC+5:30, googleadsapi-forumadvisor wrote: > >

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread cv
Hello Luis, I think Issue is with Ads API only and not from GCP Project, Because *Adwords API* is allowed me to use my developer token with same GCP project and same oAuth credentials. Please let me know regarding this. Thanks, On Tuesday, 19 March 2019 08:14:06 UTC+5:30,

Re: RateExceededError

2019-03-18 Thread Yang Yang
nerver mind. I got standard acess, so no longer capped by limit On Fri, Mar 15, 2019 at 3:29 AM googleadsapi-forumadvisor via AdWords API and Google Ads API Forum wrote: > Hi Yang, > > Just to further clarify, the rateScope=DEVELOPER counts all API calls > associated with the developer token

RE: Plausibility of automated monthly account backups through API?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi David, Unfortunately, there is currently no back up feature available in the AdWords API. You will have to make a *.get()* method request for each AdWords entity that you created (using their respective services) previously and store the information locally. Thanks and regards, Peter

RE: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, My apologies as I could no comment on the possibility of revoking the developer token in use for GCP Project as I specialized only on Google Ads API related issues/concern. However, I would recommend to seek help on the support team of Google API Console by selecting the *Help*

RE: GoogleAds V1: MISSING_TOS Clarification

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, That just means that if you are using the AdWords API only, you don't need to re-accept the new Terms and Conditions. Whereas if you are going to use the production ready Google Ads API, then you are required to re-accept the new Terms and Conditions. Regards, Luis Google Ads API

Re: GoogleAds V1: MISSING_TOS Clarification

2019-03-18 Thread Kevin
Thanks Luis, I found the page on my manager account, but for the test manager account I'm still seeing the issue that Ramanajee saw where I'm not able to sign the TOS. I've already posted on the other thread, but could you still provide me with details on making V1 calls on a test account?

Re: The caller does not have permission

2019-03-18 Thread Kevin
I'm having the same issue and I think it's important for us to be able to test using V1 before we move to using it in production. Can you provide us with details on how to do it on a test account, or provide justification for why we shouldn't be able to? -Kevin On Monday, March 18, 2019 at

Get "Audience Sources" warnings/issues

2019-03-18 Thread David Antunes
Hi, In the "Audience Sources" page in the Adwords UI there are several "issues"/"warnings" displayed (please see the image bellow) - can we get these through the API? Many thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to use the Google Ads API using REST Only

2019-03-18 Thread De1
Actually...now that I sat down to use this. This is the wrong list. What I need is the list of accounts I have access too, not the list of accounts under a manager account. When I log in to Google Ads I am presented with different accounts to click on (some individual some MCC), it is that list

Targeting In Google Ads Api

2019-03-18 Thread Martin Andrew
So I'm working on migrating from Adwords API to Ads api and I'm struck at one point, that is Targeting service. I cannot actually Target an Adgroup using the Ads API with either Topic or UserInterest as there are no examples available in the client libraries. I know that we have to create

Plausibility of automated monthly account backups through API?

2019-03-18 Thread david . holder
Hi, I'm looking to find a way to automatically backup our adwords accounts (200+) on a monthly basis. The main reason is as insurance, so that we can roll-back to a successful state if a junior tanks performance (quickly or slowly). Currently, I back up high-risk accounts using adwords

AuthenticationError.NOT_ADS_USER.

2019-03-18 Thread Reports1
Google API team, I get this error (Error: AuthenticationError.NOT_ADS_USER, FieldPath: , Trigger: ) The email address I used to generate the developer token has "email read" access in the MCC account and the developer Token was approved to Basic Level. I have a second email address that has

RE: using Service Account authentication in Google Ads

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Lucas, Could you please elaborate the need that is forcing you to use service accounts? As of now our client libraries does not support service accounts and examples are not available. Alternatively, you could use Installed app or Web app flow mentioned in this guide

RE: (Google Ads API - JAVA) research of Keywords

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Gintaras, You can use the GoogleAdsService to get the text from keyword_plan_keyword resource for the corresponding keyword_plan_ad_group_keyword

RE: How to change BiddingStrategySource for keywords?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Daniel, You will be able to set override the existing Keyword Bid strategies by updating the Bidding strategy type as None. This will clear the bidding strategy at the AdGroupCriterion level. Once this is done, you will be able to use the AdGroup level bid strategies to all your keywords.

RE: Ad Group level targeting is possible?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qaiser, You can use the AdGroupService and update the settings of your ad group. The targetAll

Re: Frequent time outs while accessing Adwords APIs

2019-03-18 Thread Carmine Pagliaro
Hi, since Saturday it works fine and fast. How I said probably the problem is AWS side, about routing table and routing protocol. Myabe they update the table. But it's my opinion. Best regards Carmine On Monday, March 18, 2019 at 2:10:26 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hi, > >

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The GEO_PERFORMANCE_REPORT is not yet available for Universal App Campaigns. Please keep an eye on our blogs for information related to the future releases. Regards, Sai Teja, AdWords API Team

RE: Requesting Token - Action not permitted.

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ankit, Could you please share the screenshot of the error you are facing while generating the Developer token to take a closer look? You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, AdWords API Team

Re: GoogleAds V1: MISSING_TOS Clarification

2019-03-18 Thread Caihua Du
Hi Luis Thanks for sharing. We are using our token to call AdWords APIs and everything is fine. According to the link you posted, it seems no action need to be taken if we are existing users, Can you clarify? Maybe the blog post

RE: PHP Google Ads - How to get descriptive_name for customer_client?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Our team is aware of the issue and is working on resolving this. I will let you know when there is a fix. As for now, instead of using listAccesibleAccounts, you can use a GAQL for a customer_client

RE: ListAccessibleCustomers Google Ads API

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Following up on this thread, please let us know if you need any additional assistance with this. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Google Ads API and Universal App Campaigns

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jordan, Thank you for sharing the details privately. Regret the delay. It looks like your account currently does not have any Universal App ads. Please find my response below: *it is expected that if the customer IDs are able to create UAC ads, then we should see ads from them in the Ad

RE: Frequent time outs while accessing Adwords APIs

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm working on finding the right contact on our side to dig into this further. I'll reply back as soon as I have an update. Thanks, Josh, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread Chirag eReportz
Hi Luis, There must be a way to revoke developer token in use for GCP Project, as sometimes we need to test out application on our developer token as some of the USER not comfortable to share standard token with anybody. Thanks, On Mon, Mar 18, 2019 at 3:41 PM cv wrote: > Hello Luis, > > I

RE: Google Ads V1.0 - Campaign label querying limitations

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thanks for pointing this out. I've reached out to our team to see if there's a better workaround we have for now or a way we can improve the usability here in the future. In the meanwhile, you can still get the results you want by using 2 queries. The first would fetch all campaigns in

RE: downloading all campaign data using date range is super slow

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Albert, I would suggest to split up the report into multiple reports by reducing the number of fields requested or decreasing the date range. Afterwards, you may do post-processing on your end to merge the reports into a single one. Let me know if you have further clarifications. Thanks,

Ad Group level targeting is possible?

2019-03-18 Thread Qaiser Javed
Hi, Please advice Is there a way to set targeting at Ad Group level. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread cv
Hello Luis, I understand your point, But issue here is I was using my developer token to test out new API and application have already 400+ accounts map with the current project and his developer token. I cannot ask him to relink those account again. I can take precaution not to use my token

Re: Requesting Token - Action not permitted.

2019-03-18 Thread ankit . goyal
On Monday, August 22, 2016 at 3:51:58 PM UTC+5:30, Peter Oliquino (AdWords API Team) wrote: > > Hi, > > We support AdWords API related cases and your case appears to be AdWords > UI related. You may contact them by posting your issue in their forums > page >

using Service Account authentication in Google Ads

2019-03-18 Thread lucas lober
Hello, I'm trying to connect to the Google Ads API using a service account authentication method but in the documentation looks like this is not possible yet using the client Library (I'm using the python one) https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2019-03-18 Thread rluo via AdWords API and Google Ads API Forum
Is there any update on GEO_PERFORMANCE_REPORT ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Re: The caller does not have permission

2019-03-18 Thread xinanhdung ryb
me to help me fix that tks all Le jeudi 14 mars 2019 14:40:08 UTC-7, Ramanajee Kandregula a écrit : > > Hi, > When we are using* Google Ads V0* it is working fine, > but when we are changing to* V1* then we are getting > > > *Status(StatusCode=PermissionDenied, Detail="The caller does not have

RE: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, If you are facing the same issue, then you could do the same steps to resolved this. You could create a new Google Cloud Project ID, obtain a new OAuth2 credentials from a client under that new project ID, and use those credentials in your requests with your standard developer token.

How to change BiddingStrategySource for keywords?

2019-03-18 Thread Daniel Fogt
Hello, How can I change BiddingStrategySource from keyword-level to adGroup-level? All my keywords have different bids, but now I want to use CpcBid which is setted to an adGroup. Is there any way to change it? E.g I have tried to change "biddingStrategyConfiguration" and set "cpcBidSource"

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-18 Thread cv
Hi, I am facing same issue. I want to use my standard access developer token. Is this way to allow the developer token and revoke the other one? Thanks, On Friday, 15 March 2019 06:44:35 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hi Rod, > > Upon further investigation, I found out that

RE: Google Ads V1.0 - Campaign label querying limitations

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jason, I was able to replicate the results on my test account. I will discuss this concern with the team and provide you with updates once available. Regards, Dannison Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: GoogleAds V1: MISSING_TOS Clarification

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kevin, You should accept the updated terms and conditions based on this blog post using your Google Ads *manager account* where you acquired your developer token and not your test account. This said, you must

RE: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kim, Your code snippet seems correct. However, to further investigate this, could you provide the complete SOAP request and response logs instead when you encountered the ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED error? Please reply via *Reply privately to author*. Thanks and

downloading all campaign data using date range is super slow

2019-03-18 Thread Albert Paolo Rogelio
hi. im downloading all campaign data to be save in my database so that we can have real data in our application. but it seems that it is super slow in doing so. is there any way to resolve this? like im downloading just 1 year campaign data in my manager account (100+ accounts) and 1hour have

RE: How to migrate to new API version?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Omar, To be able to migrate to AdWords API v201809 , I would suggest to download and use our latest client library which you could see on this guide