Запретные слова

2014-08-15 Thread Дмитрий Дон
Столкнулся с проблемой, при выгрузке с системы в adwords, запретные слова Retina и Tab не пропускаются. Возможно ли как то прописать в системе автозапрос на исключение? Что можно сделать, чтоб ряд запретных слов, совпадающий с собственным названием модели терминала автоматически пропускало или

Re: Why Is The Search Function So Awful?

2014-08-15 Thread Aaron Karp
Hi Jeremy, I'm sorry to hear you're having a poor experience with our search feature. I'm the product manager for developers.google.com and definitely want to get this fixed. First of all, it looks like we're not treating the left navigation properly; it's showing up as the snippet for the se

Re: Запросы

2014-08-15 Thread Danial Klimkin
Добрый день, Посмотрите README здесь: https://github.com/googleads/googleads-java-lib Необходимо добавить артифакты через Maven. -Даниил, команда AdWords API. On Wednesday, August 13, 2014 2:19:14 PM UTC+4, ntaburet...@mail.ru wrote: > > Здравствуйте. Создал тестовый аккаунт. Скачал клиен

Re: Запретные слова

2014-08-15 Thread Danial Klimkin
Добрый день, Дмитрий, Необходимо сделать exemption request: https://developers.google.com/adwords/api/docs/guides/exemption-requests -Даниил, команда AdWords API. On Friday, August 15, 2014 11:17:23 AM UTC+4, Дмитрий Дон wrote: > > Столкнулся с проблемой, при выгрузке с системы в adwords,

Re: Change from deleted to removed

2014-08-15 Thread Igor Schut
Hi there, We have stumbled on this exact same issue. Can anyone explain to me the purpose behind all of this? These kind of changes have major impact; how come this never been a highlight in previous blogposts? - Igor Op woensdag 23 juli 2014 15:57:12 UTC+2 schreef Anash P. Oommen (AdWords A

Possible to use Bulk Mutate when creating Shopping Partition Trees?

2014-08-15 Thread road11
We have to create one sku per adGroup in our Shopping Campaigns. But it's not enough just to create the adGroup and the product ad. We have to create the mandatory 3-member partition tree (the "all products" partition, the sku partition, and the excluded "everything else" partition). The chall

Re: Possible to use Bulk Mutate when creating Shopping Partition Trees?

2014-08-15 Thread Shopping API Team
Hi Eric, It's not currently possible to create product partitions with the MutateJobService, I'm afraid. Your best bet is to create the entire partition tree in one go (instead of with 3 separate requests) with the AdGroupCriterion service mutate call. You can do this by assigning a negative n

Re: Possible to use Bulk Mutate when creating Shopping Partition Trees?

2014-08-15 Thread road11
Thanks, Sergio. Yes, that's how I'm doing it now (sorry if I wasn't clear). I have to create the adGroup first, then the product Ad, then create the entire tree in one go. I have to do it that way because I keep getting intermittent errors when creating lots of AdGroups and Product Ads in a loo

Re: Setting the CPC bid on product in shopping campaign.

2014-08-15 Thread Josh Radcliff (AdWords API Team)
Hi, There is now an upgrade tool available -- please see the related blog post from earlier this week . Hopefully the tool will make it easier to upgrade some of those large campaigns without using the API (and thereb

Re: some KeywordEstimate return null - .NET lib

2014-08-15 Thread Ray Tsang (AdWords API Team)
Itay, I'm still looking into why there are differences between the 2 requests. Thanks! Ray On Thursday, August 14, 2014 11:00:06 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Itay, > > The behavior difference that you sent me is expected between v201402 and > v201406. Please review the m

Re: Unable to delete excluded partition

2014-08-15 Thread road11
Thanks for this, Sergio. It worked for me; just delete it the same way you would a keyword. Way easier than what I was trying to do. Eric On Thursday, August 14, 2014 12:26:08 PM UTC-4, Sérgio Gomes (Shopping API Team) wrote: > > Hi Eric, > > I'm afraid I ran my tests in a different programming

Re: Why Is The Search Function So Awful?

2014-08-15 Thread Jeremy Chatfield
@Ray - thanks for passing this along. @Aaron - amazing. Thank you. Any idea when this will kick in? I've just done a search for "impressions", and I have Russian and Spanish versions (in English) still turning up, with nav elements highlighted in the snippet. If I have some idea of the date ran

Perl and Adwords API (Service Accounts)

2014-08-15 Thread Ian
Hi all, I've inherited a some code that recently used ClientLogin and needs to work with Oauth2. I've been rummaging through the documentation, like at https://github.com/googleads/googleads-perl-lib/wiki/Using-OAuth-2.0 and using Perl client 2.17 but struggling to understand what I need to set

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2014-08-15 Thread Diana brown
Hello, I'm trying to make requests with my production key to test MCC and get this INCOMPLETE_SIGNUP error. I have updated billing info on both MCCs. TEST: 491-820-7155 Production: 784-380-4516 Please, help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Error: Missing report definition

2014-08-15 Thread Stuart Wilson
Hi All, Can anyone let me know why im getting Missing report definition from this Sorry for the classic ASP Dim objXMLHTTP : set objXMLHTTP = Server.CreateObject("Msxml2.XMLHTTP.3.0") Dim strRequest, strResult, strFunction, strURL, strNamespace strURL = "https://adwords.google.com/api/adwords/re

Adwords API PHP - Failing

2014-08-15 Thread Stuart Wilson
Hi, I have the latest Adwords API PHP library and have uploaded the lib, examples and build_lib folders to the root of my FTP. I have amended the auth.ini file in lib/Google/Api/Ads/AdWords however when I run examples/AdWords/Auth/GetRefreshToken.php I just get a blank page. I have tried loads

Re: Perl and Adwords API (Service Accounts)

2014-08-15 Thread Josh Radcliff (AdWords API Team)
Hi Ian, Service accounts are quite complex -- as mentioned in our OAuth2.0 Service Accounts guide : > Many developers look at service accounts because they are interested in > programmatic access to an API using OAuth

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2014-08-15 Thread Josh Radcliff (AdWords API Team)
Hi, I can see that terms and conditions have not been signed on your production MCC. Please contact AdWords API Compliance here if you cannot accept terms and conditions via the instructions outlined in our Common Errors guide

Re: Adwords API PHP - Failing

2014-08-15 Thread Josh Radcliff (AdWords API Team)
Hi, All of the examples should be run from the command line. If you rerun GetRefreshToken.php from the command line you should be presented with prompts as described here . Cheers, Josh, AdWords API Team On Friday, August 15