RE: [Ads API Beta] MerchantCenterLinkService always seems to return with "internal error"

2019-10-28 Thread Google Ads API Forum Advisor Prod
Hello Matej, The bug related to the MerchantCenterLinkService is resolved now. Please give it a try and let me know if you have any further concerns. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxDW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Ads API: Can't run AuthenticateInStandaloneApplication

2019-10-28 Thread Google Ads API Forum Advisor Prod
Hi Marty, Thank you for reaching out. I see that you are having an issue with the Java client library. Our team only deals with API related concerns so I recommend posting to the GitHub Issue Tracker as our client library team would be better equipped to assist you regarding this issue.

Re: Ads API: Can't run AuthenticateInStandaloneApplication

2019-10-27 Thread Marty Rosse
It doesn't look like the exec-maven-plugin is configured correctly in the POM: https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/pom.xml On Saturday, October 26, 2019 at 4:52:15 PM UTC-7, Marty Rosse wrote: > > When following the Google Ads API Java client library

Re: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-08 Thread 'Linas Medžiūnas' via AdWords API and Google Ads API Forum
Hello, apparently, soft delete is being used for ad_group_criterion resource, and the query that I posted returns already removed criteria. I have found a way to avoid the issue by adding a WHERE condition to my query: ad_group_criterion.status != 'REMOVED' I believe we can consider this closed

RE: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing all the details to troubleshoot the issue. Regret the delay as I was checking this internally with the team. Could you please check the status of the ad group criteria that you are trying to remove? We suspect that this criteria is already removed and hence you are

RE: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hello, We are taking a look into this issue. We will have an update for you soon. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKMAt3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Ads API Code Sample: response ads in python

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hi Matthew, We do not have the Python code samples available to create Responsive Display Ads. We will be happy to walk you through the process. Could you please share details on the errors you are receiving while creating the Responsive Display ads? Thanks, Bharani, Google Ads API Team

RE: [Ads API Beta] MerchantCenterLinkService always seems to return with "internal error"

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello Matej, Our team is aware of this issue. I will update you once I have more information on this Bug. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxDW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Ads API Average Position

2019-07-04 Thread cv
Thanks, On Thursday, 4 July 2019 13:36:12 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Looking at your query, it does not appear that you have included the > metrics.search_absolute_top_impression_share >

RE: Ads API Average Position

2019-07-04 Thread Google Ads API Forum Advisor Prod
Hi, Looking at your query, it does not appear that you have included the metrics.search_absolute_top_impression_share and metrics.search_top_impression_share fields. Upon checking as well, the Customer view currently does not support all three fields, including the

RE: ads api send invitations to be managed or just receive?

2019-07-03 Thread Google Ads API Forum Advisor Prod
Hello, Yes, you can extend an invitation using the CustomerClientLink with status PENDING while authenticating as a manager account. When authenticating as a client account, you will need to accept the invitation using the CustomerClientLink with status ACTIVE. Please refer to this guide and

Re: Ads API - BudgetOrderService / consolidating billing support?

2019-06-24 Thread joel
It happens on every request. On Monday, June 24, 2019 at 2:37:56 PM UTC-4, adsapiforumadvisor wrote: > > Hi Joel, > > Thank you for reaching out, and apologies that you're running into this > issue. Are you receiving this error message on every request, or is it > intermittent? > > Thanks, >

Re: Ads API - BudgetOrderService / consolidating billing support?

2019-06-24 Thread Google Ads API Forum Advisor Prod
Hi Joel, Thank you for reaching out, and apologies that you're running into this issue. Are you receiving this error message on every request, or is it intermittent? Thanks, Ben Karl, Google Ads API Team ref:_00D1U1174p._5001UCYeM6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ads API - BudgetOrderService / consolidating billing support?

2019-06-21 Thread joel
Thank you for the detailed reply! I've made the following modifications but now the mutateBillingSetup() call returns an internal error. The request id is in the error below - any thoughts? Thanks! -Joel WARN [com.google.ads.googleads.lib.request.summary] <15:32:26> {unknown:-1}

RE: Ads API - BudgetOrderService / consolidating billing support?

2019-06-20 Thread Google Ads API Forum Advisor Prod
Hi Joel, Thank you reaching out. The equivalent field to BudgetOrderService in Google Ads API is using AccountBudget, AccountBudgetProposal, BillingSetup and PaymentAccount resource. Please refer to migration document for more information. For your second concern, please refer to the guide,

RE: [ads API (v1)] Internal error encountered.

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hello Seungha, Could you please try using the below snippet to get the latest version of the GoogleAdsServiceCleint instead? GoogleAdsServiceClient googleAdsServiceClient = googleAdsClient.getLatestVersion().createGoogleAdsServiceClient() Your query looks good, please try the above snippet

RE: Ads API ExtensionFeedItem partial failures support

2019-05-31 Thread Google Ads API Forum Advisor Prod
Hi Alec, We currently do not have a complete list of services that support partial failures. You will have to refer to the documentation of each of the service's mutate request (ex. MutateAdGroupRequest) and see if the partial_failure field is supported. As for the ExtensionFeedItemService,

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello, I actually tested this exact query on my own account before providing it to you, and it definitely does not require any knowledge of the manager ID in order to work. Can you share exactly what you're doing and what error you're seeing? Regards, Mike, Google Ads API Team

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-24 Thread Bas van Steen
Hi Mike, Thank you for the respons. But it seems that I also need a MCC client id for this call... Bas Op donderdag 23 mei 2019 16:21:16 UTC+2 schreef adsapiforumadvisor: > > Hello, > > Use the GoogleAdsService to run the following query: > > SELECT customer_manager_link.manager_customer FROM

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hello, Use the GoogleAdsService to run the following query: SELECT customer_manager_link.manager_customer FROM customer_manager_link WHERE customer_manager_link.status = ACTIVE This will return the resource name of all active manager links from your current logged in customer. This can be

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-23 Thread Bas van Steen
Hi Mike, Thank you for the respons. I'am using the Python library, but it looks like there is no service to get the active customer - manager links. Is that correct? With kind regards, Bas van Steen Op donderdag 23 mei 2019 14:14:47 UTC+2 schreef adsapiforumadvisor: > > Hello, > > You should

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hello, You should be able to fetch the manager account's resource name of an account's parent account by fetching a CustomerManagerLink. For example: SELECT customer_manager_link.manager_customer FROM customer_manager_link WHERE customer_manager_link.status = ACTIVE Regards, Mike, Google Ads

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-23 Thread Bas van Steen
Hi Dave, I understand that. My question is how I can get the client id of the mcc account. I only have the client id of the account I need connection with. The OAuth connection is sometimes made with a mcc account. They filled in the client id of another account which is under the mcc. I

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hi Everyone, The old API and the new API are merely the same with regards to this. The difference in the new API is you would need to set the login-customer-id to access a client account from your manager account. If you generated your OAuth credentials using your root MCC, all client accounts

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Oliver
Wow.. if what Bas is saying is true, this is a major showstopper! There might be no way of finding out info about the parent MCC because the authenticated user might not have permission. Even if he has permission, why does the new API work like this?It's a perfectly common scenario for

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Bas van Steen
Hi, I understand that part, but the question is how can I see that when I am using the API. Our customers are already connected via the Oauth connection. In the old API I can make a request without knowing if the account is under MCC. But in the new one I have to know. My question is how can I

RE: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You would need to set the login-customer-id if your access to the customer account is through a manager account. This header is required and must be set to the customer ID of the manager account. To check if the client is under a MCC, in Google Ads UI, you need

RE: Ads API: New Customer auto_tagging_enabled IMMUTABLE_FIELD, no validateOnly option also?

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Joel, The error indicates that you cannot set the auto-tagging while creating the account. You will first need to create an account and then perform the mutate operation to set the auto-tagging. Please find the code snippet below as a reference: CustomerServiceClient

RE: Ads API vs AdWords API - difference in accounts

2019-04-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vadim, In your AdWords API call, you have excluded the sub MCC's which might be a cause that you have seen less results. The customer_client will return all the accounts the are manageable(including sub MCCs) by the MCC account that is specified in the API call. Currently it is not

RE: Ads API V1 not using proxy settings

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Eva, It looks like the issue is specific to the .NET client library. We suggest that you post your concern on the .NET Github issue tracker so the library owners will be able to take a look. Thanks, Bharani, Google Ads API Team

RE: Ads api (python sdk) example error

2019-03-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Wei, It might be due to the temporary glitches in the Google Ads servers or the size of the report you are pulling. When you are facing such errors, please wait for some time and make the API calls again. If you are seeing the error continuously, please share the complete logs of the

Re: Ads API Stability

2018-12-27 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wes, Since the Google Ads API is still in beta, it is not recommended to use this for production as of the moment because some of the features are not yet available. It would be better to test the Google Ads API for test accounts in the mean time to let you get used to the environment. You

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I'm afraid we don't have a list of limitations for google-ads-php. However, what you could see on the Shopping Ads guide for Google Ads API Beta is only the available. Regards, Luis AdWords API Team On Friday,

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread Paweł Jóźwik
Ok, now I see. I was reading ads (google-ads-php) documentation and tried to run it with AdWords (googleads/googleads-php-lib) api. Is there a list of google-ads-php limitations? Thank you. W dniu piątek, 23 listopada 2018 04:18:30 UTC+1 użytkownik Luis Xander Talag (AdWords API Team)

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
HI, Could you confirm if what you meant by Ads API is you are using the AdWords API ? If so, you could see here the complete guide on how

Re: Ads API operations limits

2018-07-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Don, Google Ads API has the same operation limits as AdWords API. If the rate exceeds, you will get a QuotaError.RESOURCE_EXHAUSTED error. So overall, the rate limit guide from

Re: Ads Api is hanging in GCloud

2018-07-03 Thread abaltser13111
That works, thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads

Re: Ads Api is hanging in GCloud

2018-07-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you try to open the developer console using Google Chrome's incognito mode? Let me know if it works. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Ads API - policy violation and exemption requests

2014-03-14 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, I think you have most part correct. Here's the complete flow a. send a mutate call, to add a keyword/add. if the mutate fails: I) If error is exemptable: a. resend call, with an attached exemption request; call should always return a reference to the Keyword/Ad; Keyword/Ad

Re: Ads API - policy violation and exemption requests

2014-03-12 Thread Vlad Zloteanu
Anash, Thank you for your help. Looking through code examples, I think I have misunderstood the error handling workflow. I need my system to be always informed of the changes in the approval status of my keywords/ads, and I want to send an exemption request each time it is possible (we never

Re: Ads API - policy violation and exemption requests

2014-03-11 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, A) Are you doing the following? If yes, let me know, I'd investigate this further. (a) Send a mutate(), call fails. (b) Send another mutate, this time with exemption request. Call succeeds. (c) Do a get(), keyword from (b) is missing. B and C): You should send the request back

Re: Ads API - policy violation and exemption requests

2014-03-10 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, You will be able to retrieve the keyword to see if it was approved or not. Is that what you are looking for? Cheers, Anash On Wednesday, March 5, 2014 5:04:14 AM UTC-5, Vlad Zloteanu wrote: Hello, Thank you all for your responses. After sending an exemption request, is there a

Re: Ads API - policy violation and exemption requests

2014-03-10 Thread Vlad Zloteanu
Hi Anash, I have no direct way to retrieve the keyword, MutateJobService does not return any reference, only the error message. I can only poll the keywords list and search there, unless I'm missing something. A. For my (first) problem, let me give you a common scenario: 1. Keyword 'false

Re: Ads API - policy violation and exemption requests

2014-02-20 Thread Jeremy Aube
Typically the workflow is that if there is an immediate policy violation, you will get an error for that ad with the policy violation, at which point you can submit an exemption request. Most libraries should have some sort of example code to show you how to do this. For an ad marked pending

Re: Ads API - policy violation and exemption requests

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, 1. No, all ads submitted through any service (MutateJobService, AdGroupAdService) undergoes review. A good share of the ads are reviewed automatically, some requires a manual review and can take time. 2. The exemption applies to one ad at a time (i.e. if you have two ads that violate

Re: Ads API - policy violation and exemption requests

2014-02-19 Thread Vlad Zloteanu
Hello Anash, Thank you for your answer, it is very helpful. I would like to confirm with you: what is the exact use case of an exemption request? (through API) Should we send an exemption request immediately after an ad is marked as 'pending review'? Or should we wait the decision, then

<    1   2