Re: Asset level custom conversions from ad_group_asset resource

2022-01-25 Thread Vijay Kumar
Hi Peter, Thanks for a prompt response. Followup queries - > The ad_group_asset report should return statistics for those assets created using the AdGroupAssetService

RE: Error with message "The operation is not allowed for the given context."

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jacob, For us to assist you further, could you kindly provide the complete request and response logs with request ID and request header generated on your end for us to further check the error. You can provide it via Reply privately to author option. If this option is not available, then send

Migration of Adwords API to Ads API

2022-01-25 Thread Rten Marketo
Hi Team, we are working on migration of Adwords API to Ads API. As application is using PHP Adword sdk for adqords. So we are planning to use google-ads-php. I have followed steps mentioned in https://github.com/googleads/google-ads-php/blob/HEAD/README.md#getting-started . But i am getting belo

Re: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lin, Thanks for getting back to us. As mentioned by my colleague (Yasar), performance of operation in your code could also depend on the environment. However, you can also refer to this guide for the list of Best Practices related to optimization. In addition to that, we recommend that y

RE: I have an important problem. Ads Api Delayed Data

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. Can you confirm if the data is still the same after a while as you mentioned that the data are just having a discrepancy because of the delay? In addition to that, can you also provide the complete request and response logs with request ID and request head

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi Matt, Ok, Got. So Category ID in the "Products and Services" is Business Category. 1) I cannot see AVERAGE_CPC as well. https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.AttributeType Can you please check? 2) How I can map this SearchParameters with Goo

Re: Campaign Goal API endpoint

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I'm a colleague of Yasar from the Google Ads API Team. As my colleague mentioned, creating campaign goals are not yet supported in the API. We have already raised a feature request regarding this so there's no action needed on your end. Based from our documentation, since Google Ads a

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi, In addition to Categories. How I can use RelatedToUrlSearchParameter? Is this same as UrlSeed or it is SiteSeed ? //Create related to url search

Google ads API not returning Campaign Names sometimes

2022-01-25 Thread Sumit Kumar
Is there any possibility that the API does not return campaign names, while querying the report? It is happening to me that sometimes it returns campaign names and sometimes it does not -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

RE: how to create responsive display ad

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, Thanks for posting your concern. As with other ads, ad creation is accomplished using AdGroupAdService.MutateAdGroupAds. To create a responsive display ad, you need to populate the following required fields of ResponsiveDisplayAdInfo: marketing_images square_marketing_images headlines

get Accounts API using Google Ads API

2022-01-25 Thread Hwansang Cho
Hello. This is Cafe24. Working on the migration of a service that uses google Adwords API. I made a call using the example (/examples/AccountManagement/GetAccountHierarchy.php) to search the sub-account of the master account using Google ADS API, but the search does not work properly. [2022-0

RE: Failed upload:

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan, Thanks for reaching out to the Google Ads API Forum. I had to delete your first post since sensitive information was visible in your attached screenshot. For reference, here's the question below: “Hey I created a UserList and uploaded PII to it, I see in the account that the upload f

RE: App extension does not display in google UI

2022-01-25 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. You may check this document for App extensions in Google Ads API. For the concern regarding not being able to see in your google Ads UI, you may reach out to the Google Ads Product support team, via this link. Let us know if you ha

Re: Activation of Google ads API for the project which is currently using Adwords API

2022-01-25 Thread Rten Marketo
Any update on above query. On Tue, Jan 25, 2022 at 6:20 PM Rten Marketo wrote: > Thanks Team > > After enabling we are getting TOS error. > { > "error": { > "code": 403, > "message": "The caller does not have permission", > "status": "PERMISSION_DENIED", > "details": [ > { > "@type": " > type.go

RE: Query validation

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Julian, Thanks for reaching out to the Google Ads API Forum. To validate your GAQL queries before using them in an API request, you may use our Google Ads Query Builder tool. This interactive Google Ads Query Language query builder is organized by the resource in the FROM clause of a query.

RE: Google Ads API Invoices: a way to retrieve 'Automatic payment' based invoices

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dmitry, Thank you for reaching out to our API support team. Regarding 'Automatic Payments', this does not appear to be currently supported in the API as per our invoice documentation. That said, is this currently a feature that is available in the Google Ads UI's invoice view? If yes and so

RE: TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Elif, The number of a single user's identifier details that you can include in a UserData object has now indeed been reduced to 20 as discussed in the blog. You may note as well that it also states : This is to clarify that each set should represent a single user. That said, an AddOfflineUs

Re: Error with message "The operation is not allowed for the given context."

2022-01-25 Thread Jacob Peebles
Hello all. I work with Xavier and and helping with this issue. Any guidance the community can provide would be appreciated. This is a blocker for us so we’d like to get past it in short order. Thanks, Jake On Tuesday, January 25, 2022 at 5:51:55 PM UTC-5 Xavier Garzon wrote: > I'm following t

Re: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick, Thank you for providing your use case. I shall now be including these details into the feature request. That said, you may continue to use the keyword_view and include the ad_group_criterion.labels in your SELECT query and then perform a separate request for the label report. Also,

RE: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas, Thank you for posting your concern and providing updates to it. I can see that you've already addressed the error that you encountered. However, this is how you will set the customer ID in the request header of the Google Ads API, you will need to set the customer ID of the Google Ads

geographic_view - report help

2022-01-25 Thread AdWordsAPI-Gnr
Hi, This report shows two items. What can I do for it to show only one item? How do I group these two rows?(AREA_OF_INTEREST , LOCATION_OF_PRESENCE) Thanks. *QUERY * SELECT campaign.id, campaign.name,geographic_view.country_criterion_id, metrics.cost_micros, metrics.clicks, metrics.all_conve

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
It seems like ad_group_ad_asset_view is exactly what I want, but for whatever reason it only works for app ads... On Tuesday, January 25, 2022 at 7:13:14 PM UTC-7 Lonny Kapelushnik wrote: > As far as I'm aware I can only attach assets to ads, not ad groups or > campaigns. Correct me if I'm wron

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
As far as I'm aware I can only attach assets to ads, not ad groups or campaigns. Correct me if I'm wrong...I'm just not seeing how to do that in the API. Ultimately I think my question is: How can I query assets approval status and performance that are attached to ads? This is for responsive di

RE: Get customer_id from campaign_id

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mads, While it is possible to include the customer attributes in the SELECT query for the campaign report (see Attributed resources section of the linked document) and use the campaign.id as filter, the API request itself would already require that you know and specify the customer_id of the

I have an important problem. Ads Api Delayed Data

2022-01-25 Thread AdWordsAPI-Gnr
I have an important problem. Google Ada Api reports are showing lagging. There was no such problem in the AdWords API. When I control the api instantly with the administration panel, the values would always be equal. Unfortunately, the values are different in Ads Api. I check both sides in real

RE: OfflineConversionFeedService deprecated in Google Ads API?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Deniel, Thanks for reaching out to the Google Ads API Forum. Kindly note that OfflineConversionFeedService is a service available in AdWors API. Since AdWords API is deprecated, you may use the ConversionUploadService service in Google Ads API to upload offline click conversions using the U

Re: Empty Ad Group Asset

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lonny, Thanks for getting back to us. When working with assets, you can check on this guide for your reference. If those assets have been associated to either a campaign, adgroup or customer, you can fetch its attributes through their respective views as mentioned here. For ad-level asse

Get ImageAd MediaFile or Data with GoogleAdsService.Search

2022-01-25 Thread Zhong Li
Hi, I am currently working on migrating our AdWords API client to GoogleAds API client, and I am having an issue to list all ImageAds with the GoogleAdsService.Search (Google Ads SearchQuery). In the old AdWords API, the AdGroupAdService.Get() will return an ImageAd with Image entity (https:/

Error with message "The operation is not allowed for the given context."

2022-01-25 Thread Xavier Garzon
I'm following this example *https://github.com/googleads/google-ads-python/blob/main/examples/basic_operations/add_campaigns.py * but I got this: *Request with ID "usrpa1MdSaYkJfZkkvpAjA" fa

Re: KeywordsStates using Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This is not currently available in the API. As mentioned in the migration guide, the Business Category has been removed in the Ads API. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2AIbEY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

RE: google ads api Error:(DEVELOPER_TOKEN_NOT_APPROVED)

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out to the Google Ads API support. For any kind of updates regarding your application for basic / standard access for the developer token is a function of the Compliance team. I would suggest you reach out to the compliance team for FAQ, they will review your request a

RE: Create conversion actions error via v9

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wei, Could you privately send us full screen screenshots of the UI and 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 client libraries have loggers with logging instruction

RE: google ads api

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lee Sau, Thanks for reaching out to the Google Ads API support. A developer token from Google lets your app connect to the Google Ads API. From your MCC / Google manager account you can navigate to TOOLS & SETTINGS > SETUP > API Center to find your developer token. Please let us know if y

RE: FinaUrls Readonly for some reason

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Josh, Please make sure to send the logs privately by using the reply privately to author option, as the logs may contain sensitive data. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VP6B8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

RE: FinaUrls Readonly for some reason

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Josh, Thanks for reaching out. The final_urls field should not be read only. If you are receiving an error when an attempting to set a final URL to an ad, can you please provide us with the complete request and response logs? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00

Re: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread Tomas Guerra
It works alright when I link the accounts and use the login-customer-id being our Manager account id. Then I pass the specific customer ID with the function SearchGoogleAdsRequest.setCustomerId(GOOGLE_ADS_ACCOUNT_ID) El martes, 25 de enero de 2022 a la(s) 16:33:15 UTC-3, Tomas Guerra escribió:

Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread Tomas Guerra
Hello! I'm currently working on the migration of a service that uses google Adwords API. I need to migrate from this API to Google Ads API, because the first one is being deprecated. We have many clients with their Google Ads accounts and we get their corresponding refresh tokens with their con

Re: update customer list in audience manager

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for confirming that Peter's response is correct, is there anything else you need assistance with in the Ads API? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2VNkxr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Ah ok I see it in my SPAM. Thank you. I am a bit unclear on what to do though. I ultimately want to run a report to get all the ad assets that have been rejected. This ad_group_asset report was the only one I saw that could return assets, but none of the assets are associated with ad groups? So

RE: App install API for ios

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Amol, Thanks for reaching out to the Google Ads API support. As we know the Google Ads API does not support any third party service or tool. But use Google Analytics for Firebase SDK as Google recommends it - We used it, and it worked conveniently. "Note: New privacy measures are in plac

RE: User doesn't have permission to access customer Error in Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Mark, Thanks for providing all the information. I understand that you’ve encountered the error ‘USER_PERMISSION_DENIED’, usually this error occurs when the authorized customer does not have access to the operating customer. You may double check if your credentials are correct for the said

OfflineConversionFeedService deprecated in Google Ads API?

2022-01-25 Thread 'Daniel Athey' via Google Ads API and AdWords API Forum
Hello -- I am trying to figure out if the OfflineConversionFeedService will be available in the Google Ads API? I don't see anything about it in the new docs so I assume it is being deprecated? If so, is the ConversionUploadService what should be used to take it's place? Thank you -- -- =~=

RE: Set excluded YT placements with google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Elad, For use of Google Ads Scripts you may reach out to the Google Ads Scripts forum. For excluding You Tube video placements you may use youtube_video as a negative criteria. You can modify our Add Campaign Targeting Criteria sample. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174

Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you may refer to this guide to create Responsive Display Ads. If you are still facing any issue, could you please share with us the complete logs (request and response with request-id) via the

Re: AdvertisingChannelType for google display ad not working

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, I work with Jinky and will assist you. Could you try changing this: "targetGoogleSearch":true,"targetSearchNetwork":true,"targetContentNetwork":false,"targetPartnerSearchNetwork":false. ​​​to this: ​​​"targetGoogleSearch":false,"targetSearchNetwork":false,"targetContentNetwork"

RE: How can I get the status of an adAccount?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Frank, Thanks for reaching out. Obtaining account status isn't currently supported in the Ads API. However, this has been requested by other users. If this feature becomes supported in a future version of the API, it will be mentioned in the release notes. Regards, Matt Google Ads API Team

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-25 Thread stefano...@webrepublic.ch
Hello, Just wanted to check if there's any news about this issue. Currently, I'm still unable to reproduce the old "CONTAINS" behaviour. I also tried omitting the `.*` at the beginning but it didn't work. It would be great to find a solution because at the moment I need to escape the characters

Get customer_id from campaign_id

2022-01-25 Thread Mads Refer
Is it possible to retrieve the customer id through the Google Ads API knowing only one of its campaign id's? I believe that the opposite is possible using GoogleAdsService and search_stream. Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

Report for current ad_group_customizer values available?

2022-01-25 Thread 'christo...@logitravel.com' via Google Ads API and AdWords API Forum
Hello, I'm looking at the new feature in V9 of the API that allows to manage Ad Group Customizers (to personalize text for RSA ads) via the API, and I was able to Create, Update and Remove customizer values at Adgroup level. We would also need to download the existing values from the system, but

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Is CATEGORY_PRODUCTS_AND_SERVICES is still not available with API? Please let me know how we can get this? On Thursday, 21 January 2021 at 00:00:11 UTC+5:30 Google Ads API Forum Advisor Prod wrote: > Hello, > > The "www" is not required for the Url Seed. > > > Regards, > Anthony > > [image: Goo

Re: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread Lin Chen
Hi Yasar, Thanks for getting back to me! Do you mean currently there is not any good optimization on the code itself? Thanks, Lin On Tuesday, January 25, 2022 at 3:16:10 AM UTC-5 adsapi wrote: > Hi Lin, > > Thanks for reaching out to the Google Ads API Forum. > > Since OfflineUserDataJobOperati

RE: Regarding. Audience Segments List

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay, You may want to check out user_interest, life_event, topic_constant, detailed_demographic and user_list. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2VPEAV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: Campaign Goal API endpoint

2022-01-25 Thread AMAP TEST
Team, To enable CampaignGoal on our Account what is the steps to be followed ? Is there any request that we need to raise to Support Team? Basically i want to enable GOAL setting via a REST API. On Wednesday, 19 January, 2022 at 7:50:53 pm UTC+5:30 adsapi wrote: > Hi, > > Yes, you are correct.

Failed upload:

2022-01-25 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hey I created a UserList and uploaded PII to it, I see in the account that the upload failed. I used a offlinedaatauserJob to update the Userlist, how can I know why it failed? Userlist Id: - 7050701469 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

how to create responsive display ad

2022-01-25 Thread Amol Kawale
Hello Guys, I'm using google ads V8 library in php. I want to create responsive display ad. Can you pls let me know how to create responsive display as using API. Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Re: Activation of Google ads API for the project which is currently using Adwords API

2022-01-25 Thread Rten Marketo
Thanks Team After enabling we are getting TOS error. { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED", "details": [ { "@type": " type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "authorizatio

Google Ads API Invoices: a way to retrieve 'Automatic payment' based invoices

2022-01-25 Thread Dmitry Savchenko
Hello, For a business purpose, we need to retrieve a list of invoices through Google Ads API but in the documentation prerequisites there is a demand for a linked payment method to be 'Monthly invoicing'. When we try to retrie

Re: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread Patrick
Thanks Jinky, We use the labels for categorization and to keep track of what changes we have made to a keyword/adgroup/campaign, and apply different logic based on what labels are returned. When dealing with large amounts of keywords the fewer steps we need to take to get this information the

RE: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick, Thanks for reaching out. I'm afraid that what you've mentioned below is the only way to have a keyword report with label information such as label name. "Does this mean if I would like to get the label names I effectively need to do a query for keyword_view (get the metrics and fiel

Query validation

2022-01-25 Thread Julian Veltman
Hello, I'm trying to migrate from AdWords to Google Ads API. I need a way to validate queries sent to searchGoogleAdsFields from the PHP library, as to prevent my user adding fields that are not selectable with each other. When these incompatible fields are queried together, the exception that i

app install for IOS

2022-01-25 Thread Amol Kawale
Hi Guys, I have to implement app install ads for IOS platform using v8 in php language. Can you pls provide API for same. Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-01-25 Thread Elif Adaköy
Hi all, I'm using Google Ads API for customer match. I used to be able to add 100K users to an operation, but now I'm getting a TOO_MANY_USER_IDENTIFIERS error and it says this number has been reduced to 20. When I read this blog (https://ads-developers.googleblog.com/2021/10/userdata-enforce

Re: update customer list in audience manager

2022-01-25 Thread Василий Баран
well, I just use this service to update my list of users in segments. This is about 400,000 users, where in the request I can send 100,000, it will be considered as 1 operation. As a result, only 4 operations out of 15,000, which means that I will definitely not go beyond the limits, thanks for

google ads api Error:(DEVELOPER_TOKEN_NOT_APPROVED)

2022-01-25 Thread sau hon lee
Hi , i want to know how can i Approve the developer token -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goog

RE: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lin, Thanks for reaching out to the Google Ads API Forum. Since OfflineUserDataJobOperation is slow, I suggest reaching out to the client library developers by going to the "Issues" tab of your Python client library's GitHub and clicking "New issue" to open up a case. For example, here is th