SEARCH_QUERY_PERFORMANCE_REPORT returns keyword different than from UI

2019-01-25 Thread Stella
Hi, I recently pulled a simple report based on SEARCH_QUERY_PERFORMANCE_REPORT. I applied no filters, execpt date and campaignid, which I have previous used these two where clause a lot. But when I compare the API report with UI result, there are a huge proportion of miss match, only about 25%

RE: "Devices streaming video content to TV screens" or CONNECTED_TV

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mahendra, Please find my responses below: 1. Is this change is version specific as we found this new value in v201802 Ads API. No, you should start to see these values irrespective of the API version being used. 2. What are values we should consider other than below and CON

RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pat, AdService can only mutate the Ad and not a feed item (sitelink). If you would like to update a specific extension at the campaign level, you will need to use the CampaignExtensionSettingService

RE: migrating to v201809

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Armin, Please follow this guide to upgrade your .NET client library while using the binary distribution. The migration guide of V201809

Re: How to block more than 500 IPs

2019-01-25 Thread Exotic Mobile Detailing Inc
Also any examples? Thank you On Thursday, November 8, 2018 at 11:32:11 PM UTC-7, rymj wrote: > > Hellow. > We want to block more than 500 IPs. > Is there a way to register more than 500 IP addresses or any other way to > achieve that? > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

"Devices streaming video content to TV screens" or CONNECTED_TV

2019-01-25 Thread Mahendra Sawarkar
*Hi Gurus,* *As I can see *"*CONNECTED_TV will be available on January 8, 2019" referring http://ads-developers.googleblog.com/2018/12/connected-tv-device-targeting-reporting.html* *.* *I just wanted to know more about this change.* *New display value of enum device field from performance repo

PageOnePromoted bidding strategy with Google Ads API (PHP Library)

2019-01-25 Thread Vito Zongoli
Hi guys, I'm trying to use the new Google Ads API (PHP library) to create a new campaign with a PageOnePromoted bidding strategy (portfolio strategy type). I found into the examples this piece of code that works with the ManualCPC strategy but it doesn't work if I try to set as class the PageOne

RE: How to get the country attribute of an ad category

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, Could you share a screenshot of the data in the UI which you are trying to pull via API? You may *reply privately to author*. Please note that location is available to be targeted at Campaign level only. Please refer to this section

RE: How do handle RESOURCE_EXHAUSTED in similar way we can handle the RateExceededError which has retryAfterSeconds property?

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Darshan, Google Ads API has the same operation limits as like AdWords API. If the rate limit exceeds, you will get a QuotaError.RESOURCE_EXHAUSTED

RE: GoogleAdsValueError: Unrecognized version for the AdWords API. Given: v201809 Supported: ['v201806', 'v201802']

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ketan, Could you check if you had updated your library installed on your workstation as well? If not, please follow the step 1 in this

RE: C# AwReport object parsing

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Looks like this issue is related to parser. Could you please post your question on .NET libraries guithub issue tracker ? The library owners are better equipped to address this question. Thanks, Milind, AdWords API Team =~=~=~=~=~

Re: I get a RangeError.TOO_LOW error, but I have set all the required fields. What is wrong?

2019-01-25 Thread Aleksandar
I figured out the issue. I had dashes in the account IDs. Once I removed the dashes the operation went through. Regards Aleks On Friday, 25 January 2019 19:41:59 UTC+1, googleadsapi-forumadvisor wrote: > > Hello Aleksandar, > > The RangeError.TOO_LOW >

RE: Python Keyword Ideas INVALID_SEARCH_PARAMETERS

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Stephen, Could you reply back with SOAP logs so that I can check further? You may *reply privately to author.* Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-25 Thread pjodonov
Hi Sreelakshmi, A follow up question on this. Is the Adservice able to update URLs for ads that belong to site links or does your previous response hold true for sitelinks as well? Thanks! Pat On Monday, November 5, 2018 at 4:00:12 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: >

RE: I get a RangeError.TOO_LOW error, but I have set all the required fields. What is wrong?

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Aleksandar, The RangeError.TOO_LOW means that the value is too low than the minimum allowed for this field. This error occurs mostly when we do not specify an ID, which results in

RE: AuthorizationError.SERVICE_ACCESS_DENIED

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The error SERVICE_ACCESS_DENIED is caused when a developer token is approved for some other, non-AdWords API service, but not approved to use with the AdWords API. To troubleshoot further, could you please share the MCC account id that holds the developer token being used to make the API

How to get the country attribute of an ad category

2019-01-25 Thread peifenggao67
How to get the country attribute of an ad category -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

migrating to v201809

2019-01-25 Thread Armin Laidre
Hello, I struggling with migrating to v201809. I'd prefer the binary distribution of the library so I downloaded the files of v24.3.0 from https://github.com/googleads/googleads-dotnet-lib/releases My intention is to just update the files in my application's (ASP.NET) /bin folder, and get it u

AuthorizationError.SERVICE_ACCESS_DENIED

2019-01-25 Thread business
I wanna pull my report data to analysis. I run the example DownloadCriteriaReportWithSelector.java in this site https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/reporting. The ERROR id following: Report was not downloaded due

Python Keyword Ideas INVALID_SEARCH_PARAMETERS

2019-01-25 Thread stephen
Hello. I have taken the example code of keyword_ideas.py and tried running it how it is with a few minor changes to fit my virtual environment and location of my .yaml file. I am getting this error when trying to run the file: *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_SEARCH_PARAMETE

GoogleAdsValueError: Unrecognized version for the AdWords API. Given: v201809 Supported: ['v201806', 'v201802']

2019-01-25 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
Hi Team, I'm using the Python wrapper for the AdWords API. When I try to fetch a service, for ex: ad_group_criterion_service = adwords_client.GetService('AdGroupCriterionService', version='v201809') I get the following error: GoogleAdsValueError: Unrecognized version for the AdWords API. G

RE: GET or SET the campaign goal using Adwords API

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I am afraid that reading and setting the Campaign Goals via AdWords API is not available at the movement. You could keep an eye on our blog for future releases and new features. Thanks, Milind, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How do handle RESOURCE_EXHAUSTED in similar way we can handle the RateExceededError which has retryAfterSeconds property?

2019-01-25 Thread darshan
I cannot find any suggestion in the RESOURCE_EXHAUSTED_EXCEPTION in regards to how long to wait to retry in the similar fashion of handling the RateExceededError in this article https://developers.google.com/adwords/api/docs/guides/rate-limits try { ... } catch (ApiException e) { for (Api

Re: AdGroup Negative Placements Performance Report??

2019-01-25 Thread Han Vo
Hi Luis, I sent you a private message Thanks On Thursday, January 24, 2019 at 11:02:29 PM UTC-5, googleadsapi-forumadvisor wrote: > > 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 > repl

C# AwReport object parsing

2019-01-25 Thread programmierung
Hello team, I have a question about the AwReport (AwXmlTextReader) object parser. According to the StreamReportToPredefinedReportRowType -> "https://developers.google.com/adwords/api/docs/samples/csharp/reporting#stream-results-from-a-report-as-objects-of-a-predefined-report-row-type"; I´m exec

GET or SET the campaign goal using Adwords API

2019-01-25 Thread Mahavir
Is there a way to read or set the campaign goal through Adwords API? Since I could able to set the goal as part of campaign creation through Google Adwords interface but wondering how to set or read the goal from the campaign. Could you please share any api example? Thanks. -- -- =~=~=~=~=

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-01-25 Thread vj
Any updates for this? Is available now? On Monday, July 23, 2018 at 8:43:30 AM UTC+5:30, Luis Xander Talag (AdWords API Team) wrote: > > Hi GnanaPrakash, > > Currently, we don't have any news on if and when this feature will be > available through the API. For the meantime, you may follow our bl

I get a RangeError.TOO_LOW error, but I have set all the required fields. What is wrong?

2019-01-25 Thread Aleksandar
Hi I am trying to send a link invite from our test MCC to a test customer account. I figured out a way to list all pending invitations with that test MCC, so my code is at least partially functional. But when I try to add a link invitation I get the following error: *[RangeError.TOO_LOW @ o

RE: GoogleAds API Equivalent For ProductScope

2019-01-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kevin, ProductScope is currently not available in Google Ads API. However, you may use the ListingDimensionInfo of the ListingGroupInfo