Re: How to get Audience segments information?

2022-01-12 Thread Chen Xiaowei
When I add user_list segment, it return null. 在2022年1月12日星期三 UTC+8 11:51:04 写道: > Hi team, I want to get Audience segments like UI shows. I use > SELECT ad_group_audience_view.resource_name FROM ad_group_audience_view > SELECT campaign_audience_view.resource_name FROM campaign

RE: manager_link_error: INVALID_CHANGE

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katerina, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide it via Reply privately to author option. If this option is not available, then send it

RE: Can Someone help convert my R script to Python for getting GAQL queried data

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. I'm afraid that converting your script to Python is already outside of our team's expertise. You may want to make use of the

Re: Radwords

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Our team understands the challenges of migrating to the new Google Ads API. However, and as mentioned in my earlier response, you should be able to use the Query Migration Tool, for translating your AWQL queries into the new GAQL, so as to help simplify your migration effort for the

RE: Migration question about AssetSet based page feed

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Robin, Thank you for posting your concern. Please see my answer below for each questions: 1. Is duplicate AssetSetName possible for AssetSet ? -I am afraid that this is not possible as you will encounter the DUPLICATE_ASSET_NAME. 2. Is duplicate value possible between old FeedName and

Re: "suggestKeywordThemes" is different from the UI

2022-01-12 Thread Chen Xiaowei
Request: curl --location --request POST 'https://googleads.googleapis.com/v9/customers/XXX:suggestKeywordThemes' \ --header 'Content-Type: application/json' \ --data-raw '{ "suggestion_info": { "final_url": "https://lupmall.com/;, "language_code": "en",

Re: About audience segments

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Hope you're safe and doing fine. In the Google Ads API's perspective and from this mapping guide, AUDIENCE_PERFORMANCE_REPORT is mapped to these available views (campaign_audience_view, ad_group_audience_view). Both views can be segmented by the user_list resource in which you

RE: AuthenticationError.NOT_ADS_USER

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. Based on the email subject, the NOT_ADS_USER indicates that you may have used an email address, that is not associated to any Google Ads accounts, to generate the OAuth2 credentials you are using in your API request. However, since you

Re: How to get the Entire Campaign object when creating the campaign

2022-01-12 Thread Wayne
Amazing! That helped. Thanks a lot! :) On Wednesday, January 12, 2022 at 11:05:35 PM UTC+5:30 adsapi wrote: > Hi Wayne, > > You can make a MutateCampaignsRequest > > and > set the response_content_type

RE: Adding Keywords to AdGroup via AdWords API is failing with OperationAccessDenied.ACTION_NOT_PERMITTED

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Dean, Thank you for reaching out to us. The OperationAccessDenied.ACTION_NOT_PERMITTED error signifies that you don't have an authorization to invoke the mutate method. So our team can better check on this, can you share to us the complete SOAP logs (request and response with

Re: "suggestKeywordThemes" is different from the UI

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Chen, Could you please attach a new log for the result you just mentioned? Best, Thanet, Google Ads API Team ref:_00D1U1174p._5004Q2TkfyX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: UserList, Removing all UserData from a UserList

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan, Thank you for posting your concern. Please note that there are 2 services in the Google Ads API that you can use for managing a user list as mentioned on this document, one is the UserDataService and the other one is the OfflineUserDataJobService. You may refer to this document to

Re: Digest for adwords-api@googlegroups.com - 25 updates in 14 topics

2022-01-12 Thread Ratthaphon Parasri
Thanks On Wed, Jan 12, 2022, 06:17 wrote: > adwords-api@googlegroups.com > > Google > Groups > >

Re: Digest for adwords-api@googlegroups.com - 25 updates in 17 topics

2022-01-12 Thread Ratthaphon Parasri
Thanks On Thu, Jan 13, 2022, 03:04 wrote: > adwords-api@googlegroups.com > > Google > Groups > >

Geoe Target Performance with matrics in campaign level

2022-01-12 Thread Traktor Quick
Hallo Google ads API team I was try to retrive geo target data and matrics in campaing level with this query query1 = """SELECT geo_target_constant.canonical_name, geo_target_constant.country_code FROM geo_target_constant """ query2 =""" SELECT campaign.id,

RE: shopping_performance_view getSegments()

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi John, Thank you for reaching out to our API support team. So our team can take a closer look, could you also share the generated and complete request and response logs, with the request-id and login-customer-id? This is so that our team can replicate your report on our end and check whether

Re: "suggestKeywordThemes" is different from the UI

2022-01-12 Thread Chen Xiaowei
Hi Team, Thanks for continuing follow up my question,now we find the suggest keywordtheme would be inaccurate. As my store is selling hoverboards and socks,but the suggest keywordthemes are all furniture related. My final_url is https://lupmall.com/ Thanks 在2022年1月10日星期一 UTC+8 17:40:45 写道: >

Re: Radwords

2022-01-12 Thread J T
Google api team should provide us with an alternative or way to query data from specific campaigns,ads without coding then. We have too many lines of codes in AWQL which now you are making redundant. This is unfair and should be able to access through a daily report without R or python On

Can Someone help convert my R script to Python for getting GAQL queried data

2022-01-12 Thread J T
Im trying to use rgoogleads but it keeps asking me for authentication. I instead want to use python googleads library. Can someone please help me convert the below script to python? # LINES BELOW ARE FOR TROUBLESHOOTING AUTHENTICATION #install.packages("RCurl") #require(devtools)

RE: MetroCriteriaId - Geo Performance Report Issue

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jayant, Thank you for raising your concern. You will need to make another report using the geo_target_constant and including the geo_target_constant.name to get the information that you are looking for. Let me know if you have further questions. Regards, Ernie John Blanca Tacata Google

Adding Keywords to AdGroup via AdWords API is failing with OperationAccessDenied.ACTION_NOT_PERMITTED

2022-01-12 Thread Dean Povey
Since December 13, 2021 we have started getting this error for a client. We are attempting to add BiddableAdCriterion for Keywords via the AdWords API. The exception returned is below. Any ideas on what could have caused this problem? The manager account seems to have access and we are able to

RE: Update a campaign's daily budget

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Thanks for reaching out to the Google Ads API support. The Ads API documentation does not have an example that provides budget reset logic. Please refer to the existing-campaign documentation on how to update your daily campaign budget with this CampaignOperation.update

IMAGE_AD Immutable or Mutable?

2022-01-12 Thread Pete Lavetsky (AdWords API Guru)
Hi all, This question boils down to: "Are final urls of Image Ads mutable?" According to this documentation it says that Image Ads are mutable : https://developers.google.com/google-ads/api/docs/ads/ad-types#description_of_each_ad_type However here it says that ImageAdInfo is immutable :

RE: Hide and Unhide Customer in MCC

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Fred, Thanks for reaching out. I will relay your suggestion for more descriptive error messaging here. The Ads API follows the same user access privileges laid out here. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UjF5E:ref -- --

Re: Ability to "Cancel" client account

2022-01-12 Thread Matías Dell'Oso
Sorry I didn't see the link. Ok, thanks. This is solved El miércoles, 12 de enero de 2022 a las 15:19:41 UTC-3, Matías Dell'Oso escribió: > Hi Matt, thank you for the response. What about closed account? I have > this "Account status: This account is closed and cannot be reactivated." > > > El

AuthenticationError.NOT_ADS_USER

2022-01-12 Thread FPAI Dev
Hi, We are using a third party tool to connect to Google Ads and create the audience on Google Ads Manager account. But we are getting the authentication error. The user who created all tokens required to connect api has admin access to the Business manager account and the Ads account as

shopping_performance_view getSegments()

2022-01-12 Thread John
Hi, I'm trying to get the shopping_performance_view report to return the same data that I used to get with the SHOPPING_PERFORMANCE_REPORT in the old API but I'm not able to have getSegments() return anything for extracting the product_item_id I'm passing the following query SELECT

Re: Ability to "Cancel" client account

2022-01-12 Thread Matías Dell'Oso
Hi Matt, thank you for the response. What about closed account? I have this "Account status: This account is closed and cannot be reactivated." El miércoles, 12 de enero de 2022 a las 15:17:21 UTC-3, adsapi escribió: > Hi Matías, > > As mentioned here >

Re: Ability to "Cancel" client account

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matías, As mentioned here, this limit applies to inactive accounts as well. If you have any more general questions about account limits, please reach out to product support. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2TNgor:ref -- --

RE: About audience segments

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael, Thanks for reaching out. Can you please provide a bit more detail about your request? If you are referring to a feature in the UI, can you please provide us with a screenshot for reference? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UjBWX:ref

RE: [Google API v9] Create Custom audience using MutateOperation

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aistis, Thanks for reaching out. As the CustomAudienceOperation is not listed in the MutateOperation operation field you linked, it is not currently supported in the Ads API. However, please allow me to make a feature request on your behalf. Relevant updates will be posted on the release

Re: Hide and Unhide Customer in MCC

2022-01-12 Thread Fred Lovine
It appears this operation works for Admin level users, but fails for Standard level. It would be helpful if the error message conveyed this. On Wednesday, January 12, 2022 at 8:56:35 AM UTC-5 Fred Lovine wrote: > Hi, > > We are receiving an error when trying to hide / unhide a customer account

Re: How to get the Entire Campaign object when creating the campaign

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wayne, You can make a MutateCampaignsRequest and set the response_content_type field to MUTABLE_RESOURCE. This determines whether the mutable resource or just the resource name should be returned post mutation. Please see this example of its usage. Alternatively, if you have the resource

manager_link_error: INVALID_CHANGE

2022-01-12 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi there! We have implemented linking to the manager account according to this guide and it works just fine for most of our clients. However, sometimes, when trying to accept the pending

Migration question about AssetSet based page feed

2022-01-12 Thread 任Robin
Hi Google Team, I'm currently trying to do asset based page feeds migration. I've followed this document : https://developers.google.com/google-ads/api/docs/dynamic-search-ads/dsa-page-feeds and created assets, assetSet, and joined them through assetSetAsset. I have two questions to ask :

UserList, Removing all UserData from a UserList

2022-01-12 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hello, Im using the UserData .setCreate and .setRemove to create add/remove operations to my UserList, I want to be able to delete all UserData from the UserList. Using Adwords API I used MutateMembersOperand, operand .setRemoveAll (true). What is the correct way to do it in GoogleAds API? Im

MetroCriteriaId - Geo Performance Report Issue

2022-01-12 Thread Jayant Meshram
Hello, I am using google ads api and downloading GEO performance report. I am downloading data from geographic_view as suggested in google ads documents. In column metroCriteriaId I am getting kind of these values - geoTargetConstants/200522 which is fine.But I need metro location name

Hide and Unhide Customer in MCC

2022-01-12 Thread Fred Lovine
Hi, We are receiving an error when trying to hide / unhide a customer account in our MCC. It's not clear if the problem is with our code, or with the API. *Here is the error:* Google\ApiCore\ApiException : { "message": "Request contains an invalid argument.", "code": 3, "status":

Re: Ability to "Cancel" client account

2022-01-12 Thread Matías Dell'Oso
Hello, I would like to know if the limit of 85000 account limit apply for canceled and closed account too. We have integration tests that create customers and I want to know if we are going to reach that limit eventually. Thanks in advance, Matías. El lunes, 20 de diciembre de 2021 a las

[Google API v9] Create Custom audience using MutateOperation

2022-01-12 Thread Aistis
Hi, Is it possible to create/update Custom Audience using *MutateOperation* (https://developers.google.com/google-ads/api/reference/rpc/v9/MutateOperation). At the moment i see in example code (https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences) it

Update a campaign's daily budget

2022-01-12 Thread Michael Chiche
Hello team, I searched for how to update the daily budget for a campaign, but I can't find ... I can only find the "CampaignBudget" function but this is not the one I need. I would just like to be able to dynamically update the budget for a particular campaign, like from the FRONT (see

Re: Assignment not allowed to repeated field "conversions" in protocol message object

2022-01-12 Thread panu.kuu...@hopkins.fi
Solution: request.conversions.append(click_conversion) request.partial_failure = True conversion_upload_response = ( conversion_upload_service.upload_click_conversions( request=request, ) ) request.conversions[:0] On Thursday, January 6, 2022 at 6:14:40 PM UTC panu.kuu...@hopkins.fi wrote: >

Re: Upload Click Conversions: Assignment not allowed to repeated field "conversions" in protocol message object.

2022-01-12 Thread panu.kuu...@hopkins.fi
Solution: request.conversions.append(click_conversion) request.partial_failure = True conversion_upload_response = ( conversion_upload_service.upload_click_conversions( request=request, ) ) request.conversions[:0] On Tuesday, January 11, 2022 at 1:57:29 PM UTC panu.kuu...@hopkins.fi wrote: >

About audience segments

2022-01-12 Thread Michael Liu
How do I get the audience segments list through the ADs API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: Get account information

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thank you for the reply. The possible field that you can use in the canManageClients is customer.manager while customer.conversion_tracking_setting.cross_account_conversion_tracking_id for EffectiveConversionTrackingId. Please verify if you can get the information that you are looking