Re: Mutate Budget REST / JSON

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ed, Thanks for updating us on the issue. We’re glad to know that your issue has been resolved after passing budget ID correctly. Please don’t hesitate to reach out to us again if you have any queries related to our API. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2Ykpi5:ref --

请问基于关键词发现(generateKeywordIdeas)的 API,v10 版本与 v9 版本有什么不同?

2022-03-13 Thread 陈康
当前使用的接口是: https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers/generateKeywordIdeas?hl=en 我看到 V9 提示已经废弃,那么需要更换到 v10 版本吗? what different v9 and v10 ? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

RE: Troubles with Google Ads API Documentation

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API team. In order for you to get the placements from the "WHERE ADS SHOWED" that can be seen in the Google Ads UI, you need to use the group_placement_view. Then, if you want to exclude the placements retrieved by the said report type, you n

Multiple Predicate

2022-03-13 Thread charles lerasan
hi, I am creating a report definition. And my issue is to have multiple predicate in one selector. Sadly I cannot find any documentation that provide information about it. here's a sample: report = { 'reportName': 'CRITERIA_PERFORMANCE_REPORT', 'reportType': 'CRITERIA_PERFORMANCE_REPORT', 'date

Re: Mutate Budget REST / JSON

2022-03-13 Thread Ed Johnson
Hi Ernie, I was responding to you privately and going through the data sent when I realized I was parsing the budget ID incorrectly so the ID was in fact incorrect. Once I corrected that, everything worked great! My apologies for sending this question, I thought I had double and triple checked

RE: Cannot select metrics top_impression_percentage in Ads API, but can select TopImpressionPercentage in AdWords API. Why?

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API team. 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,

How can I solve it?

2022-03-13 Thread wentao bian
com.google.ads.googleads.v8.errors.GoogleAdsException: errors { error_code { asset_error: DUPLICATE_ASSET } message: "Assets are duplicated across operations." location { field_path_elements { field_name: "operations" index: 0 } field_path_elements { field_

Assets are duplicated across operations. How can I solve it?

2022-03-13 Thread wentao bian
com.google.ads.googleads.v8.errors.GoogleAdsException: errors { error_code { asset_error: DUPLICATE_ASSET } message: "Assets are duplicated across operations." location { field_path_elements { field_name: "operations" index: 0 } field_path_elements { fi

RE: What is the new API for dynamic remarketing with custom feeds

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API team. Could you confirm if concern is specifically about managing asset-based feed for dynamic remarketing instead rather than asset-based extension? If yes, then you may refer to the documents below that contains the services that you ne

How to set a special goal at the campaign level?

2022-03-13 Thread Kieran Eddy
def update_goal(client,customer_id,campaign_resource_name): # 以下是Campaign级别的conversoin goal设置 conversion_goal_campaign_config_service = client.get_service("ConversionGoalCampaignConfigService") conversion_goal_campaign_config_operation = client.get_type("ConversionGoalCampaignConfigOperation") ca

Re: Retrieve each campaigns geographic target

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Scratch, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. I would like to inform you first that there is no sample implementation for the suggestion that I will mention. Moving forward, I would suggest using the geographic_vi

RE: Mutate Budget REST / JSON

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ed, Thank you for posting your concern. To further investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end without redacted fields and where we can see the error? You can provide it via Reply privately to autho

RE: Malformed auth code

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oliver, Thank you for posting your concern. The invalid_grant (Malformed auth code) error occurs when attempting to generate a refresh token for a user that has already granted access to the requesting application. For example, this can happen when running the Authenticate in Web Applicatio

Re: HTML5 ad display / preview link via the API

2022-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wei, Thank you for reaching out. Could you confirm if you are referring to the Ad Preview and Diagnosis tool in the Google Ads API? If yes, then I am afraid that this is currently not supported. However, allow me to raise a feature request to my team to have a feature in the API that will h

Re: Retrieve each campaigns geographic target

2022-03-13 Thread scratch27
Hi Nirmita, I have written the following query but I get a Call to Undefined Method... SELECT campaign.name FROM campaign_criterion WHERE campaign_criterion.proximity.address.country_code='FR' My sole and only question is how to get the country geographically targeted from a search campaign. I

Google ads will remove the special characters like - or " in keywords

2022-03-13 Thread Rock Qi
Hi, During the process of migrating adwords to ads, I found keywords with special characters, such as built-in, 30"" cooktop, the special characters in keywords will be removed when ads API return. (built-in -> built in, 30"" cooktop -> 30 cooktop) But adwords will not. My question is, how to p