Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-08 Thread gagan gupta
Sent you. On Monday, June 8, 2020 at 11:32:43 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > I didn't receive your private message with your logs. Can you please send > them again? > > Thanks, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q1zqFyN:ref > -- --

how do I change the api response format to csv

2020-06-08 Thread MITHUN M
I'm making a restful api request to https://googleads.googleapis.com/v3/customers/x/googleAds:searchStream with all the required parameter. I'm getting a response in JSON format. are there any downloadFormat like params so I could change the response format to csv -- --

Re: How to get TopOfPageCpc, FirstPageCpc?

2020-06-08 Thread cv
Hello Sasha, I can see that keyword_view can be used with ad_group_criterion and ad_group_criterion has ad_group_criterion.position_estimates.top_of_page_cpc_micros ad_group_criterion.position_estimates.first_page_cpc_micros Does this cannot be used with keyword_view? Also From what I

How to create the Product Group of "All Product" with AdWords API

2020-06-08 Thread Auto Connexity
Hi, I am trying to setup a SHOWCASE Ad Group and assign a Product Group of "All Products" to it. It can be done easily on UI. However, I could not figure out how to create the proper AdGroupCriterion to create the "All Products" product group with AdWords API. Any suggestions? Thanks --

OAUTH_TOKEN_INVALID with seemingly correct credentials

2020-06-08 Thread Daniel Bokser
Hi, I am trying to access the TargetingIdeaService using the googleads.adwords Python library and I am getting an OAUTH_TOKEN_INVALID error. I generated the refresh_token with the generate_refresh_token.py script and confirmed that the token is valid via the

Ad Name?

2020-06-08 Thread Daniel Gilberg
Hi, I feel like this is a silly question but can I get ad name from the Google Ads API? I don't see it as a column for it when I pull an ad performance report. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

FINAL_URL_REPORT gives me empty data!

2020-06-08 Thread Fabrizio Ferrari
Hello everyone. I just implemented the GoogleAds API and I could perform all the examples provided in the original package, but now that I am trying to pull the data I need for myself, I have a problem. I am trying to download yesterday's final URLs of our shopping campaign, which should

Saving keywords and their resource name in Google Ads API

2020-06-08 Thread Zhen Guo
Hi, When generating keyword plans, I get a list of keyword resource names like the following. Is there a way I can get the specific keyword that they are responding to? Are these responses ordered in the same way I pass the keyword operations to the API call? Created keyword plan keyword with

RE: Sufficient way to get keyword ID in Google Ads API?

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Zhen, Thank you for reaching out. With regards your concern about getting keywords, you can use this code example here (available different language). You can find more information following this guide. Let me know if you have any questions. Thanks, Nirmita Patel Google Ads Team

RE: How to get a specific keyword text value by its id in Google ads API?

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Zhen, Thank you for reaching out. You could query the ad_group_criterion.keyword.text field from keyword_view resource and specify ad_group_criterion.criterion_id in the WHERE clause to get the specific keyword text value. Thanks and regards, Xiaoming, Google Ads API Team

Re: Appealing PolicyFindingError For ExpandedTextAd by API not work

2020-06-08 Thread guofu Zhong
Not work. The ignorable_policy_topics is fetched from previous calls. The error doesn't seem to be caused by I only call once. On Monday, June 8, 2020 at 11:23:27 AM UTC-7, adsapiforumadvisor wrote: > > Hi Guofu, > > From our documentation on >

RE: CriteriaDestinationUrl "Keyword/Placement destination URL" in Product Partition Report

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hello, Shopping ads will come from one of the following: The Shopping tab on Google Search (in select countries) Google Search, next to search results (separate from text ads) and Google Images Google Search Partner websites (if your campaign is set to include search partners) The Google

Re: Questions about the new Google Ads API

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Jarkko, That feature is not currently supported. I have created a feature request on your behalf so please keep an eye on our Developer Blog for information on future releases. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZV8EA:ref -- --

RE: How to get TopOfPageCpc, FirstPageCpc?

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi, When you perform a FROM "keyword_view", only some fields are available. You can see which fields are available here: https://developers.google.com/google-ads/api/fields/v3/keyword_view. From what I understand, there is no workaround for that: you cannot access those fields in the UI for

How to get a specific keyword text value by its id in Google ads API?

2020-06-08 Thread Zhen Guo
How to get a specific keyword text value by its id in Google ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

RE: Does GoogleAdsService.SearchStream has the limitation of maximum message size of 4 MB?

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Dong, Thanks for reaching out. The client could consider reducing the number of selected fields and narrowing down the date ranges to reduce the response size. In the meantime, they could also utilize the pagination as they did, just making sure they finish their job before the page token

RE: Appealing PolicyFindingError For ExpandedTextAd by API not work

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Guofu, >From our documentation on >https://developers.google.com/google-ads/api/docs/policy-exemption/expanded-text-ads, > the process for requesting exemption for expanded text ads requires two API >calls. The first API call should not include a "ignorable_policy_topics" >entry. Once that

RE: Adding Audience Members - AdWords API - Python

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Carson, This line of code is where you get the user_list_id created in this example. However, if you are using an existing user_list_id you don’t need to create it and you wouldn’t want to pass in the user_list_id into the id field in this line of code. You actually would need to pass in

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hello, I didn't receive your private message with your logs. Can you please send them again? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zqFyN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: oauth2 readonly scope in nodeJS

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Roby, Thank you for reaching out. Unfortunately, NodeJs isn't a supported client library so I am unable to help with the specifics of that library. On a more general level, if you are just using the API for reporting, you can change your Permissible Use to "Reporting" which will limit your

Re: Sufficient way to get keyword ID in Google Ads API?

2020-06-08 Thread Zhen Guo
Or, is there any way that I can store the keywords and ids when I add keywords? Right now, when I add a keyword plan, only ids are returned, so I don't know which keywords they are mapping to. 在 2020年6月8日星期一 UTC-4下午12:12:49,Zhen Guo写道: > > Hi, > > Is there a more sufficient way to get keywords

RE: Incorrect CPC. Money attribute

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Ricky, Thank you for reaching out to us. I see that you're wondering how the rounding works in the UI. I have observed from the UI that AdWords rounding off the values to lower bound when the number after the 2nd decimal is <=5 and round off to higher bound when the number after the 2nd

RE: Google Ads API - Specific Content Query Issue

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Isaac, Thank you for reaching out. You have two options for retrieving those values. The first is by using the AdGroupAdService get request and retrieving the ResponsiveSearchAdInfo field that you shared. The other option is to use the ad group ad report and pull the

CriteriaDestinationUrl "Keyword/Placement destination URL" in Product Partition Report

2020-06-08 Thread JCAS
Hi guys, I'm doing some tests with the Product Partition Report and came across this attribute "CriteriaDestinationURL", according to the documentation it's Destination URL of the

Re: Standard access application form returns 403 Forbidden

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Pavel, Thanks for reaching out. Can you please provide customer id please reply privately to author options while sharing the details. So i can investigate further this issue. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q20VlJc:ref -- --

RE: How to "Geographic report" data via API?

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Arthur, Glad to hear you were able to resolve your issue. Let me know if you run into any other trouble. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q20Wwy7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Sufficient way to get keyword ID in Google Ads API?

2020-06-08 Thread Zhen Guo
Hi, Is there a more sufficient way to get keywords and their ids than querying the criteria? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: What is the TLS version of google ads v2 api

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Sudhakar, The TLS version is the same for all versions of the API. Based on my local tests, we support up to TLS v1.3. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q20Vrrv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Is there any 3rd party SAAS Product API are available which simplifies the Google AdWords CRUD operations for End User

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Gagan, Thank you for reaching out. Please find my response to your questions below: We recommend you use the official Adwords API/Google Ads API to build your app or integrate to your existing app. These official APIs provide many useful functionalities with detailed documentation and

Re: Getting account's conversion actions with AWQL

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Etay, Thank you for the update. You can use the query you've provided but make sure that you're using it with Google Ads API, as it's a GAQL query and not an AWQL query, so this will not work if you use this query in AdWords API. Let me know if you have further questions. Thank you, Bryan,

Does GoogleAdsService.SearchStream has the limitation of maximum message size of 4 MB?

2020-06-08 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
Hi team, One of my clients tested the SearchSteam service and they said the "429 Resource Exhausted " error will be returned when the data is too large. How can avoid this? They also tried

Re: Exclude Product Group in API

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Bruno, Here an example for including a product group for an ad group of a regular shopping campaign. It will be a similar process for a smart shopping campaign but you won't set the bid value. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zsN0a:ref -- --

RE: Query AC Channel Data

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hello, You can run a video report and include the field channel_id to get YouTube channel data. This report allows you to select fields from the campaign resource including app campaigns. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20Wwfe:ref -- --

Adding Audience Members - AdWords API - Python

2020-06-08 Thread Carson Whitley
Looking for code snippet as reference or assistance with respect to "Adding", "Modifying" or, "Deleting" members from an existing Audience. I've found https://developers.google.com/adwords/api/docs/samples/python/remarketing#create-and-populate-a-user-list However, I only wish to populate an

Re: Questions about the new Google Ads API

2020-06-08 Thread Jarkko Niemelä
Hi, Thank you for the confirmation. Is there currently any way to get monthly search volumes using the API ? Best regards, Jarkko On Monday, June 8, 2020 at 4:45:21 PM UTC+3, adsapiforumadvisor wrote: > > Hi Jarkko, > > The historical data is available as an average of the last 12 months

Re: Questions about the new Google Ads API

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Jarkko, The historical data is available as an average of the last 12 months as shown here. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZV8EA:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Can't get keywords in Google Ads API

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Zhen, If you are using a manager account to make API calls, you will get empty results. You will need to make the call from the client account level. If this is not your issue, please double check any filters that may result in zero results such including enabled and paused keywords.

GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-06-08 Thread Rohit kukreja
While trying to run get_campaigns.py I am getting this error, Traceback (most recent call last): File "get_Campaigns.py", line 72, in main(adwords_client) File "get_Campaigns.py", line 55, in main page = campaign_service.get(selector) File "C:\Users\Dipanshu

Re: Exclude Product Group in API

2020-06-08 Thread Bruno Javier Gaineddu
Hello, thanks for the reply, I just saw this ... It will have an example, for PHP or another language, of how to do this, because I can't find anything on the web ... Thank you El jueves, 28 de mayo de 2020, 11:13:51 (UTC-3), adsapiforumadvisor escribió: > > Hi Bruno, > > Yes, it does. Product

Re: Questions about the new Google Ads API

2020-06-08 Thread Jarkko Niemelä
Hi, Just to confirm that the data is available on a monthly basis and not as an average of last 12 months ? We tried to pull data from historical keyword metrics but we got average values for 12 months. Best regards, Jarkko On Monday, March 30, 2020 at 7:44:51 PM UTC+3, adsapiforumadvisor

Re: What is the TLS version of google ads v2 api

2020-06-08 Thread sudhakar dadi
Hi Mitchell, Is there any update on below request? Thanks Sudhakar On Thursday, June 4, 2020 at 12:16:59 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Sudhakar, > > Thank you for reaching out. I will have my team look into this issue and > let you know. > > Regards, > Mitchell > Google Ads

oauth2 readonly scope in nodeJS

2020-06-08 Thread Rc B
hi i use nodeJs to communicate with adwords account via the api. it works perfectly but when launching an oauth popup to the user, it asks for permissions to "manage adwords accout" in my case, I only require "READ" permissions from the user due to the nature of my service which is only to

Re: Google App Campaign Text Asset

2020-06-08 Thread mahadeb mondal
Thank you for your support .. On Saturday, June 6, 2020 at 1:04:04 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Unfortunately, we don't since nodejs is not one of the languages we > support in our client libraries > . > >

Re: Standard access application form returns 403 Forbidden

2020-06-08 Thread Павел Лазаренко
Hello, I filled the form on Monday last week. You said it could take up to two business days. I haven't got any answer from your side. My token is still enabled for Test Account Access. Please, help to get Basic Access. среда, 3 июня 2020 г., 16:39:52 UTC+3 пользователь adsapiforumadvisor

Is there any 3rd party SAAS Product API are available which simplifies the Google AdWords CRUD operations for End User

2020-06-08 Thread gagan gupta
Google AdWords API is too complex , the most complex as far as I have seen in my experience of 10 years of development. The complexity is so high that any CRUD operation does not go simply successful in the first attempt. More to it the Errors and Exceptions are needed to be dug into the SOAP

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-08 Thread gagan gupta
Logs contain All SOAP requests, Responses, Errors, Exceptions, etc On Monday, June 8, 2020 at 1:15:45 PM UTC+5:30, gagan gupta wrote: > > Replied you privately. > > On Saturday, June 6, 2020 at 12:31:33 AM UTC+5:30, adsapiforumadvisor > wrote: >> >> Hi, >> >> We don't have examples on how to

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-08 Thread gagan gupta
Replied you privately. On Saturday, June 6, 2020 at 12:31:33 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > We don't have examples on how to update these. Please send over your SOAP > logs so that I can let you know what to modify in your requests. > > Regards, > Anthony > Google Ads API

Re: How to "Geographic report" data via API?

2020-06-08 Thread Arthur
I found an old post that gave me enough information to resolve. On Sunday, June 7, 2020 at 11:58:28 PM UTC-4, Arthur wrote: > > I've reviewed the available API reports, but I'm as of yet unsure how to > replicate the data form the "Geographic report" section of ads.google.com, > aka "Locations