Aw: Whats up with AdParamService???

2011-05-20 Thread Pearl Jam
Hi, the problem is still present. Is there any api staff who knows about that? Every day, we update thousands of keywords (pay for that) but our ads stay incomplete... Thanks for help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: No valid default value found for enum class Ad$ApprovalStatus

2011-05-20 Thread muchaek-pc
Thanks for your message. What you had to say was very interesting. We don't have multiple exclamation marks, but it is possible that we are violating a different policy and it is giving us this error message incorrectly. It is worrying that it is still creating the Ads even though it is

Re: Ruby gem google-adwords-api

2011-05-20 Thread Anash P. Oommen
Hi, google-api-adwords-ruby is deprecated in favour of google-api-ads-ruby, so could you check if these issues are present in google-api-ads-ruby and report these issues on http://code.google.com/p/google-api-ads-ruby/issues/list? Thanks for reporting these issues. Cheers, Anash P. Oommen,

Re: developer token

2011-05-20 Thread Anash P. Oommen
Hi, It takes upto two weeks, but if you can email your account details to anash.p.oom...@google.com, I can escalate it for you. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Rails gem problem

2011-05-20 Thread Anash P. Oommen
Hi, Looks like this issue is reported on the code site (http://code.google.com/p/google-api-ads-ruby/issues/detail?id=5). Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Developer Token still Pending Approval... HELP!

2011-05-20 Thread Anash P. Oommen
Hi Jacqui, Sure, mail the account details to anash.p.oom...@google.com and ping this thread. I'll escalate the review for you. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: how to Retrive clicks and campaign budget ?

2011-05-20 Thread Anash P. Oommen
Hi Kalpesh, You can use Amount to get the budget amount, Clicks for clicks, Ctr for clickthrough rate and so on. See http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Campaign.html for more details. In general, you can go through the documentation and see if a field

Re: Recent changes to API?

2011-05-20 Thread GemBox Software
Hi, There is a different behavior between v201008 and v201101. TargetingIdeaService in v201101 doesn't return seed keywords if request type is IDEAS. Here is more info about TargetingIdeaService v201101 doesn't return seed

Re: attach an adGroup to a remarketing audience (conversion tracker) group with v201101

2011-05-20 Thread GemBox Software
Hi, to associate AdGroup with remarketing audience, I think, you should use AdGroupCriterionService and add new criterion of type CriterionUserListhttp://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.CriterionUserList.htmlto the AdGroup. On Thu, May 19, 2011 at 5:47

Re: v201101 Campaign performance report summary/aggregation

2011-05-20 Thread GemBox Software
Hi, ReportDefinitionService uses aggregation type Summary by default. If you want other type of aggregation, you can do it by adding one of the following fields to report definition: Date, DayOfWeek, Week, Month, Quarter, Year. Here is more info about Report

Re: No valid default value found for enum class Ad$ApprovalStatus

2011-05-20 Thread muchaek-pc
Within the last 30 minutes this problem seems to have stopped occurring. Could somebody from Google confirm if this has been fixed on their side? We haven't changed anything in our code for it to start working again. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Ruby + Savon

2011-05-20 Thread GemBox Software
Hi, looks like your are using v201008 CampaignSelector in v201101 CampaignService that uses generic selectors. For new selectors please see Selector Migration Referencehttp://code.google.com/apis/adwords/docs/selectorguide.html . Your XML should look something like this: soap:Envelope

Re: how to Retrive clicks and campaign budget ?

2011-05-20 Thread Kalpesh's Programer
I got budget value using following $campaign-budget-amount- microAmount instead of $campaign-campaignStats-budget but all the values in campaignStats are empty Why it is so What I have to do to get values in campaignStats On May 20, 3:14 pm, Anash P. Oommen anash.p.oom...@google.com wrote: Hi

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-20 Thread CMS Consulting
Thanks for offering to review. I have mailed the details to the account you specified. On May 18, 1:25 am, Anash P. Oommen anash.p.oom...@google.com wrote: Hi CMS Consulting, Please mail your customer id to anash.p.oom...@google.com and I can check the review status for you. Cheers, Anash

MCC - List Adwords Accounts

2011-05-20 Thread u_api_user
Hi Adwords API Team, is it possible to receive a list of all adwords accounts assigned to a mcc via API? Thanks for your feedback. Best Regards -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Developer Token still Pending Approval... HELP!

2011-05-20 Thread Jacqui Pickup
Hi Anash, I just send you my MCC Client ID. Let me know if you need any other info Thanks, Jacqui On May 20, 10:17 am, Anash P. Oommen anash.p.oom...@google.com wrote: Hi Jacqui, Sure, mail the account details to anash.p.oom...@google.com and ping this thread. I'll escalate the review for

Re: Thoughts on v201101

2011-05-20 Thread jstedman
I'm loving the new generic Selector object, but I have been wondering why the ReportDefinitionService doesn't use it. As far as the documentation on selectable fields, I agree, it's not easy to read at all. This is especially true when you try to select fields for an Ad object and you have to

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-20 Thread jchan
Hi, I'm just following up to see whether there was any update on this issue. It's been over a week and making the call still results in the same UNEXPECTED_INTERNAL_API_ERROR being returned. Here's the most up- to-date request/response (again, without a request ID) that failed. Thanks, Josh

When exactly is reporting ready for today?

2011-05-20 Thread bgraves
I live in California and my client is in a different country which is 9 hours ahead of us. So at 3pm PST, my client is done for today and wants their report. How long do I need to wait after this time to pull an acurate report? Basically, can I start pulling activity reporting using the API for

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Are you sure that you've installed SoapClient extension? Create file with ?php phpinfo(); ? And execute it. Search for SOAP keyword. If you don't have it you need to install it. Installation of this extension is depends on your operating system. Regards, --

Re: MCC - List Adwords Accounts

2011-05-20 Thread Evgeniy Bogdanov
Hi. Yes, it is possible. Take a look on: http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/ServicedAccountService.html (v201101) - preferred. http://code.google.com/intl/en-EN/apis/adwords/docs/developer/AccountService.html (v13) - will be closed in few months. This is

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi Evgeniy, this is the response of 'phpinfo()' on my shell. Probably I've a problem with php claudio$ php index.php PHP Warning: PHP Startup: Unable to load dynamic library './ php_mcrypt.dll' - (null) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './

Getting null values

2011-05-20 Thread Kalpesh's Programer
I am using following code for generating 1- campaign budget info 1a- ad spend in dollars 1b- clicks 1d- click through percentage 1e- average cpc Why I am getting null values ?php error_reporting(E_STRICT | E_ALL); // You can set the include path to src directory or reference // AdWordsUser.php