Expanded Dynamic Search Ad: Description2 support in Google Ads API

2019-05-24 Thread Caihua Du
Hi there, It looks like current Google Ads API still doesn't support description2 field for Expanded Dynamic Search Ads: https://developers.google.com/google-ads/api/docs/fields/ad_group_ad. Can you please let me know the plan for this field? Thanks, Caihua. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to update a shopping product partition tree (Python)

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Ben, Yes, you should be able to update the product partitions created. Regards, Sai Teja, AdWords API Team ref:_00D1U1174p._5001UAqX0x:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Getting report totals in new Google Ads API

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Dorian, I understand your concern. I will let my team know and update you when I have more information. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqWq9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

RE: Error StatusCode=ResourceExhausted, Detail="Resource has been exhausted (e.g. check quota)

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Priya, Regarding the resource exhausted error, Could you please elaborate the scenario that you are trying? The RESOURCE_EXHAUSTED error that you encountered means that a system frequency limit has been exceeded due to too many requests in a short period of time. I would suggest you to se

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Bryan I am Ejay's team member working on your concern. The error PRODUCT_PARTITION_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS occurs when you are not using the same kind of dimesion types for the units in the same subdivision. I see that under the same SUBDIVISION you are trying to include

RE: Using LIMIT without ORDER BY in a query for customer_client results in server error

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Chirag, I see that my team is already assisting you on that thread. Please continue the discussion on that thread to maintain continuity. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UAqVnT:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

Re: TargetingIdeaService RequestType STATS with Google Ads API

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Gaddy, The existing AdWords API will return fresh starts even after March 2019. If you are seeing any discrepancy, please elaborate your concern and share the complete SOAP logs using reply privately to the author option to investigate further. Regards, Sai Teja, Google Ads API Team ref:

RE: All reports have no data but UI shows data

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Erik, Mobile APP engagement campaigns also deprecated and no longer supported via API. Hence you can create universal APP campaigns only via API. While coming to the Mobile APP installs, it is one of the UAC kind Ad which helps you to increase the APP installations for your APP by advert

Re: Creating Responsive display ads with google ads api

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Vinuntha! Thanks for the question and apologies for the prolonged back and forth. The asset field on an AdImageAsset is indeed a StringValue so you're setting it correctly in your code snippet. However the string itself is not arbitrary, it must be the resource_name of an existing Asset. Not

RE: Device enum inconsistency in new ads api vs UI.

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Jordan, The client library versioning is different from the Google Ads API release version numbering. The client library commit usually indicates the changes specific to which version of the API. The nuget package is updated and is available here. Let me know if you have any questions. Tha

How to update a shopping product partition tree (Python)

2019-05-24 Thread Ben
Hey, I managed to create shopping product partition trees based on the following example: https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/shopping/add_product_partition_tree.py However, in case the partition needs to change e.g. a new product needs to be

Re: Getting report totals in new Google Ads API

2019-05-24 Thread Dorian Kind
Hi, just wanted to follow up on this. A reporting use case that we encounter quite frequently is to aggregate metrics for a specific set of campaigns of an account (e.g. "How are all my campaigns for product X doing?"). With the Adwords API, we can use the campaign report, set up appropriate f

RE: customer_client view not working as expected

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello, I'm also able to reproduce this issue when trying to filter on that field. I have filed a bug with our engineering team to investigate, and I'll update here when I have any updates to share. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5001UAqVn4:ref -- -- =~=~=~=~=~=~=~=~=~=~=

RE: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello Robert, In talking to some of my teammates, I have also found out that we are aware of this specific problem. Since "try to guess what page size will actually fall under the 4MB limit" is obviously not a reasonable guidance, we are looking into ways that we can additionally guarantee that

Error StatusCode=ResourceExhausted, Detail="Resource has been exhausted (e.g. check quota)

2019-05-24 Thread Priya
Hi API Team, I am working on Google Ads API V1.0 using .net client library and a test account . API calls was working fine . Now I am getting below mentioned error when I make a create customer api call or any get api call. e.g get customer API call. *StatusCode=ResourceExhausted, Detail="

Re: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2019-05-24 Thread Robert Heise
Hello Mike, thank you for the response. At our company we're using both the ruby and the java client libraries for Google Ads API. In the Java client lib the page size can be specified. I wonder whether client libraries could handle the optimal page size themselves, since exposing a row-based

RE: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, the 4MB limit is based on the underlying gRPC protocol, so there's nothing we can do to increase that overall byte limit. However, we are working on a feature that will allow downloading of search query results as a whole, either streaming or by some other mechanism, which

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 ref:_00D1U1174p.

RE: Google Ads REST API - Block IP Address - Get All Blocked IP addresses

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hello, Glad to hear you're mostly up and running! To get the specific IP address, try using campaign_criterion.ip_block.ip_address. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5001UAq6wm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: TrafficEstimatorSelector considers budget?

2019-05-24 Thread Marcos Gil Fuertes
Ok, thanks. But is it working properly? I set it to 10 times the current budget of my campaign and got, for example, same estimation for impressions. Regards El viernes, 24 de mayo de 2019, 12:39:03 (UTC+2), adsapiforumadvisor escribió: > > Hi Marcos, > > Thank you for reaching out. > > The Tr

RE: TrafficEstimatorSelector considers budget?

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Marcos, Thank you for reaching out. The TrafficEstimatorService takes the campaign budget as a factor when making traffic estimates. You may refer to this guide for more information. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAqVdK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: how to get client_customer status under a mcc customer

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Wei, The Google Ads API currently will no longer return inactive accounts. You will first need to re-enable them ( through this help center ) before you can use them once more in your API requests. Also, my apologies as I cannot further comment as to how you are able to use certain features

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: Using LIMIT without ORDER BY in a query for customer_client results in server error

2019-05-24 Thread cv
Hello Bharani, It is not working with any where clause as well. I created issue here which might be same as this. https://groups.google.com/d/msg/adwords-api/LAW0JsNwpP0/504PF5cuBQAJ Thanks, On Thursday, 16 May 2019 00:42:26 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hi Dorian, > > Than

customer_client view not working as expected

2019-05-24 Thread cv
Hello, customer_client view not working with where clause as define here. $query = 'SELECT customer.time_zone, customer.currency_code, customer.descriptive_name, customer.manager,

Re: Creating Responsive display ads with google ads api

2019-05-24 Thread Vinutha Nayak
Hi Peter, As I have told, I have searched everywhere possible and the link that you have given me is from AdwordsAPI and I am using googleAds api .. it is totally different and cannot be used and referred to as a replacement for another. I did some more trial and error and I tried this ; res

Re: Traffic Estimator Service question

2019-05-24 Thread Marcos Gil Fuertes
Something to do with the budget? Maybe, it's limiting the traffic... El viernes, 13 de abril de 2018, 17:55:12 (UTC+2), Peter escribió: > > > Hi, > I've been trying out the Traffic Estimator Service to see how much traffic > a keyword gets with different max CPC bids. In general I get higher volu

Re: All reports have no data but UI shows data

2019-05-24 Thread Erik Lilja
Hello Sai, Thanks for your answer. Are "Mobile App Engagement" the same thing as "Mobile App Install Campaigns"? Could you please clarify what these two terms are and if they relate to each other? On Tuesday, May 14, 2019 at 4:49:41 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hello Erik,

Re: Offline Conversions with New API

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Nick, I am a colleague of Dave, allow me to provide support for your concern. This error was also implemented in the previous API (AdWords API. The error was called TOO_RECENT_CLICK. You may check it in this guide. Let me know if you have further clarifications. Regards, Dannison Google Ads

Re: Campaign Insights breakdown

2019-05-24 Thread Zied Chaari
Hi Bharani, Yes that's it, I didn't set the includeZeroImpressions to true. I thought it is a default value. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Creating Responsive display ads with google ads api

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, My apologies for the inconvenience of having no current guides or examples specific to the Google Ads API. However, you may note that the service names and fields involved in creating the ResponsiveDisplayAd in the Google Ads API is still similar to the ones used in the old AdWords

TrafficEstimatorSelector considers budget?

2019-05-24 Thread Marcos Gil Fuertes
Hi all, I'm testing the TrafficEstimatorSelector and was wondering about the budget... does it affect the results? If so, how? Can I try several budgets to compare different estimations? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

RE: CustomerExtensionSettingService is not returning all extension settings.

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Neil, We have not identified any issues yet at this moment. Our friend, Daniel has not written back yet, hopefully he can now, thanks to you bumping this thread. :) Furthermore, to help us in our investigation, could you send to us privately, the complete SOAP request and response logs? Th