"Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-03 Thread Chethan U
Hi I'm trying to upload customer segment which consists of mobile number and email to Google ads accounts via Google ads api. The CSV file consists of 75000 rows and I'm getting this error. Please suggest what is the problem and what can be done. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: "AttributeError: 'int' object has no attribute 'name'" when I'm trying to get enum's name

2023-01-03 Thread Xinyi Guo
Just encountered the same issue and I set the use_proto_plus to TRUE for solving the problem, not FALSE. Best, Corrine On Tuesday, November 23, 2021 at 4:58:59 AM UTC+8 adsapi wrote: > Hi Vladimir, > > Thank you for reporting back to us that use_proto_plus is set to False in > the client libra

Re: campaign.status retuning integer instead of 'ENABLED' or 'PAUSED'

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael, Thank you for getting back to our team. Please feel free to get back to our team if you have further concerns related to Google Ads API. Our team is more than happy to provide support to you. Regards, Carmela Google Ads API Team ref:_00D1U1174p._5004Q2hZ9hj:ref -- -- =~=~=~=~=~=

Re: campaign.status retuning integer instead of 'ENABLED' or 'PAUSED'

2023-01-03 Thread Michael
Hi, thanks. This was 100% my fault. Was accidentally summing value of my status codes w/ Pandas Groupby...embarassing. On Tuesday, January 3, 2023 at 2:38:07 PM UTC-5 adsapi wrote: > Hi Michael, > > Thank you for reaching out to our API support team. > > The values you are retrieving being diff

RE: remove specific conversions

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Conversion adjustments are supported in the Google Ads API. Please see this guide for more information. You can specify the ConverionAdjustmentType as 'RETRACTION' to negate a conversion. Please let us know if we can help with anything else. Regards, Matt Googl

RE: Get MCC ids along with customers

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Don, Thanks for reaching out. Good to see you found the Get Account Hierarchy documentation. Please let us know if you have any questions about this example. Thanks, Matt Google Ads API Team ref:_00D1U1174p._5004Q2hZD0y:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

remove specific conversions

2023-01-03 Thread Domantas
Hi, I'm doing lead generation. The issue is that 20%-30% of the leads are fake and it reflects on my campaigns. As a result of that google algorithms wrongly optimize my campaigns and get even more fake leads. I do the conversion tracking by placing the tracking code on the thank you page. Is

Re: Get MCC ids along with customers

2023-01-03 Thread dhmitc...@gmail.com
ah, looks like https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy shows to do it by recursion one layer at a time. That should work for me. Sorry for not finding this before posting. On Tuesday, 3 January 2023 at 15:11:35 UTC-5 dhmitc...@gmail.com wrote

Get MCC ids along with customers

2023-01-03 Thread dhmitc...@gmail.com
We have a nested MCC structure w hundreds of "customers" (aka accounts). I'd like to get the mcc id for each customer. I don't want the "logged in" customer id but instead the direct owning mcc id for each so I can ensure the remote structure complies with our business structure. (Our mcc ids, o

RE: campaign.status retuning integer instead of 'ENABLED' or 'PAUSED'

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael, Thank you for reaching out to our API support team. The values you are retrieving being different could be due to how it is processed based on the client library you are using. For context, performing curl requests should follow the values as listed in the campaign report documenta

RE: Is there a way to check if a customer is connected to my application?

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Since you mentioned that you push the app to production and it is asking for verification then I can refer you to this document on the "When to go through verification". In addition, it appears that you haven't followed the Oau

Re: Setting a Tracking Template w/out setting Final URLs

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, If you are using curl from a bash shell, the request and response should be printed to the screen. If you include the -i parameter, the response headers will also be printed. Our team does not further guidance for other ways of logging REST API calls. The screenshot you provided alrea

campaign.status retuning integer instead of 'ENABLED' or 'PAUSED'

2023-01-03 Thread Michael
Hello! I am struggling to use the campaign.status resource in my python reports because the values returned are numbers which are not constant... Today Status = 6 means it's Enabled, but yesterday, Status = 4 meant Enabled. After reading the same question in this Group (link here

RE: Get frequency data

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Unfortunately, our team currently does not have information and would not be able to comment regarding plans for upcoming features in the APIs, such as Reach and Frequency. At this moment, the best source for updates or announcements would be to follow and keep an eye on our developer blog

Re: Metrics calculation

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ivan, I'm Darwin, also a member of the Google Ads API team. I work with Sherwin and allow me to assist you here. I hope you are doing well today. Moving forward to your concern, thank you for providing the requested screenshot and request logs. However, upon checking the screenshot and the

Re: How can I use the api to configure optimized targeting?

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This feature was not included in version 12 of the API, and is currently not supported. If the feature is supported in a subsequent version, it will be posted on the release notes. Regards, Matt Google Ads API Team ref:_00D1U1174p._5004Q2dm92w:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Setting a Tracking Template w/out setting Final URLs

2023-01-03 Thread Eric Nagel
Hi Nirmita, I'm using the rest transport, not gRPC, in the PHP library. How can I get you the logs that you need? On Friday, December 30, 2022 at 1:08:04 PM UTC-5 adsapi wrote: > Hi Eric, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further, co

RE: Image Extensions

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. You may refer .Net client library on github. Please see below code example. https://github.com/googleads/google-ads-dotnet/blob/main/Google.Ads.GoogleAds/examples/Misc/UploadImageAsset.cs https://github.com/googleads/google-ads-d

Re: Is there a way to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Yes I want to check that if the Refresh Token is still valid or not. Yes, as you said, the permission can be withdrawn without my app knowing. Thanks for the answer. On Tuesday, January 3, 2023 at 6:02:08 PM UTC+3 Zweitze wrote: > Do you mean that you like to find out that a Refresh Token is st

Re: Is there a way to check if a customer is connected to my application?

2023-01-03 Thread Zweitze
Do you mean that you like to find out that a Refresh Token is still valid? After all, that permission can be withdrawn without your app knowing. If that's your question, requesting just an Access Token does the trick. But the C# client library completely hides this logic, in which case calling

RE: Unable to pull App installs

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Saif, Thank you for raising this concern to the Google Ads API Forum. In order to check this in our end, could you please provide the complete logs within the format of the (request and response with request-id) that generated on your end also the screenshot of the Google Ads UI where you a

Is there a way to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Hi, I am developing an application using Google Ads API (technology: C#). Users (customers) are connecting via "Connect with Google" and giving permission to my application. That's OK. My question is: is there a way to understand programmatically if a customer is still connected to my app? Fo

Get frequency data

2023-01-03 Thread 'Joilson Rezende' via Google Ads API and AdWords API Forum
Hii Is it possible to get frequency data here https://support.google.com/google-ads/answer/2472714?hl=en with php sdk? Ícone "Verificada pela comunidade" -- The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, disseminat

Is there a wat to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Hi, I am developing an application using Google Ads API (technology: C#). Users (customers) are connecting via "Connect with Google" and giving permission to my application. That's OK. My question is: is there a way to understand programmatically if a customer is still connected to my app? For

Image Extensions

2023-01-03 Thread 'Rajender Gottipamula' via Google Ads API and AdWords API Forum
Hi Team, I would like to create google Image Extension for one of my google account through .Net C#. Could you please provide information on how to create google Image Extension at ad group level & Campaign Level from C# code. FYI, I followed below logic, but I don't see any option to create at

RE: user lists performance reporting not available with search stream query

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. With regard to your concern it is impossible to combine ad_group_audience_view and user_list.id with metrics. Please see our query for reference here. Regards, Marjorie Google Ads API Team ref:_00D1U1174p._5004Q2hYW01:ref -- -- =~=~=~

Re: How can I use the api to configure optimized targeting?

2023-01-03 Thread Or Zilca
Hello, I'm using python-sdk 15.1.1, it seems like this is still not supported via api. are there any updates on this? On Monday, August 22, 2022 at 10:58:48 AM UTC+3 adsapi wrote: > Hi, > > Thank you for getting back to us. I am Carmela, from the Google Ads API > team as well. > > Moving forw

Re: Feed label in shopping performance view

2023-01-03 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi Heidi, That's great to hear! Thank you very much for your help. Kind regards, Katerina On Tuesday, January 3, 2023 at 7:51:40 AM UTC+1 adsapi wrote: > Hi Kateřina, > > Thank you for the reply. > > I have raised a feature request for this; however, there is no guarantee > if this will be sup

Re: Metrics calculation

2023-01-03 Thread Ivan Balakirev
Hey Sherwin, Here's a shot https://prnt.sc/Y8PGZqm1HOZh any idea how this total is being calculated? Maybe you have some docs on this? The query is: "SELECT campaign.name, campaign.status, segments.ad_network_type, metrics.invalid_clicks, metrics.impressions, metrics.clicks, metrics.average_c

Re: Adgroup query

2023-01-03 Thread Jip Veerbeek
Thanks! On Thursday, December 29, 2022 at 2:49:38 PM UTC+1 adsapi wrote: > Hi Jip, > > Thanks for getting back to us. > > You may use the operator* IN *in your where clause to get multiple > campaigns details. You may use below GAQL to get the ad group details for > multiple campaigns. > > >