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

2010-03-30 Thread Ellviz
Hi, Thanks for the reply, I have updated my credit card details with a new card, even though I am getting the same exception. Could you help me to know what is going wrong so that I can look at it if it is at my side. Because this issue is there for more than a week. Also I have mailed my custom

AdWords API Serving Status and Ad Scheduling

2010-03-30 Thread ADM
Does the serving status field of a campaign relate to the ad schedule or not? As far as I have seen the serving status field is not affected by the ad schedule. So, is there some other field that indicates whether or not a campaign is serving ads based on the ad schedule? If not, what is the best w

AdWords API Re: Traffic Estimator Service

2010-03-30 Thread AdWords API Advisor
Hi, The keyword tool and the TrafficEstimatorService work differently, and their estimation results may vary. For a more accurate comparison, try using the Traffic Estimator Sandbox: https://adwords.google.com/select/TrafficEstimatorSandbox Best, - Eric Koleda, AdWords API Team On Mar 29, 12

AdWords API Re: PolicyViolationKey

2010-03-30 Thread AdWords API Advisor
Hi Pete, No, there is no listing of the possible policy names. Best, - Eric On Mar 29, 12:26 pm, "Pete Lavetsky (AdWords API Guru)" wrote: > Is there a documented list of all the names for > PolicyViolationKey?http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCrite... > > Pete >

AdWords API Re: CampaignService get campaign by campaign Id

2010-03-30 Thread AdWords API Advisor
Hi, As you can see in the responseTime header in the response XML, the processing time on the server was only 532 milliseconds, of half a second. The extra delay in time must be happening client side. Are you using of the AdWords API client libraries? Best, - Eric Koleda, AdWords API Team On M

AdWords API Re: API 2009 : Get Related Keywords - BROAD ONLY

2010-03-30 Thread AdWords API Advisor
Hi Sawyer, You can filter the results be using the KeywordMatchTypeSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html Best, - Eric Koleda, AdWords API Team On Mar 29, 6:36 am, Sawyer wrote: > Dear all, > > I ha

AdWords API Upgrading my current .net 1.1 - v13 implementation to v200909

2010-03-30 Thread Mohit
Hi All, I am in the middle of upgrading my google adwords api .net 1.1 v13 implementation to v200909. Due to deep rooted dependencies with other .net 1.1 projects I cannot upgrade to .net 2.0 or greater (or else I would have to upgrade all the other projects to .net 2.0 or greater). Does anyone h

AdWords API Adwords API V2009 CampaignTargetService SOAP error

2010-03-30 Thread NS
Hello Everyone, I am very new to the adwords API and we are using ruby client library. I updated the gem adword4r to 18.0.0 version yesterday and tried to update the geotargetting countries in the campaign and I am getting following SOAP error. SOAP Error: Unmarshalling Error: Unable to create a

AdWords API Re: Ad Schedule Target: Time Zones or UTC

2010-03-30 Thread ADM
Does the serving status field of a campaign relate to the ad schedule or not? As far as I have seen the serving status field is not affected by the ad schedule. So, is there some other field that indicates whether or not a campaign is serving ads based on the ad schedule? If not, what is the best w

AdWords API Re: No data in the report dwonload url

2010-03-30 Thread Peer Jakobsen (AdWords API Guru)
Are you using the sandbox? If so, then there wont be any data returned in any sandbox account reports. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogs

AdWords API Re: Ad Schedule Target: Time Zones or UTC

2010-03-30 Thread Peer Jakobsen (AdWords API Guru)
All date and time properties are in relation to the account time zone. So it wont be UTC unless you choose GMT as timezone when you created the account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread Joshua J. Kugler
On Tuesday 30 March 2010, John M Bliss elucidated thus: > I'm using ColdFusion which, among other things, makes it very easy to > work with XML without actually *writing* any XML: > http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7fb3.html I see. j --

AdWords API Using SOAPUI with the AdWords V2009 API

2010-03-30 Thread Reed
Maybe I'm not doing this right, but when I feed an adWords V2009 WSDL address to soapUI all I ever get back is a skeleton SOAP doc with everything marked as "optional" and "?" characters as placeholders. No enumerations of values, etc. The WSDL seems to have that info - am I missing something? Fo

AdWords API Ad Schedule Target: Time Zones or UTC

2010-03-30 Thread ADM
In the Ad Schedule Target type there is a schedule, by campaign, that dictates the the time of day that ads are supposed to be served. Are the times given through the API for this ad schedule given in UTC or in the time zone of the campaign? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Hav

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread John M Bliss
I'm using ColdFusion which, among other things, makes it very easy to work with XML without actually *writing* any XML: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7fb3.html On Tue, Mar 30, 2010 at 3:01 PM, Joshua J. Kugler wrote: > On Tuesday 30 Mar

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread Joshua J. Kugler
On Tuesday 30 March 2010, John Bliss elucidated thus: > Lord. I forgot: > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > > ...in my tag. I really hope that this short, > embarrassing thread helps the next person NOT spend seven hours > trying to fix this problem. Pure curiosity: Wh

AdWords API Re: Adding API Only to account with own API

2010-03-30 Thread BenK
Thaks Peer I've inspected the account, and they don't have any accounts linked to their MCC via the UI+API or API slots. The MCC itself has API access enabled, so I'm assuming they're using the MCC account itself to sign on with, and then using the API tokens from within the account. I want to use

AdWords API Re: Adding API Only to account with own API

2010-03-30 Thread Peer Jakobsen (AdWords API Guru)
An account can be linked to two MCCs at the same time. Your client is probably linked as user interface and API which leaves you the API only slot. So no worry, you can both be linked without any mutual impact. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet?

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
Lord. I forgot: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; ...in my tag. I really hope that this short, embarrassing thread helps the next person NOT spend seven hours trying to fix this problem. On Mar 30, 11:03 am, John Bliss wrote: > I noticed that my https://adwords.google.co

AdWords API Adding API Only to account with own API

2010-03-30 Thread BenK
Hi I need to access a client's acount using API. We're only using reporting, and so we're on v13 still. We have all of the code written, and used for other clients, but none of them are using API themselves. The client's MCC account has API access set up within the MCC, as they manage their bids

AdWords API AdParamService

2010-03-30 Thread andrea
Hello, I would like to know if could manage the parameters from AdWords as I can do it now by code... Thanks for your help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

AdWords API No data in the report dwonload url

2010-03-30 Thread vishnu
Hi all, There is no data present in the report download url . We are using the following code: namespace GoogleAPI { public class ScheduleReport { // Provide AdWords login information. private static String email = "login email"; private static String password = "p

Re: AdWords API Re: v13 CriterionService -> v200909 AdGroupCriterionService.mutate

2010-03-30 Thread John M Bliss
Eric, thanks. I copied your XML exactly (I think) but am getting "Unmarshalling Error: ParseError." The error seems to be coming from this bit: https://adwords.google.com/api/adwords/cm/v200909"; xsi:type="v20:Criterion"> ...but I can't see it. SEE http://groups.google.com/group/adwords-api/br

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
I noticed that my https://adwords.google.com/ api/adwords/cm/v200909"> was missing xsi:type="v20:BiddableAdGroupCriterion" and I've fixed that...but the problem persists. Please advise... On Mar 30, 10:41 am, John Bliss wrote: > I'm getting "Unmarshalling Error: ParseError" when posting the > fo

AdWords API Re: Migration to new v2009 API from v13: what about Report Service?

2010-03-30 Thread j.e.frank
The ReportService is not yet available in v2009. For this reason, the April 22 sunset of v13 does not include the ReportService -- you will continue to be able to use it. At some point, they will make a v2009 version (or whatever version we are on at that time) and then they will give us some tim

AdWords API Exceptions in CampaignCriterionService

2010-03-30 Thread j.e.frank
I use the CampaignCriterionService to add negative criteria for certain websites and site categories that we don't want our campaigns to run on. I have a batch job that runs every 3 hours to look for new campaigns, and then add the negative criteria to them. This morning, starting with the 8:30 a

AdWords API Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
I'm getting "Unmarshalling Error: ParseError" when posting the following XML to https://adwords.google.com/api/adwords/cm/v200909/AdGroupCriterionService What am I doing wrong...? http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909"> http:

AdWords API v2009 get ImageAd image

2010-03-30 Thread joao
Hi, I'm reading the AdGroupAd objects using the new v2009 api. I'm using the AdGroupAdServiceInterface (using the AdGroupAdSelector for the right campaigns, adgroups) and getting the AdGroupAdPage entries, like the examples of the new api. The problem is that all the ImageAd objects of the AdGrou

AdWords API Re: Operation position in failed stream

2010-03-30 Thread AdWords API Advisor
Hi Alexey, We'll be publishing a blog post on this shortly, but here is the basic information: - Operations are processed in batches. If one operation of the batch, the entire batch isn't committed. - The first result in a failed batch will always be a FailureResult. This result will contain all

AdWords API Re: Libcurl and open SSL versions for PHP Client Library

2010-03-30 Thread AdWords API Advisor
Hi, There are no known minimum versions required for curl or openssl. Some web searches hinted that this error may be due to a conflict with the gzip compression. Can you try disabling the COMPRESSION option in the settings.ini file and try again? Also, for issues like this that are client libra

AdWords API Re: How to get keywords given URL using V2009

2010-03-30 Thread AdWords API Advisor
Hi Grady, As I mentioned on your other thread, you must now use the TargetingIdeaService. http://groups.google.com/group/adwords-api/browse_thread/thread/128cc4b690784b2d/ Specifically you would use the RelatedToUrlSearchParameter, ideaType of KEYWORD, and requestType of IDEAS. Best, - Eric

AdWords API Re: KeywordToolService on v2009

2010-03-30 Thread AdWords API Advisor
Hi Grady, The KeywordToolService has been replaced by the TargetingIdeaService in v200909. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html Examples of how to use this service are included with the client libraries: http://code.google.com/apis/adwords/v200

AdWords API Re: connecting more then one API user for one MCC

2010-03-30 Thread AdWords API Advisor
Hi John, I'm not sure I understand the question, can you elaborate on the problem your facing? Something to keep in mind is that a developer token can be used with any credentials, not just the MCC use that owns it. Best, - Eric Koleda, AdWords API Team On Mar 28, 2:12 am, John wrote: > Hi, >

AdWords API Re: delete campaign ad extension error

2010-03-30 Thread AdWords API Advisor
Hi, The SET operator isn't supported for CampaignAdExtentions or AdExtensionOverrides. If you want to delete one you need to use the REMOVE operator. Best, - Eric Koleda, AdWords API Team On Mar 29, 7:41 am, "freesystems.t...@gmail.com" wrote: > when i delete the campaign ad extension it's giv

AdWords API Re: Alternate service for SiteSuggestionService

2010-03-30 Thread AdWords API Advisor
Hi Hassan, To address your questions: getSitesByCategoryName => Not yet supported in the TargetingIdeaService getSitesByTopics => RelatedToKeywordSearchParameter getSitesByUrls => RelatedToUrlSearchParameter Best, - Eric Koleda, AdWords API Team On Mar 29, 2:36 am, aBsTrAcT wrote: > Hi, > In v

Re: AdWords API weird error when get campaign negative criterion using CampaignCriterionService

2010-03-30 Thread AdWords API Advisor
Hi Jiong, This is a known issue, and the core engineering team is working on resolving it. More information is available here: http://groups.google.com/group/adwords-api/browse_thread/thread/f913928094350adf/ Best, - Eric Koleda, AdWords API Team On Mar 29, 8:11 pm, von journ wrote: > Rese

AdWords API Migration to new v2009 API from v13: what about Report Service?

2010-03-30 Thread Luka
Hi, I'm actually using the v13 API version, and I'm going to migrate to the new v2009 version. I need to download CSV report for my website and I use "getCreativeTsvReport" in my own scripts, but I don't find the v2009 version of this function; really I don't find nothing about ReportService in v2

AdWords API I'm getting an error adding a campaign in v200909 sandbox

2010-03-30 Thread Bhu
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] faultActor: faultNode: faultDetail: {https://adwords.google.com/api/adwords/cm/v200909} ApiExceptionFault:[OperationA

AdWords API Re: API via Perl — a few successes and an InternalApiError

2010-03-30 Thread Kris
Hello, Apologies that I was not able to revisit this issue until today. When I run display_stats.pl now, it returns normal output instead of the InternalAPIError. So things look good! Thanks, Kris Arnold On Mar 22, 10:34 pm, AdWords API Advisor wrote: > Hi Kris, > > It could have been that

AdWords API The login request used a username or password that is not recognized.

2010-03-30 Thread cralls
Hi All, I'm receiving the following error from the API after a certain number of requests: The login request used a username or password that is not recognized. And then after about a minute or two I'm able to send requests again. Am I hitting some kind of API request limit? I'm running in produc

AdWords API Logging into Adwords

2010-03-30 Thread Andy Precise
hi, Brief recap: * i'm migrating from v13 to v2009. * i've got a vb.net windows app. * i've added the wsdl for https://adwords.google.com/api/adwords/o/v200909/TargetingIdeaService?wsdl as a web service. * i'm using the TargetingIdeaService service and getBulkKeywordIdeas. now, i ne

AdWords API Re: German Postcodes over Adwords API

2010-03-30 Thread Christian Krahn
Hi Eric, this method does not work, it seems that the GeoLocationService needs at least the streetAddress to get a geolocation. https://adwords.google.com/api/adwords/ cm/v200909" xsi:type="ns1:GeoLocationSelector"> https://adwords.google.com/api/ adwords/cm/v200909" xsi:type=

AdWords API TargetingIdea service - related to URL search parameter issues

2010-03-30 Thread Guy Zucker
Hi, > > I'm trying to get keyword ideas using related urls. The documentation > states that the RelatedToUrlSearchParameter can contain up to 5 urls. I have > no problem using it with one url. However, once I attempt to add a second > url I get an error (UNEXPECTED_INTERNAL_API_ERROR). > > I past

AdWords API Re: edit ad extension error

2010-03-30 Thread freesystems.t...@gmail.com
hi statusAdExtensionOverride.StatusStatus of ad extension override at the ad level. The status will start ACTIVE on add and will become DELETED on remove (ie. cannot modify status) This field is read only and should not be set. 1. Enumerations 1. ACTIVE

AdWords API Re: TargetingIdea

2010-03-30 Thread Andy Precise
that worked Eric. thanks. a bit crazy though. and here was me hoping this migration would be a 5 minute job ;) On Mar 26, 10:28 pm, AdWords API Advisor wrote: > Hi Andy, > > This problem is normally seen when a client is using .NET without the > client library.  The cause is that the .NET wsdl t

AdWords API Re: how do I get the auth token

2010-03-30 Thread molaMolar
Sorry as usual. The returned array is empty I On 29 mar, 16:38, AdWords API Advisor wrote: > Hi, > > Try this: > >   $auth = new AuthToken($email, $password, 'GOOGLE', 'adwords'); > > You can read more about the authToken header value here: > >  http://code.google.com/apis/adwords/v2009/docs/hea

AdWords API Re: how do I get the auth token

2010-03-30 Thread molaMolar
Sorry as usual. The returned array is empty I. On 29 mar, 16:38, AdWords API Advisor wrote: > Hi, > > Try this: > >   $auth = new AuthToken($email, $password, 'GOOGLE', 'adwords'); > > You can read more about the authToken header value here: > >  http://code.google.com/apis/adwords/v2009/docs/he