RE: '_Rendezvous' object has no attribute 'request_id'

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, Looks like there is an open issue regarding this on the python client library. You could refer the open issues in the python client library related to this error shown here and followup with the client library owners,

Re: Python get_keyword_ideas.py INVALID_SEARCH_PARAMETERS

2019-01-24 Thread Stephen Barrett
Nevermind. I figured it out! I just needed to add my Customer ID to the .yaml file. On Thursday, January 24, 2019 at 3:22:11 PM UTC-7, Stephen Barrett wrote: > > Hi. I'm getting this error when using the sample code: > > *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ >

RE: Campaign GeoTargetTypeSettings for exclude option

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Man, It is currently not possible to implement the Location Settings through the API. You will only be able to target or exclude locations based on the Location IDs through the API. Let me know if you have any further questions. Regards, Bharani, AdWords API Team

RE: How can I get the audience report type?

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Boris, You will not be able to get these audience types directly. However, if you use the below query, you will get some values in 'Audience/Criteria' field in the format uservertical::x which maps to the In-market categories reference table

RE: Which ad_group_criterion fields to combine with ad_group_audience_view in Google Ads Beta API

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nick, Since you are pulling the ad_group_audience_view you could use the fields ad_group_criterion.criterion_id , ad_group_criterion.user_list.user_list

Re: Add Youtube Channel to Excuded Placements

2019-01-24 Thread Robert
Task solved. TY -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API

RE: Adding email notification via api

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Via API there is no way to trigger any email notification on certain events. You could try with Google Ads Scripts they might have a solution. You could reach out to them on their forum . Regards, Sai Teja, AdWords API Team

RE: Can I get a list of Ads/Assets from the Campaign's ID?

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Juan, You may use the AdGroupAdService.get() request to get the details of the Ads, Assets along with the Campaign Ids. You could also use the Ad Performance Report

RE: Can you write a script that notifies account manager if a campaign is paused.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Bryant, I am afraid that the Adwords API does not support javascript. You will need to write script at your end. However, you can check with the Google Ads Scripts for paused campaigns. You can post your questions on their forum

RE: Programmatically send a request to link a customer account to my MCC account

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Darshan, The mutate operation to the services CustomerClientLinkService and CustomerManagerLinkService

RE: Problem with trackingTemplate for SEARCH_DYNAMIC_ADS

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, This is more of a product level question. You could reach out to the AdWords Product Team through the contact options available on this page . Regards, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: how can i get the list of all products from the new google Ads Api

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Could you try using ad_group_criterion.listing_group.case_value.* from here and let me know if the products are not pulling up? Regards,

Python get_keyword_ideas.py INVALID_SEARCH_PARAMETERS

2019-01-24 Thread Stephen Barrett
Hi. I'm getting this error when using the sample code: *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[0]; trigger:'LanguageSearchParameter', TargetingIdeaError.INVALID_SEARCH_PARAMETERS @

RE: Get_keyword_ideas issue getting the keyword and search volume

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Stephen, Seems your issue are more related to the implementation of Python client library rather than the AdWords API. I would suggest to post your concern here as the Python client library owners are better equipped to assist you

Get_keyword_ideas issue getting the keyword and search volume

2019-01-24 Thread Stephen Barrett
Hi! I'm running on Python and I am having a little bit of trouble with the display results portion of the script. Instead of printing the results, I wanted to save the keyword and search volume into a list to use elsewhere. I am trying to just store the variables and I'm getting this error:

ManagedCustomerService Latency Increase

2019-01-24 Thread Kevin
Hi, Calls to the AdWords API ManagedCustomerService seem to take much longer than usual since the new year. It was averaging around a second before around January 2nd, but has since spiked at around a minute a call. I don't think my call has changed, and I'm only getting around a hundred

RE: AdGroup Negative Placements Performance Report??

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Han, Could you provide the complete report definition you used so I could investigate this with the team as well as your clientCustomerID? Please reply via *Reply privately to author*. Regards, Luis AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

RE: ManagedCustomerService Latency Increase

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kevin, Could you send to me in private (via the *Reply privately to author* option) the complete generated SOAP request and response logs so I can further investigate? Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

GoogleAds API Equivalent For ProductScope

2019-01-24 Thread Kevin
Hi, I'm working on migrating some of my code to use the GoogleAds API. Is there currently an equivalent to the Campaign ProductScope Criterion? I had some trouble finding it. Best, Kevin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Unfortunately, it is not currently possible to get the descriptive name of client_customer via the customer_client resource. Also, The RESOURCE_EXHAUSTED error you are encountering could be caused

RE: user account associated with adwords API calls

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Langfei, The client ID/client secret are generated specific to one's email address. If you use an existing client ID/client secret to make an API call, the email address who owns this will be recorded in your change history. Hope that clarifies your concern. Regards, Luis AdWords API Team

AD_PERFORMANCE_REPORT is empty while CAMPAIGN_PERFORMANCE_REPORT has data

2019-01-24 Thread MT
I'm running the same request to CAMPAIGN_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT, with the exception that the latter includes the ad ID field. With CAMPAIGN_PERFORMANCE_REPORT, we get back plenty of data, but the response for AD_PERFORMANCE_REPORT contains just the headers. Requests:

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you clarify if you would want to get the hierarchy of the accounts under your manager account? If so, then you may use customer_client resource. Below query should work to get the said hierarchy:

Re: Campaign GeoTargetTypeSettings for exclude option

2019-01-24 Thread Man Mohan Mishra
Hi Bharani, I don't want to add negative keywords/criterion. I basically want to select options under Location Setting (attached in the screenshot) through AdWords API.[image: Screenshot 2019-01-24 at 2.42.08 PM.png] Cheers, Man On Thursday, January 24, 2019 at 2:08:36 AM UTC+5:30,

RE: AD_PERFORMANCE_REPORT is empty while CAMPAIGN_PERFORMANCE_REPORT has data

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, Could you provide the clientCustomerId you used in generating these reports by choosing the *Reply privately to author *option? Sincerely, Dane AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Problem with trackingTemplate for SEARCH_DYNAMIC_ADS

2019-01-24 Thread roistat . artemov . d
My company is an analytics service, we count all visits to the client’s site using a counter like this google analytics. This means we save their tracking template that was on the site visit. Visits for all types of ads except SEARCH_DYNAMIC_ADS have a tracking template. среда, 23 января 2019

Re: Problem with trackingTemplate for SEARCH_DYNAMIC_ADS

2019-01-24 Thread roistat . artemov . d
My company is an analytics service, we count all visits to the client’s site using a counter like this google analytics. This means we fix their tracking template that was on the site visit. Visits for all types of ads except SEARCH_DYNAMIC_ADS have a tracking template. среда, 23 января 2019

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2019-01-24 Thread Oksana Sulyma
Hello Ads API community! For one of our clients we started to get this ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND on a random basis. 2019-01-21- Error while getting of GEO_PERFORMANCE_REPORT

'_Rendezvous' object has no attribute 'request_id'

2019-01-24 Thread nikolay . makurin
Today, when uploading keywords, I received an error with one message '_Rendezvous' object has no attribute 'request_id'. Previously, there was no such problem. I tried to load previously loaded keywords (which are 100% valid), I also get this error. I think the problem is not on my side. Where

Re: '_Rendezvous' object has no attribute 'request_id'

2019-01-24 Thread nikolay . makurin
Ubuntu 18.04.1 LTS Python 2.7 google-ads 0.6.0 On Thursday, January 24, 2019 at 6:09:03 PM UTC+3, nikolay...@ostrovok.ru wrote: > > Today, when uploading keywords, I received an error with one message > '_Rendezvous' object has no attribute 'request_id'. Previously, there was > no such

Can you write a script that notifies account manager if a campaign is paused.

2019-01-24 Thread bryantstephens via AdWords API and Google Ads API Forum
Hi, I work with a lot of clients that also have access to their accounts. Unfortunately these clients pause their accounts quite often. I was wondering if there was a way to write a script that could notify an email if any of the campaigns are paused within an account. This would help me to

Programmatically send a request to link a customer account to my MCC account

2019-01-24 Thread darshan
I am trying to use CustomerClientLinkService to create a link of a customer account to my MCC account. Is this programmatically possible and if it is possible is there any samples

Re: Which ad_group_criterion fields to combine with ad_group_audience_view in Google Ads Beta API

2019-01-24 Thread Nick Russler
Ah, I mixed something up in my example. I meant that ad_group_criterion.keyword.text is relevant to the keyword_view. Am Donnerstag, 24. Januar 2019 16:40:46 UTC+1 schrieb Nick Russler: > > I am looking into the Google Ads (Beta) API >

Adding email notification via api

2019-01-24 Thread FW API
Hi. I'd like to add email notifications to customer accounts for certain emails and certain topics, like Disapproved Ads. This is possible via the web form. Can I do it per API? Thx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

how can i get the list of all products from the new google Ads Api

2019-01-24 Thread darshan
Hi, I am looking at the product_group_view , I cannot seem to find anything in the documentation for retrieving list of products under an account. I can't find product in Google Ads API Fields

Re: Adwords real time data fetching

2019-01-24 Thread Gene Mahilum
Check this out. It might be valuable for you. https://www.youtube.com/watch?v=QvqcWeTA8TU On Tuesday, February 4, 2014 at 10:48:29 AM UTC-5, Nypo77 wrote: > > > Hi! > > I'm working on an application which is tracking calls and calls > conversions on the websites of our clients. We also track

Which ad_group_criterion fields to combine with ad_group_audience_view in Google Ads Beta API

2019-01-24 Thread Nick Russler
I am looking into the Google Ads (Beta) API and I want to query for the ad_group_audience_view values, but I am not sure which ad_group_criterion

Re: AdGroup Negative Placements Performance Report??

2019-01-24 Thread Han Vo
Hi Luis, Looks like this does return the Youtube placement data but I think it's the aggregated version of domain="youtube.com". I am looking for the detailed version of its that would provide me with the Youtube channelId of the placement Thanks On Thursday, January 24, 2019 at 12:02:16 AM

How can I get the audience report type?

2019-01-24 Thread boris
Hello, I would like to retrieve the audience type (In-Market , Web visitor…) but is not in the Audience Performance Report ( https://developers.google.com/adwords/api/docs/appendix/reports/audience-performance-report ) Thank you very much ! -- --

RE: BatchJobProcessingError.INTERNAL_ERROR when sending a large batch job

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Guy, You are right, if the size of the batch job is causing the failure, you should be getting the BatchJobError.DISK_QUOTA_EXCEEDED error. From your description it does seem like the Batchjob is indeed getting completed and a portion of the requests are passing while the rest is failing

RE: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oksana, Could you please share the report definitions/requests you are trying to take a further look? You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Add Youtube Channel to Excuded Placements

2019-01-24 Thread Robert
Hi Dhanya, I understand now, that video campaigns are not supported. Is it possible to add a youtube channel to a list of negative placements? If possible, can you pls explain me, how i can do this? Best, Robert -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Can I get a list of Ads/Assets from the Campaign's ID?

2019-01-24 Thread Juan Pablo Rodriguez
Hi everyone! I need to check via API which Assets belong to a Campaign from the Campaign's ID, but the Campaign services doesn't have a field that returns AdSets, Ads or Assets, any ideas on how to do this having only the Campaign's ID? Thank you, have a nice day! -- --

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread darshan
Hi Jaki, I have marked your response as complete as it answers my original questions, but I have a follow up questions. Is there a way to also pull the customer name and/or descriptive name of the customer_client.client_customer from the Search Service. I used the CustomerService to