Re: Migration to v201206 java api

2012-09-05 Thread aminotsukasa
Thank you Anash. Would you check two more substitute class ? V201109 package has these class. but V201206 class don't have. 1.ServiceAccountantManager (to know api operation count and remove service class reference) 2.RelatedToKeywordSearchParameter(to keyword suggestion service) Cheers. --

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Kasper Pedersen
@Anash, that would be great. I'll send you an email :) Changing the official client obviously has some major benefits, my only concern is that a lot of my gripes will require breaking backwards compatibility. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Jason Stedman
I don't do much with PHP, but as far as I can tell adding namespaces would remove support for PHP versions 5.3, currently the minimum version is 5.2 it would be great if there were a way to reach out to the AdWords PHP community oob and find out how many people are actually still relying on

the creation date of a campaign to show?

2012-09-05 Thread spetz
hey there, I query campaigns in all time as google adwords does. I know that I could fetch the whole campaign data by setting start date to something 01/01/1900 and it works as I see the same results (amounts and numbers I mean) with adwords. but the question is what is the exact start date of

how to Retrive campaign budget in C#

2012-09-05 Thread kaminimishra
Hi, Can you please tell me how to retrieve campaign budget in .net. Please help me it's urgent. Thanks in Advance. Regards, Kamini -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Issue in Google adwords API

2012-09-05 Thread Ibrahim Ozturkcan
Using both Google.Adwords or Google.Ads.Common is not solving the problem. Its not building. On Friday, June 8, 2012 12:57:30 PM UTC+3, Rajesh G wrote: How to fix the below issue while working with google adwords client API The type 'Google.Api.Ads.Common.Lib.AdsUser' is defined in an

Re: How can I get AdNetworkType1 field using keyword Performance Report

2012-09-05 Thread Kevin Winter
Hi Supraja, Unfortunately, it's not currently possible to get per-keyword stats for display keywords. This is a shortcoming of the API. The best you can get is stats for the magic keyword Content, criteriaId=300 which represents ALL display keywords. - Kevin Winter AdWords API Team On

Re: the creation date of a campaign to show?

2012-09-05 Thread Oliver
Are you asking about the creation date of a campaign (as in question title) or the creation date of an account (as in your question body)? If for a campaign, you can find this out by fetching the campaign's StartDate from the CampaignService object. Not sure a start date of an account is

Re: add Sitelink not working

2012-09-05 Thread Kevin Winter
Hi, I had to delete your previous post as it contained your uncensored Developer Token. Please log into your MCC account and reset your developer token immediately. The v20:adExtension element should probably have a xsi:type=SitelinksExtension tag in it: v20:adExtension

Re: What is AccountId in Account Report?

2012-09-05 Thread Kevin Winter
Hi Oliver, I believe this is an internal detail that leaked into the public API. We strongly recommend using CustomerId field (ExternalCustomerId) as it is the ID used everywhere else for your account. - Kevin Winter AdWords API Team On Friday, August 31, 2012 6:44:30 AM UTC-4, Oliver

Re: Product specific URLs

2012-09-05 Thread Kevin Winter
Hi, Technically, this is Keyword Insertion: http://support.google.com/adwords/bin/answer.py?hl=enanswer=2454041 Ad Params must be configured with the AdParamService, but the {keyword} tag doesn't require this setup. The values in the destination URL are known as ValueTrack:

Re: How can we get full list of Currencies and Timezones?

2012-09-05 Thread Kevin Winter
Hi Oliver, Currencies and timezones change infrequently enough that making an API call to retrieve live values would not be efficient. We recommend storing these values in a resource/file and re-using them rather than having your application dynamically update them. - Kevin Winter AdWords

Re: Adwords Scripts with Adwords API

2012-09-05 Thread Kevin Winter
Hi Kai, I answered this question on the scripts forum: https://groups.google.com/d/msg/adwords-scripts/L7hE3cunDeg/OdBTIO_Tn2gJ - Kevin Winter AdWords API Team On Friday, August 31, 2012 9:05:05 AM UTC-4, Kai steudten wrote: Hello, i have a web application in which i use the adwords api

Ad rotration error - BiddingTransitionError.TRANSITION_TO_ITSELF

2012-09-05 Thread Ace
Hi , In the sandbox environment - I'm trying to change the campain AdServingOptimizationStatus So I can enable rotation (as requested by RMF) - I get an error : faultString: [BiddingTransitionError.TRANSITION_TO_ITSELF @ operations[0].biddingTransition.targetBiddingStrategy] *My code looks

Re: Is this the right way of getting the Timezone?

2012-09-05 Thread Kevin Winter
Hi Oliver, No, you are using this service correctly. The difference is caused by the implementation of reports versus the SOAP api. They read from different backend systems with different filter in place. When working with dates and times, I cannot recommend the java library JodaTime

Re: Are ifpla and ifpe value track parameters limited to adwords_redirect?

2012-09-05 Thread Kevin Winter
Hi Hans, Unfortunately, this isn't an API-specific questions - you'll probably get a better answer on the general product forums. - Kevin Winter AdWords API Team On Friday, August 31, 2012 6:11:28 PM UTC-4, HK wrote: I'll provide an example in case that clarifies things. So the question is

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-05 Thread Kevin Winter
Hi, Just to clarify, did you follow the steps listed here for a new google account? https://developers.google.com/adwords/api/docs/sandbox#getting-started Please indicate what step you are on and what error message you are seeing. - Kevin Winter AdWords API Team On Tuesday, September 4,

Re: Fwd: API call to invite a client account to be managed by an MCC

2012-09-05 Thread Kevin Winter
Hi, Unfortunately, this is still not possible. We've been communicating this feedback to the core engineers and working with them to see if this functionality could be built in the future. - Kevin Winter AdWords API Team On Tuesday, September 4, 2012 8:39:25 AM UTC-4, Taras Lyapun wrote:

Re: Change notification settings via API?

2012-09-05 Thread Kevin Winter
Hi, Unfortunately, configuration settings like these are not currently exposed via the API. - Kevin Winter AdWords API Team On Tuesday, September 4, 2012 10:51:53 AM UTC-4, veseo wrote: Hi, can anyone answer this? We have hundreds of clients, whose settings must be changed and it would

Re: What is the API's next release date?

2012-09-05 Thread JM
Hi! I have a concern regarding these releases. Will each release deprecate the previous release, forcing us to migrate our code three times per year? Regards, Jose M. Armijo On Tuesday, September 4, 2012 8:09:31 PM UTC-7, Anash P. Oommen wrote: Hi Asaf, I don't have specific dates for

No GLOBAL_MONTHLY_SEARCHES in v201206

2012-09-05 Thread Kevin Nguyen
Hi, I posted a message on the forum ( https://groups.google.com/forum/?fromgroups=#!search/global_monthly_search/adwords-api/D75_pfZsjyM/MzfnG_fIhe4J) awhile back regarding to this issue. I did get a response from David Torres, and here is his message: The new SEARCH_VOLUME is equivalent to

Brief downtime in the next hour.

2012-09-05 Thread Kevin Winter
We apologize for the short notice, but there will be a brief period (approx. 30 minutes) of downtime in the next hour to test the error logic in preparation for the production downtime this weekendhttp://googleadsdeveloper.blogspot.com/2012/09/upcoming-adwords-apiscripts-and-dfp-api.html . We

Re: Getting Data for Keywords that contains +

2012-09-05 Thread Jeff
Hi, I am wondering if support for broad match modifier has been added to TrafficEstimatorService in v201206. Thanks, Jeff On Monday, October 11, 2010 3:26:09 PM UTC-4, AdWords API Advisor wrote: Hi, The plus sign in keywords is part of the Broad Match Modifier feature:

Re: Getting Data for Keywords that contains +

2012-09-05 Thread Jeff
Nevermind, I can infer from the KEYWORD_CONTAINS_BROAD_MATCH_MODIFIERS TrafficEstimatorError that it has not been added :-) On Wednesday, September 5, 2012 3:47:59 PM UTC-4, Jeff wrote: Hi, I am wondering if support for broad match modifier has been added to TrafficEstimatorService in

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Ewan Heming
I've recently been thinking about the same issue myself because it would make working with the Symfony framework much easier. I don't have too much spare time, but would certainly be happy to help out with at least the namespace issue for improved classloading and IDE support. --

AdWords scripts - now available to all AdWords users

2012-09-05 Thread Kevin Winter
For those who may be interested, we've just officially launched AdWords scripts for all advertisers globally. New features include: - Increased limits (30 minutes, 50k objects per iterator, 100k overall). - Ad Parameter support. - Scheduling of scripts to run once, daily, weekly or

Re: how to create an ad with view tag

2012-09-05 Thread Jason Stedman
I believe what you are asking is if it is possible to place an impression tracking tag in an ad. This is not possible, but you can always retrieve the impressions statistic in reports which would likely be more accurate. If I miss understood the question, please elaborate. --

Re: keyword performance report for display network

2012-09-05 Thread OzChad
Thanks David, the dummy keyword content with id 300 is what I expected, however the return xml doesn't have any rows. those are columns i selected and predicate is just the campaign Id. could you tell what I did wrong? columns column name=campaign display=Campaign / column

Re: INVALID_TOKEN_HEADER error

2012-09-05 Thread thanhnguyen
Hi Anash, My code get error *Fatal error*: Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'myem...@gmail.com++USD'] in E:\lemonServer\WWW\adword\src\Google\Api\Ads\Common\Lib\AdsSoapClient.php:201 Stack trace: #0