The API operation remaining per day

2022-05-05 Thread Thitiporn Siriphak
Hi, Is there the way to check the operation remaining per day for API call? Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Ads API support

2022-05-05 Thread Hwansang Cho
Hello. I have a question for google API usage. It will be appreciate if you make me clear of this. I looking for ads API(CREATE) guide documentation for Video ads and Discovery ads. Is there an ads API(CREATE) guide document for Video ads and Discovery ads? Best regards, Hwan Sang Cho -- --

Re: No extensions returned when they should

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Oliver, Thank you for your reply. As per this guide, it states that "Feed-based extensions will no longer generate new data after migration". That being said, could you try and confirm using this other section, if indeed migration has been completed for your account? I asked because your

Re: Google ADS API V9 IpBlock Ban, banning /16 instead 0/24

2022-05-05 Thread Gabriel Gregori
Since I didn't received a answer yet I apology if my description wasn't good enough, I will try to make it simple. If I create many Ip Block Criterion with subnetmask 0/24 from same network in a campaign will google ads system transform all those ip block criterium from that campaign in a

Re: Data Difference in Google ADS API Data and Google ADS UI

2022-05-05 Thread b...@saltbox.solutions
Hello, I'm having the same issue here. Some of the landing pages in my account are returning complete data, some are returning no data, and some are returning partial data. Happy to provide details about my account / request privately. Thanks, Ben On Friday, April 29, 2022 at 10:55:21 AM

OOB Oauth Flow Deprecation and Existing Tokens

2022-05-05 Thread Evan R.
Hi, Per the blog post here and the email sent out to clientId's that had used the method in the past, we understand the OOB flow is being deprecated and will be moving our token process away from that prior to the

Re: Not able to retrieve campaign details

2022-05-05 Thread Sreenivasan Gopal
I am experiencing the same issue in python. I am able to run the script but see no output or error. Please let me know how to resolve this Regards, Sree On Friday, April 29, 2022 at 12:08:13 PM UTC-7 adsapi wrote: > Hi Rahul, > > Thank you for reaching out. > > Could you provide us with the

Re: Appealing PolicyFindingError For ExpandedTextAd by API not work

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tommy, The current Requesting Exemption for Ads guide states that the steps for requesting exemption is the same for all ad types and similar for all mutates (create & update). If the above doesn't address your issue, could you elaborate on your scenario and privately give us 'DEBUG' log

Different cost when including segments.keyword.ad_group_criterion

2022-05-05 Thread Adam Bocco
I am getting different cost micros returned when including segments.keyword.ad_group_criterion in my query. This query without that metric returns a much higher cost micros: *SELECT metrics.cost_micros FROM ad_group_ad WHERE segments.date >= "2022-05-01" AND segments.date <= "2022-05-04"* Than

Create/Update Feed Fails with "Request contains an invalid argument" error

2022-05-05 Thread John Miner
We are in the process of migrating the .NET Nuget package for "Google.Ads.GoogleAds" from version "9.0.0" to version "11.0.1", and we use C#. After doing so, we are now making a call like the following in order to update a Feed: using Google.Ads.GoogleAds; using Google.Ads.GoogleAds.Lib;

Re: UserDataService w/ .NET Client Library

2022-05-05 Thread Ian Wills
Here is an example of how I am seeing Operations being readOnly. Some confidence I have that this is the intended use is this test here: UserDataServiceClientTest.g.cs

RE: google ads api v10: empty response for SELECT * FROM ad_group

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. For us to check better, could you provide us with the complete request and response logs with the request-id, generated so that we can investigate further the observed behavior? For the client library, logging can be enabled by

Re: Google Ads: How to set marketing objective (like website traffic) of a campaign?

2022-05-05 Thread John Smith
Hello, Thank you for clarification, I understand why this is not in API. Our goal is to create campaigns via API exactly as its done manually, everything supported by API is working but I am trying to understated if there is anything different in campaign if marketing objective "website

google ads api v10: empty response for SELECT * FROM ad_group

2022-05-05 Thread Eng Developer
here is query which i am running using google ads api v7 and v10. it produces different result for different version. with v7 i am getting a set of 20 items, and with v10 an empty set. the most recent request id is `ro8rMfg3Evq1dgh6H674zA` ``` SELECT ad_group.id, ad_group.name, ad_group.status,

RE: UserDataService w/ .NET Client Library

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ian, Thank you for posting your concern. Please see my answer below for each concern that I've noticed: "When trying to add Operations to UploadUserDataRequest, I find it is readonly. Is this intended? Am I not using it correctly, or could it be not implemented?" -The UploadUserDataRequest

Local Services campaigns: call duration?

2022-05-05 Thread Jeff Strome
Hey there, I was very excited to see in v10.1 that Local Services campaigns are now in general availability. I am able to get data to come through when querying campaign resources. My question: is there a

RE: google-ads-php SDK and OAuth OOB deprecation

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Guillaume, Thanks for reaching out to the Google Ads API support. Yes, still you need to do that same process. Please verify all the steps used to obtain credentials for the Google Ads API once by following the link. Feel free to reply back if you have any follow up questions. Best

RE: Error while mutating Local, Performance Max or Smart Campaigns

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vijay, Thanks for reaching out. Can you please privately provide us with the complete request and response logs so we can take a closer look at this issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2aQOt2:ref -- --

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-05 Thread Skander Mansouri
Hey again, To add on this issue, currently even with 400 operation, the batch job service is having issues. This is an example of a response I'm currently receiving: Request --- MethodName: google.longrunning.Operations/GetOperation Endpoint: googleads.googleapis.com:443 Headers:

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-05 Thread 'Ciel Eijssen' via Google Ads API and AdWords API Forum
Hi Google Team, We currently have over 1300 batch jobs for multiple client customer ids with this issue. They do not leave the RUNNING state so we do not know whether we can resubmit a new batch job, without it leading to duplicate objects in their Google Ads accounts. If you can confirm

How to know if still using Adwords API

2022-05-05 Thread ashish delacon
Is there a dashboard which indicates the number of request for Adwords API. I can see for Google Ads API for different versions, but not Adwords API. Please help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: "An internal error has occurred" randomly happens on one of our integration test

2022-05-05 Thread Gianfranco Gallicchio Primavera
Thanks! El jueves, 5 de mayo de 2022 a la(s) 08:02:43 UTC-3, adsapi escribió: > Hi there, > > Thanks for reaching out to the Google Ads API Forum. > > I had to delete your post as it contained your logs. I am reposting below > without the sensitive log information for reference : > > *“We have

RE: Is performance-max campaigns reporting available at ad group or ad level?

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thanks for reaching out to the Google Ads API Forum. Kindly note that Google Ads API supports performance max report data at campaign level, and not ad group level or ad level. This is working as expected if you’re getting empty data at ad group or ad level reporting. Note that the

Re: Request is missing required authentication credential

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tamas, We are glad to know that my colleague's (Matt) suggestion worked for you. Should you have additional clarifications with the APIs, please write back and we'll be happy to assist you. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2aQ0Sp:ref -- --

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-05 Thread Skander Mansouri
Hello, We are having the same issue since yesterday but especially for a large chunk of operations. If we launch with less than 2000 operations in a batch, it works properly. This is blocking our operations, can you confirm that it is a bug from your side? Thanks, Skander Le jeudi 5 mai

Status Management for Campaign and AdGroups

2022-05-05 Thread AMAP TEST
Team, Can you help me understand the behavior of GADS Campaign Delivery based on Status ? We have observed that in GADS , when a running Campaign Status is PAUSED, all the associated AdGroup Status are still in RUNNING state . Does that mean the campaign is still getting delivery or at the

RE: Call Asset failed to create

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. For us to check better, could you provide us with the complete request and response logs with the request-id, so our team can better check? For the client library, logging can be enabled by navigating to the Client libraries >

Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-05 Thread 'Miquel Isern Roca' via Google Ads API and AdWords API Forum
Hello, we have noticed that since yesterday, some of the Batch Jobs we pushed through the GoogleAds API are not finishing. We are seeing an increased amount of BatchJobs in this status that have been on the RUNNING status for over 8 hours. And we don't know how to react and deal with them.

RE: "An internal error has occurred" randomly happens on one of our integration test

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. I had to delete your post as it contained your logs. I am reposting below without the sensitive log information for reference : “We have an integration test that fails at random and returns An internal error has occurred message.

Re: (java client v9.0.0) Batch Job, random "task was cancelled" on OperationFutureImpl.get()

2022-05-05 Thread Skander Mansouri
I have a similar issue, do you know what was the reason? and how did you solve it? Le mercredi 30 septembre 2020 à 19:55:45 UTC+2, Google Ads API Forum Advisor Prod a écrit : > Hi, > > For privacy, you can respond with "reply privately to the author". > > > Thank you, > > [image: Google Logo]

Re: Resource necessary to consult a domain list of a display campaign

2022-05-05 Thread Victor P
Sorry de query correct is: SELECT campaign.id, segments.date,detail_placement_view.placement FROM detail_placement_view WHERE segments.date DURING LAST_30_DAYS AND campaign.id =XXX El dia dijous, 5 de maig de 2022 a les 11:10:54 UTC+2, Victor P va escriure: > Hello, > > We need to obtain the

Resource necessary to consult a domain list of a display campaign

2022-05-05 Thread Victor P
Hello, We need to obtain the domain list where a display campaign is appearing. We do not find the necessary resource to consult. It has been tested with detail_placement_view but we don't get a result. Could you indicate the appeal please? Consultation made: SELECT campaign.id,

Re: Can't get click_view's data

2022-05-05 Thread Anders Klixbull
Hello! Thank you for the quick reply! I have tried several different dates ranging from 2022-03-01 to 2022-05-01 with the same result unfortunately.. Cheers! Anders On Thursday, May 5, 2022 at 7:15:20 AM UTC+2 adsapi wrote: > Hi Anders, > > Thank you for reaching out to the Google Ads API

Re: Payment details in test account

2022-05-05 Thread Павел Секацкий
And how can you test methods related to changes and additions of budgets on test accounts? А как можно протестировать методы, связанные с изменениями и добавлениями бюджетов на тестовых аккаунтах? четверг, 5 мая 2022 г. в 10:30:04 UTC+3, adsapi: > Hi, > > Thank you for reaching out to the

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-05 Thread Guillaume Thomas
Hello, I've received the same email, and I was asking myslef the same questions. If you find more informations, let me know. Le mercredi 4 mai 2022 à 16:01:23 UTC+2, funny_ha_ha a écrit : > Hello, > > I'm using https://github.com/googleads/google-ads-php version 15.0 (most > recent version as

Re: Alignment between API version upgrades and client libraries

2022-05-05 Thread Dorian Kind
Hi Ernie, Thanks for your continued support. I do agree that further discussion will most likely not be fruitful. > With this, I would suggest raising your concern and suggestion to this Github tracker to know if there is a workaround with