Remaining credit

2021-11-05 Thread Alef Felipe
I'm trying to get the remaining credit on my account but I can't find the correct endpoint to make this request. I tried the "$googleAdsRow->getAccountBudget()" method but it only returns the ApprovedSpendingLimit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

RE: RESOURCE_LIMIT error adding ads to groups

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy, Thanks for reaching out. The error indicates that you are trying to set more than one enabled App ad in an App Campaign ad group. The error specifies that only one enabled ad is allowed per ad group. Other general Ads limits are listed here. Regards, Matt Google Ads API Team Remi

Audience List Segment Members Export

2021-11-05 Thread Mick M
Is their a way to view / export the contents of a segment. I would like to see the list of email address in the segment. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

Google Ads Api Integration

2021-11-05 Thread shahwar afzal
1. How can i do this OAUTH2 process in server side? 2)By using google api client library. I can do this OAUTH2 process and i can mention the redirect URI. But in google ads we need refresh token. How can i get that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

RE: How can I get or set adgroup placement bid adjustments through google ads api?

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Placements are not a supported ad group bid modifier criterion. You can see the list of supported criteria here. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Ann

RE: Maximum UserIdentifiers in OfflineUserDataJobOperation

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, The documentation states: The operations collection for each AddOfflineUserDataJobOperationsRequest can contain at most 100,000 elements. If you need to submit more than 100,000 operations for a job, send multiple requests with the same job resource_name. You can send multiple AddOff

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Matteo, Thanks for mentioning that you use AdWords API. If we manage to enable it for Google Ads API for those developers who were already using it, then we should be able to do that for AdWords API as well. I realize it would be stressful to have an unexpected migration, but time flies b

RE: A developer token must be set.

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. I saw your recent mail as you mentioned “Resolved by changing [ADWORDS] to [GOOGLE_ADS]”. Yes, that is the correct solution If you have the adsapi_php.ini file you used for the AdWords API, copy and name it as google_ads_php.ini

Recuperar valor gasto na conta

2021-11-05 Thread Alef Felipe
Qual endpoint eu recupero esses valores *spendingLimit* = xx *totalAdjustments* = data de início do pedido de orçamento = 20160202 121240 Europa / Moscou data final de pedido de orçamento = 20371231 105959 Europa / Moscou *Custo * (02 de fevereiro de 2016, 31 de dezembro, 2037) =

RE: adgroup placement bid adjustments

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jing, We have a Manage Bid Modifiers Guide, the example code there shows modifying using a device based criteria. Instead, you can use a PlacementInfo Criteria. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regar

RE: Removing Campaign Criterion in PHP

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Could you privately send us a request and response log of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST documentation. Our PHP client library has a logger with logging instructions. Setting the logger to 'DEBUG' w

Re: Missing clicks in geographic_view

2021-11-05 Thread TommyTek
Hello Ernie, yes, it seems that I didn't receive one of your email (but the first answer was received). Now I've whitelisted both adwords-api@googlegroups.com and googleadsapi-supp...@google.com on my mail server. I've tried to download the data using location_view and now it works properly

RE: oAuth Consent Screen + GoogleAdsApi without any cloud at all

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, When you say that your app isn't running on Google Cloud, I am assuming that it's a desktop app. When you say there also is no way a consent screen can be presented to anyone, you must have consented already if you are able to use your setup. This situation you are describing fits in

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-05 Thread Evgeniy Lepikov
A little formatting of the error output for a better perception https://pastebin.com/Nfc7jPbW пятница, 5 ноября 2021 г. в 12:38:07 UTC, Evgeniy Lepikov: > Hi there! > I try to add a new ad to the group (using python lib), but I get an error > File > "/home/jekson/virtualenvs/marketing/lib/pyt

RESOURCE_LIMIT error adding ads to groups

2021-11-05 Thread Evgeniy Lepikov
Hi there! I try to add a new ad to the group (using python lib), but I get an error File "/home/jekson/virtualenvs/marketing/lib/python3.7/site-packages/google/ads/googleads/interceptors/exception_interceptor.py", line 169, in intercept_unary_unary self._handle_grpc_failure(response) File "/

Maximum UserIdentifiers in OfflineUserDataJobOperation

2021-11-05 Thread Mads Grout
Hi. I am building a background service that automatically updates Userlists twice a day. We are planning to completely replace the members of the list with the "remove_all" bool. The documentation (see picture) that the maximum operations per job is 100,000. However 1 operation can many UserI

RE: Programmatically address Refine Keywords beta

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, We have a Generate Keyword Ideas guide and listed there is Refine keywords with GenerateKeywordIdeasRequest.keyword_annotation. Feel free to get back to us. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards,

RE: 自动回复: Re:CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to our team. Please note that our team can only provide support in English so I will appreciate it if you can reply to this language as well. Also, our team can only provide support through email so we would not be able to contact you on the provided contact numbe

How can I get or set adgroup placement bid adjustments through google ads api?

2021-11-05 Thread Jing CHEN
How can I get or set adgroup placement bid adjustments through google ads api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are su

adgroup placement bid adjustments

2021-11-05 Thread Jing CHEN
How do I get or set adgroup placement bid adjustments through google ads api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are sub

Removing Campaign Criterion in PHP

2021-11-05 Thread Filip Pećanac
Hi, I am trying to remove some of the previously set Campaign Criterions, such as language. I use the following peace of code: public function removeCampaignCriterion( $customerId, $campaignId, $criterionId ) { $campaignCriterionResourceName = ResourceNames::forCampaignCriterion ($customerId,$

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-05 Thread Matteo Medda
Hi Peter, ok, but at the moment we use AdWords API not GoogleAds API, will it be corrected for us too? The AdWords API sunset is April 27 2022, and we didn't expect to have to do the migration now and in a hurry. Regards Il giorno venerdì 5 novembre 2021 alle 03:31:55 UTC+1 adsapi ha scritto

oAuth Consent Screen + GoogleAdsApi without any cloud at all

2021-11-05 Thread FW API
Hi there, as it feels like beeing directed from on support to another i hope to find any help here. I am using google Ads API with one account only and no other google-account can log in to that tool in any way. Also it is not publicly visible and not running on google-cloud but just in a priv

Programmatically address Refine Keywords beta

2021-11-05 Thread MEH Greenhouse
Hi, I have question regarding accessing the "Refine Keywords beta " functionality programmatically. This functionality has been released (albeit it being stated as a beta) for over a year. Is this feature by chance already acce

Re: How to include LabelIds and Labels in Ad Peformance Reporting?

2021-11-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Marvin, I work with Matt and let me provide support to your concern. If what you are looking for is a report type only that can get the ads and the labels associated to it, then you can use the ad_group_ad_label and include the fields of the label resource that you needed. Let me know if yo