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 LogDefaults(); // Get the CampaignService. $campaignService = $user->GetCampaignService('v201101'); // $campaignServ =

Re: how to filter on IsNegative in a report?

2011-05-20 Thread Darrin
Update: What I said above is not quite true When using the boolean style true/false I do get an error back from the API call. So, I at least know it's attempting to process this filter. And I also get an error when attempting to use KeywordIsNegative. So, I know KeywordIsNegative is wrong. It

how to filter on IsNegative in a report?

2011-05-20 Thread Darrin
Does anyone know how to add a predicate/filter on a report to filter out Negative Match Keywords? I have tried... 'IsNegative' 'EQUALS' 'false' <-- text value 'IsNegative' 'EQUALS' false <-- boolean value 'IsNegative' 'NOT_EQUALS' true <-- boolean value 'IsN

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Yes, you're right. You don't have PHP SOAP extension. I'm not familiar with Darwin or Mac OS yet. :) Try to use this link http://wiki.developerforce.com/index.php/Workbench#Option_4:_Compile_and_install_soap_module to install SOAP extension. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ruby + Savon

2011-05-20 Thread Chris
This is just what I needed! Can't thank you enough! I got it working and am receiving SOAP responses...really appreciate it! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a

UserList shared access

2011-05-20 Thread jstedman
I am working on integrating UserLists into our internal account management system and I was wondering if there is a way to grant shared access to a UserList between campaigns. For instance, lets say I have a client which has multiple account managers all managing different campaigns who want to use

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 './ php_mysq

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 example

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 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, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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: 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 **

sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi, I've a SOAP extension enable but whene I try to lunch exemple code "GetAllCampings.php", on shell, this is the response: Fatal error: This client library requires the SOAP extension to be activated. See http://php.net/manual/en/soap.installation.php for details. in /Users/claudio/Downloads/aw_

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 know

Re: Thoughts on v201101

2011-05-20 Thread Kevin Winter
Hi Pete, Thanks for the feedback. Regarding the sunset of services, we recently published a blog post addressing an extended sunset date: http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sunset.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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" wrote: > 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, > An

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 http://groups.googl

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" 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 P. Oommen, > AdWo

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" wrote: > Hi Kalpesh, > > You c

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 Reference . Your XML should look something like this: http://schemas.xmlsoa

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 a

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 Migration

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 CriterionUserListto the AdGroup. On Thu, May 19, 2011 at 5:47

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 keywords

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 fi

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: http://adwordsapi.blog

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: http://adwordsapi.blogspot

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: http://adwordsapi.blo

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, Ad

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 throwing

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: http://ad