Re: BatchJobService.ListBatchJobResults returns Internal error

2022-07-29 Thread Javier Val Lista
Hi everybody, We are having exactly the mentioned error, and the retries do not solve it either. It seems like a problem or perhaps a drop in the Google Ads service. I hope you can help us and solve it as soon as possible. Regards On Friday, 29 July 2022 at 08:24:14 UTC+2 wes...@channable.com w

AgeDimension usage example

2022-06-30 Thread Javier Val Lista
Hello everyone, I want to create a campaign so that it only impacts people over 18 years of age. Looking in the documentation, I think I should use *AgeDimension*: https://developers.google.com/google-ads/api/reference/rpc/v11/AgeDimension?hl=en The problem is that I don't know how to use it

v11 and MediaUtilities

2022-06-17 Thread Javier Val
Hello everyone! I just upgraded from v10 to v11. I am checking that some classes that I am using change namespaces. They are the following: *OAuth2Flow*, *FieldMask *and *MediaUtilities*. In v10, it was necessary to import Google.Ads.GoogleAds.Util. Now in v11 it gives compilation error, and it

v11 and Display campaigns

2022-06-16 Thread Javier Val
Hello everyone! I just upgraded from v10 to v11. I'm doing tests, and I see that I can no longer create Display-type campaigns. I had read that from August they would no longer be available. Has this date been brought forward or is it a v11 feature that no longer includes this functionality?

Limit on the number of accounts within a test account

2022-04-06 Thread Javier Val
Hello! Every time we run our integration tests, we are creating accounts within our MCC test account. So I have the following question, is there a limit on the maximum number of accounts we can create? The fear is that at some point in the future, our integration tests will fail because we can

Error creating test accounts: Request contains an invalid argument

2022-04-04 Thread Javier Val
Hello! In one of my integration tests, I am creating test accounts with the following format: *string.Format("{0}_{1}", "Create_Account_Name", DateTime.Now.ToString("ddMM_hhmmss")).* For example, Create_Account_Name_04042022_125948. Until today, it has worked fine for me. But now the test

Re: Status Mapping in PolicySummary.ApprovalStatus

2022-03-29 Thread Javier Val Lista
Hello, Without intending to be annoying, do you have any estimate of when you might have a response? I need to plan the last steps of the API migration. Thank you very much. Best regards *Javier Val* | .NET Engineer & Team Lead [image: web] business.tiendeo.com <https://www.linke

ImageAd.Name is empty

2022-03-29 Thread Javier Val
Hello, I am trying to retrieve the information of the Ads and their associated images. I am using the following query: @"SELECT campaign.id, ad_group.id, ad_group_ad.policy_summary.policy_topic_entries,

Re: Status Mapping in PolicySummary.ApprovalStatus

2022-03-22 Thread Javier Val
Ok, thank you very much for the feedback. Regards El lunes, 21 de marzo de 2022 a las 17:48:22 UTC+1, adsapi escribió: > Hello, > > Not yet. I am following up with some experts on this to make sure I get > the right info, and will let you know as soon as I've got a solid answer. > > Regards, >

Re: Status Mapping in PolicySummary.ApprovalStatus

2022-03-18 Thread Javier Val
Hello! Do you have any news on this topic? Thank you very much. All the best El martes, 15 de marzo de 2022 a las 9:14:13 UTC+1, Javier Val escribió: > Thank you very much Matt, > > I await your response. > > Regards > > El lunes, 14 de marzo de 2022 a las 21:13:34 U

Re: Mock Google Ads API request

2022-03-17 Thread Javier Val
Thank you both very much for your answers. For our unit tests we will rely on the Google Ads .NET client package sources, as Zweitze suggests. And for our integration tests I think using test accounts and validate_only is a very good solution. Thanks for your help. Regards El jueves, 17 de ma

Mock Google Ads API request

2022-03-16 Thread Javier Val
Hello everyone, When implementing our integration tests, there is a number of cases when we don't want to send real API requests. Instead we only want to imitate such sending. We are using the Google Ads .NET client, do you know a way to mock this behavior? Any tool, package or implementatio

Re: Fix a disapproved ad via API

2022-03-15 Thread Javier Val Lista
Thank you very much for your reply Matt. We'll keep an eye out for future release notes, because it would be a very valuable feature for us. Regards *Javier Val* | .NET Engineer & Team Lead [image: web] business.tiendeo.com <https://www.linkedin.com/company/tiendeo> [image: lin

Re: Fix a disapproved ad via API

2022-03-15 Thread Javier Val
Hello Carmela, Thanks for your answer, however that functionality is not exactly what we need. In our case, these are ads that respects Google Ads policies, but are rejected due to a review error. Two typical examples for us would be ads disapproved for alcohol (but actually the image contains

Re: Status Mapping in PolicySummary.ApprovalStatus

2022-03-15 Thread Javier Val
Thank you very much Matt, I await your response. Regards El lunes, 14 de marzo de 2022 a las 21:13:34 UTC+1, adsapi escribió: > Hi Javier, > > Thanks for reaching out. Please allow me to share your inquiry with our > team to clarify how three states map to the Ads > API ad_group_ad.policy_s

Fix a disapproved ad via API

2022-03-14 Thread Javier Val
Hello everyone, Is it possible to appeal the decision to disapprove an ad through the API? Does the Google Ads API have any service that allows requesting a new review of the ad arguing the reasons? Thank you very much for your help. All the best -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Status Mapping in PolicySummary.ApprovalStatus

2022-03-14 Thread Javier Val
Hello! I am migrating from the AdWords API to the Ads API (v10). Some of my use cases check the states of the Ads in Google, but I have 3 specific cases that I don't know how to migrate, because I can't find a correspondence between states. I share them with you in case you can help me. -

Re: Get ImageAd MediaFile or Data with GoogleAdsService.Search

2022-03-10 Thread Javier Val Lista
Hello everyone, I have exactly the *same problem* as you. I am using *GoogleAdsService.Search* to retrieve the information about ImageAd and its associated MediaFile. To achieve this, I would need to get the MediaFile ResourceName, but that´s a field that is not available to SELECT clauses.