another client customer ID has data but i get nothing

2021-05-05 Thread ming suan
I can get data by using client customer ID(679-172-7449), can't get anything by client customer ID(710-919-9972), the full request is: AD_PERFORMANCE_REPORT (during('20210401', '20210416')) AccountDescriptiveName,CampaignId,AdGroupId,Id,Conversions,CostPerConversion,Cost Response: object(Sim

How to add User's email list to the UserLists, using the REST APIs.

2021-05-05 Thread Kishan Virani
Hi There, I've been trying to create the audience list with the CrmBasedUserList type and then add member's emails to the list. I've looked through the UserListOperation documentation under REST Interface documentation but didn't find anything promising. I've also looked at the "UserData" und

Re: Campaign data discrepancy in Google Ads API and AdWords Report API

2021-05-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for providing further details to your concern. I am a colleague of Peter and let me continue the discussion for this concern. Unfortunately, our team would not be able to proceed with the investigation without the API logs generated in Google Ads API. With this, we will request t

Re: What is the minimum duration between uploading an offline conversion and subsequently uploading an adjustment for the conversion?

2021-05-05 Thread 'Bhavin Radadiya' via AdWords API and Google Ads API Forum
Hey there, I'm facing the same issue. I've created an offline conversion yesterday (Conversion create date: 2021-05-05 07:15:36+00:00) and trying to send an adjustment now (Adjustment date: 2021-05-06 02:43:34+00:00). But it still responds with a validation error {"partialFailureError":{"cod

"criterionError": "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING"

2021-05-05 Thread Francisco Quintero
Good Evening, Working with the rest apis, specifically with creating a campaign criteria. I'm calling the endpoint /campaignCriteria:mutate https://googleads.googleapis.com/${process.env.GOOGLE_API_VERSION}/customers/${customer_Id}/campaignCriteria:mutate Im passing in the body: { operations:

RE: AttributeError: 'META'

2021-05-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. Our team can only provide support to concerns / issues related to Google Ads API / AdWords API. Since your issue / concern is specific to implementation of Python code, then I would suggest reaching out to the author of the Python client library via this

Re: Campaign data discrepancy in Google Ads API and AdWords Report API

2021-05-05 Thread Caihua Du
Thanks Peter for reaching out. Would like to clarify that the discrepancy is between AdWords API (*not *the AdWords report API) and Google Ads API. Sorry for the confusion. Here is the request that we send over to Google Ads. We were expecting 14 campaigns to be returned back, but only 4 returned

RE: user_location_view.country_criterion_id unable to translate to geo_target_constant

2021-05-05 Thread Google Ads API Forum Advisor Prod
Hi Todd, Thank you for reaching out to our API support team. The location IDs you specified appear to be belonging to restricted countries as discussed here. Since our API team currently does not have visibility to which exact countries these codes are associated to, you may reach out instead

RE: Query assets

2021-05-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The Google Ads API currently does not have an ad_text_asset report. Could you confirm if what you are referring to instead is the asset or the ad_group_ad_asset_view reports? In addition, I would recommend that you try out our Query Builder as well to help in c

RE: ValueError: Specified type 'DismissRecommendationOperation' does not exist in Google Ads API v7

2021-05-05 Thread Google Ads API Forum Advisor Prod
Hi Sean, Thank you for posting your concern. Based on this document, the code structure is similar to applying a recommendation, but instead you use DismissRecommendationOperation and RecommendationService.DismissRecommendation. I can see that the implementation of your code is correct based o

AttributeError: 'META'

2021-05-05 Thread Анатолий Копыток
Good afternoon. I am a beginner Django Python super master. I face big problems every day, but there is one big problem that I can't solve for more than 2 days. I'm trying to make a project using the google ads api. I have completed all the necessary procedures and can connect to test accounts

ValueError: Specified type 'DismissRecommendationOperation' does not exist in Google Ads API v7

2021-05-05 Thread Sean Driscoll
Hi, I'm trying to dismiss some recommendations via the Google Ads API, following the example on this page https://developers.google.com/google-ads/api/docs/recommendations but I'm getting a value error saying the specified type doesn't exist. Any help would be appreciated. Code is below def

Re: search_terms

2021-05-05 Thread Nurullah SERT
I am trying to pull the data in this menu. [image: ads_search_terms.jpg] 5 Mayıs 2021 Çarşamba tarihinde saat 21:48:54 UTC+3 itibarıyla Nurullah SERT şunları yazdı: > I want to get the search terms in the ad group with Python. > > > > > > > > > > > > > *report_downloader = > client.GetReportDow

search_terms

2021-05-05 Thread Nurullah SERT
I want to get the search terms in the ad group with Python. *report_downloader = client.GetReportDownloader(version='v201809')report_query = (adwords.ReportQueryBuilder() .Select('AdGroupId','CampaignId') .From('SEARCH_QUERY_PERFORMANCE_REPORT') .During('YESTERDAY') .Build())print(r

Re: ManagedCustomerServiceError.INVALID_ACCOUNT_SETTING_TYPE_DS

2021-05-05 Thread Matic Tribušon
The whole soap response pasted below. http://schemas.xmlsoap.org/soap/envelope/\";> https://adwords.google.com/api/adwords/cm/v201809\"; xmlns=\"https://adwords.google.com/api/adwords/mcm/v201809\";> 0005c1971e301e380aa10a82f2079dbd ManagedCustomerService

ManagedCustomerServiceError.INVALID_ACCOUNT_SETTING_TYPE_DS

2021-05-05 Thread Matic Tribušon
Hi! We're requesting access to one of our client's accounts through the API. We're using the GoogleAds PHP SDK v38.0.0. To request access we do the following: - create an instance of ManagedCustomerService - create an instance of ManagedCustomerLink - set the appropriate manager & c

Query assets

2021-05-05 Thread dhmitc...@gmail.com
Just checking, the Google Ads Query Language (https://developers.google.com/google-ads/api/docs/query/overview) says it cannot handle repeated fields. ResponsiveSearchAdInfo says headlines[] is a field. I assume altho it doesn't use the word "repeated", being an array means it is repeated. Can

user_location_view.country_criterion_id unable to translate to geo_target_constant

2021-05-05 Thread Todd Evans
We are running a gaql that has a resource of *user_location_view*. We are trying to translate the *user_location_view.country_criterion_id* value to a *geo_target_constant.name.* All the values translate fine except for the following user_location_view.country_criterion_id's - 2192 - 23

Dynamic HTML5 Ads using Adwords API OR Ads API

2021-05-05 Thread 'Ionut Mihai' via AdWords API and Google Ads API Forum
Hello, using Adwords Api our app creates HTML5 ads for our clients. The system generates and uploads the HTML5 zip archive using MediaBundle and creats a TemplateAd (with template id 419). But this creates a "standard" HTML5 Ad - not a Dynamic HTML5 Ad. Manually creating a Dynamic HTML5 ad and

how I can assign a goal for my compaign using an api call

2021-05-05 Thread Nayrouz Boussoffara
Is there a way to put a goal for the campaign created using an api ??. Because I have not found how to do that, on the other hand if I navigate to the graphical interface of google ads, I find that my campaign does not have a goal, then I can select a goal from the list displayed (prospects , sa

Re: There is a report with a list of websites where a Display ad appeared?

2021-05-05 Thread Victor P
Ok Matt, Prefect! thanks for the contribution, it is a great help! I hope I don't have any problems with the implementation. Regards, El martes, 4 de mayo de 2021 a las 14:11:42 UTC+2, adsapiforumadvisor escribió: > Hi Victor, > > Thanks for reaching out. There are two performance reports that