Re: get policy violation to make exemption request

2010-11-01 Thread AdWords API Advisor
Hi Kevin, The description of the field is incorrect, as the behavior is the opposite. I'm working with the documentation team to correct it. In general exemption requests only allow you to add the ad to your account, but if it is later marked as trademarkDisapproved that cannot be exempted. Bes

Re: Different destination URLs for Search Network & Display Network

2010-11-01 Thread AdWords API Advisor
Hi Grant, I think the option that is the simplest to use is the {network} ValueTrack parameter: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=178489 You can use this parameter in your ad URLs and the value will be either 'g' for Google Search, 's' for Search partners, or 'd'

Re: does the report, I get from getGzipReportDownloadUrl changes with no change in my adword entities

2010-11-01 Thread AdWords API Advisor
Hi Panks, You may want to try using the CustomerSyncService, which given a date- time range will tell you which entities have changed: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html If it doesn't report any account changes then you could skip fetching the r

Re: AdGroupCriterionError.ILLEGAL_URL

2010-11-01 Thread AdWords API Advisor
Hi, You cannot add placements with more than a few levels of directories. This is a general limitation of the AdWords Product and is not possible via the web interface either. Best, - Eric On Oct 30, 8:22 am, kitty21 wrote: >  hi, > >     first thanx for replying , ok i want to 1 more thing tha

Re: Insert keywords with placement URL

2010-11-01 Thread AdWords API Advisor
Hi, This is a limitation of the AdWords product, that placements cannot have more than a few levels of directories. You will see that this is not possible using the AdWords web interface either. Best, - Eric Koleda, AdWords API Team On Oct 30, 8:27 am, kitty21 wrote: >  hi all, > > I want to k

Re: copying accounts

2010-11-01 Thread AdWords API Advisor
Hi Mike, There is no simple function in the API to do this, but you can use the various services that are available to copy campaigns, ad groups, etc from one account to another. The AdWords API .NET client library includes a utility that does some of this for the purpose of preserving the conten

Re: v2009 Targeting Idea Service Search Volume

2010-11-01 Thread AdWords API Advisor
Hi John, We are seeing this behavior right now for some keywords, when using in a STATS request. Can you provide some sample keywords that are exhibiting this behavior? Best, - Eric Koleda, AdWords API Team On Oct 28, 1:52 pm, John Nagro wrote: > Hello - > > We are seeing behavior similar to t

Re: Not agreed to latest AdWords Api terms and conditions.

2010-11-01 Thread AdWords API Advisor
Hi, If a non-credit card form of billing was used then you may need to sign the terms and conditions manually. Email me your account information at adwordsapiadvi...@google.com and then update this thread so I check that inbox. Best, - Eric Koleda, AdWords API Team On Oct 29, 2:13 pm, aazout w

Re: The developer token is invalid

2010-11-01 Thread AdWords API Advisor
Hi, The sandbox doesn't use a real developer token, but instead a defined format using the email address of the sandbox account: http://code.google.com/apis/adwords/docs/sandbox.html Best, - Eric Koleda, AdWords API Team On Oct 29, 2:12 pm, aazout wrote: > We are getting "The developer token

Re: Updated Keyword Tool, changes are for last 12 months?

2010-11-01 Thread AdWords API Advisor
Hi Calford, It could be that some keywords didn't have much traffic on partner sites to begin with, and the traffic on Google.com increased organically. Best, - Eric On Oct 29, 10:38 am, calford wrote: > Hi, > > I noticed that some of the results went up. > I thought that the new results on the

Re: ReportDefinition to get Network and Account Stats

2010-11-01 Thread AdWords API Advisor
Hi Frederico, Reports can only be run across one account, so there is no need to have a predicate for the account. Additionally, the fields used in predicates must be the field listed as belonging to the report, and ClientId isn't one of them: http://code.google.com/apis/adwords/docs/appendix/

Re: error no 87 adwords api

2010-11-01 Thread AdWords API Advisor
Hi, This error indicates that you are making too many simultaneous requests to the API. For a multi-threaded system this means you need to reduce the number of threads you are using to make requests. Best, - Eric Koleda, AdWords API Team On Oct 29, 7:44 am, kitty21 wrote: > hi all, > >    Whil

Re: Questions on V7.0.0 API usage

2010-11-01 Thread AdWords API Advisor
Hi Visweswar, Unfortunately we don't have any benchmarks on the API to provide, as it depends a lot on the nature of the requests and how you batch them. If you have questions about any errors you get please let us know. Best, - Eric On Oct 30, 12:38 am, Visweswara Reddy Marada wrote: > Normal

Re: Something simple - how do I do this?

2010-11-01 Thread AdWords API Advisor
Hi Tom, The $selector object must be of type CampaignSelector: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignSelector.html Unfortunately you cannot select on name. What you can do instead is select all campaigns and then client side find the one with the m

Re: v201008 ReportDefinitionService daily aggregation

2010-11-01 Thread AdWords API Advisor
Hi All, When certain fields are added to the report, such as date / time fields, rows with zero impressions are not returned. Because the sandbox environment doesn't serve ads there can't be any impressions, so there will be no results. If you exclude the date / time fields you should see result

Re: How can I identify my uploaded images?

2010-11-01 Thread AdWords API Advisor
Hi Patrick, Unfortunately the name field isn't support for Image media, and I'll work with the documentation to make that clearer. The sourceUrl field is read-only in the API and can't be set. Best, - Eric Koleda, AdWords API Team On Oct 29, 5:17 am, Patrick Berglund wrote: > Hi, > > How do I

Average Position for keywords

2010-11-01 Thread Farid
Is there anyway that I can find the average positon for a keyword. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

TrafficEstimatorService and clientEmail header ...

2010-11-01 Thread Olemis Lang
Hello once again ! This time I need a precision about how to use correctly clientEmail header when calling TrafficEstimatorService . That header is required by the service . However, using Py client lib , if I specify clientEmail = email in headers then this error is returned back {{{ #!python T

average positon

2010-11-01 Thread Farid
Hi , Is there anyway that I can find the average positon for a keyword. Thanks a lot in advance -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-01 Thread Andy
Hi Eric, Before I do, can you confirm that this is in fact a correctly formed request so I can write out the query being the problem: http://schemas.xmlsoap.org/soap/ encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="

Re: get policy violation to make exemption request

2010-11-01 Thread Kevin
Hi Eric, Does that mean it's not exemptable? For the documentation, it says "This field is only useful when approvalStatus is an approved status." How can the approvalStatus is "Approved" but "trademarkDisapproved" is true? Thanks, Kevin On Oct 29, 3:34 pm, AdWords API Advisor wrote: > Hi Kevi

Re: Count missing in sandbox (using Python client lib ?)

2010-11-01 Thread Olemis Lang
On Mon, Nov 1, 2010 at 11:02 AM, AdWords API Advisor wrote: > Hi Olemis, > :o) > Using those search parameters I get back a count for every month > except October (expected).  Do you have the requestId of a request > that exhibits this behavior? > I can provide you with one , once I try it agai

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-01 Thread AdWords API Advisor
Hi Andy, Issues related to the Python client library and not the SOAP API itself should be posted here: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric Koleda, AdWords API Team On Oct 28, 6:04 pm, Andy wrote: > Hi, > > I'm running: > > - Python 2.6 > - adwords

Re: Count missing in sandbox (using Python client lib ?)

2010-11-01 Thread AdWords API Advisor
Hi Olemis, Using those search parameters I get back a count for every month except October (expected). Do you have the requestId of a request that exhibits this behavior? In regards to null values, the SOAP API will always omit a field from the response if the value is null. When translated to

Re: TargetingIdeaService: different values for GLOBAL_MONTHLY_SEARCHES for same keyword (IDEAS, STATS)

2010-11-01 Thread AdWords API Advisor
Hi Jakov, Thank you for reporting this issue. I've been able to replicate the problem and I'll work with the core engineering team to resolve it. A workaround is to leave off the CountryTargetSearchParameter from the request, as this will always return the correct value of GLOBAL_MONTHLY_SEARCHE

v201008 - ReportUtils::DownloadReport is not return all data using GZIPPED_CSV files

2010-11-01 Thread Michael Melander
Hi, since paging isn't available in the reportDefinitionService what can we do to download all data? @see: http://code.google.com/apis/adwords/forum.html?place=msg%2Fadwords-api%2F0YN-lGwPKkg%2Fgn-ydjwM1VQJ The client library used is PHP client 2.4.0. We have customers with huge amounts of data

Re: Count missing in sandbox (using Python client lib ?)

2010-11-01 Thread Olemis Lang
On Sat, Oct 30, 2010 at 12:12 AM, AdWords API Advisor wrote: > Hi Olemis, > :o) Thnx for your reply . > When there is no monthly search volume data the count will be returned > as null. AFAICS , there's a difference between a response with all `count`(s) set to `null` and another one with no `