UserDataService w/ .NET Client Library

2022-05-03 Thread Ian Wills
Hello all, Working on migrating from Adwords API to Google Ads API. Trying to assess between using UserDataService and OfflineUserDataJobService. I haven't found an example for UserDataService, so I'm trying to mimic the example for OfflineUserDataJobService found here

Re: List Accessible Accounts stuck in error loop

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jack, Thank you for your reply. For the scenario where the ListAccessibleCustomers requests are stuck in a loop, and apart from the complete logs, could you also share the request-id if available? In addition, could you point out specifically what incorrect details the users' input, is it

Google Ads API GAQL: Request for an implicit left join on attributed resources

2022-05-03 Thread Mehul Parmar
Hi Team, We leverage the GoogleAdsService and SearchGoogleAdsStreamRequest to download data from Google Ads API resources using GAQL. One of the resources we are downloading is the ad_group and a few of its related attributed

Google Ads

2022-05-03 Thread Mehul Parmar
Hi Team, We leverage the GoogleAdsService and SearchGoogleAdsStreamRequest to download data from Google Ads API resources using GAQL. One of the resources we are downloading is the ad_group and a few of its related attributed

Re: Alignment between API version upgrades and client libraries

2022-05-03 Thread Dorian Kind
Hi Jakeia, I appreciate your continued support, but I don't really see how your answer relates to the issue I've described. I'm well aware that the client libraries will be updated at some point in order to ensure compatibility with the latest API version. What's less clear to me is what to do

RE: Internal error when trying to mutate product listing group tree

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Darren, An internal error doesn't have to be because of the code you are using and the experts on client library code can be reached via issue tracker. Could you privately send us the 'DEBUG'' log level request and response log of API communications that brings this error? The request and

Re: Alignment between API version upgrades and client libraries

2022-05-03 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. As said on this blog -”to use some of the v10.1 features, you will need to upgrade your client libraries and client code. The updated client libraries and code examples will be published next week” and as this blog published earlier

RE: Load_From_dict error

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vickey, You may reach out to the issue tracker as this appears to be a client library specific issue. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2aPlbM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Getting Audiences From API Issues

2022-05-03 Thread João Pedro
Hello! I'm having some issues when i try to get the audiences data from API. The code I'm using is: from google.ads.googleads.client import GoogleAdsClient client_g = GoogleAdsClient.load_from_storage(version="v9") ga_service = client_g.get_service("GoogleAdsService") client_customer_id = 'my

RE: Google Ads API Migration

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Héctor, The new Ads API that replaced AdWords API is found here - https://github.com/googleads/google-ads-php/ na d in our documentation is - https://developers.google.com/google-ads/api/docs/client-libs/php. The newer version of your current library will be used by Ad Manager API. Here is

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2022-05-03 Thread Yusuf Coskun
Hi, Thank you for the detailed explanation. We have two GCPs (test and production) and two developer tokens. I am having trouble on prod GCP and I tried both developer tokens to make api calls to prod GCP but neither of them works. At this point, do we have any other options than creating a

Re: Missing Image Ads in ad_group_ad view

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Don, A report without segments will get all metrics for the filtered date, while a segmented report will only give metrics that match the segment. If your ads served to keywords and to non keywords, the segmented report will report the metrics for keywords served ads only, while the non

Remove approved and active Billing Setup

2022-05-03 Thread Robert Zimmermann
Hello, we want to remove an active (APPROVED) billing setup to create a connection to an other payment profile. We understand that BillingSetupOperation::setRemove can only work for Billing Setups who not already started. But how is the workflow to remove active Billing Setups? There is no

Re: Permission Denied

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out. We have received logs. Upon taking look at your logs, I can see that the client have encountered the AuthorizationError.USER_PERMISSION_DENIED error. Kindly note that you may receive the error ‘USER_PERMISSION_DENIED’ when a user doesn't have permission to

Asset report not returning asset types of MOBILE_ASSET

2022-05-03 Thread 'Charles M' via Google Ads API and AdWords API Forum
Hello, I am experiencing an issue where I would like to request all of the assets of type "MOBILE_ASSET" in a report, but even though the account has them and they are approved, the assets are not contained in the report. I have tried different asset reports and they have the same result.

Re: geographic_view, report with python library

2022-05-03 Thread jubap...@gmail.com
thank you I had send an e-mail to googleadsapi-supp...@google.com. On Tuesday, May 3, 2022 at 12:01:19 AM UTC-7 adsapi wrote: > Hello, > > > > I'm Kevin from the Google Ads API Team. > > > > Can you please provide the complete request >

Re: Unable to find a few fields related to Bid Strategy, on the UI

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, It does appear to be a product issue. However, can you please reach out to the product team to confirm this? They are in a better position to assist with issues related to the web interface. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2aO1RB:ref --

Request is missing required authentication credential

2022-05-03 Thread Tamas Tyukodi
Hello support team, I have successfully managed to test your java example for. *ListAccessibleCustomers* from your git examples but as i have to migrate Google Adwords to Google Ads in NodeJs, i couldn't manage to set up the initial calls. So using https://github.com/Opteo/google-ads-api for

ResourceCountLimitExceededError for labels

2022-05-03 Thread Markus Heiden
Hi, we currently get an ResourceCountLimitExceededError.RESOURCE_LIMIT (existing count = 764, limit = 200) when creating labels for a specific customer. This limit is not documented IMO. The closest match I found was

including Locations when creating a campaign via REST

2022-05-03 Thread 'Dev Dev' via Google Ads API and AdWords API Forum
Hola, How can I include locations in a new project that I create via REST? Specifically DMAs -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: GRPC 4.9 Centos 7/8 issues

2022-05-03 Thread Google Ads API and AdWords API Forum
Hello, I discussed this issue with my team, and we think there may be a workaround to get gRPC to work on centos 7. The issue is that the _default_ compiler on centos 7 is too old. You should be able to get a newer compiler on centos 7 using software collections at

No extensions returned when they should

2022-05-03 Thread Oliver
Hello API team, We believe Google has now upgraded all sitelink ad extensions (according to this ). Hence, we believe all such extensions can now be retrieved by querying *account_asset* and *campaign_asset.* We are, however,

Re: customer:uploadUserData in google ads REST API not uploaded data

2022-05-03 Thread Dee Nguyen
Thank you for your response. I recognized that the matching number is updated but no logs are shown as Google Adwords API did. I think everything is ok now. Dee Nguyen | 0359.677.657 I* enjoy the work, I enjoy every minute of my professional life* - Jose Mourinho Vào Th 3, 3 thg 5, 2022

how to pause your PERFORMANCE_MAX campaign ?

2022-05-03 Thread Andrei Marian
Hello, I have a problem with pausing PERFORMANCE_MAX campaigns. In the script below select the active PERFORMANCE_MAX. How can I pause these campaigns ? const search = AdsApp.search("SELECT campaign.name,campaign.id,campaign.status,campaign.advertising_channel_type FROM campaign WHERE

Problem : Conclusion: remove symfony/symfony v3.4.47

2022-05-03 Thread Jatin Khatri
Hi I am installing latest version of "googleads/googleads-php-lib" using composer following the approach from here https://github.com/googleads/googleads-php-lib/blob/main/README.md But i am getting error below : *$ composer require googleads/googleads-php-lib* *Using version ^50.0 for

geographic_view report duration

2022-05-03 Thread Markus H.
Hi, we would like to retrieve one week of data using the "geographic_view Report". Method:"/google.ads.googleads.v10.services.GoogleAdsService/SearchStream" SELECT

Internal error when trying to mutate product listing group tree

2022-05-03 Thread BrillDaza
Hi, I am getting internal error when trying to upload the product group tree of ad groups. It seems no matter what way this is done it throws the same error. Is there anyway to get a more useful error to know why it is failing or is the issue just google end? I have attached the code i am

Regarding Developer token failure during rule execution in Google Ads API

2022-05-03 Thread Safetynet Devs
Hello Team, We are facing below error while migrating AdWords API to Google Ads API *errors {error_code {authorization_error: DEVELOPER_TOKEN_PROHIBITED}message: "Developer token is not allowed with project X"}* When we went through Google Ads API document, we came to know that