Unable to add Campaign for New Customer

2012-07-24 Thread Prakash
HI, I am Unable to add the campaign for new added customer *EX- Add Member* /* It is used Register member. */ function CreateAccountExample() { global $user; // Get the service, which loads the required classes. $createAccountService = $user->GetServic

Maven repository inconsistency

2012-07-24 Thread GJ
Hello all, We are trying to pull this api library through Maven. We followed the instructions provided, and were successful through Eclipse. Our project however is done in a framework called play! It's a java web framework, that actually uses Ivy to pull any dependencies. This is where we are

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-24 Thread Tommy Choi
Hi, I am using AdWordsService.v201109.ServicedAccountService in sandbox environment and face the same error. I guess the fix has not been done yet? On Saturday, May 5, 2012 12:10:04 AM UTC+10, Kevin Winter wrote: > > Hi, > Unfortunately, we have no update at this time. > > - Kevin Winter > AdWo

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-24 Thread Johnny AdRoll
Did this ever reach any kind of conclusion? I suddenly (as of yesterday) have the same issue when sending ADD mutates to the AdGroupService. I began systematically reducing the number of adgroups I sent in a batch until I was only sending one at a time, and I still get this error. If this er

Re: Questions about BudgetOrderService

2012-07-24 Thread Kevin Winter
Hi Jim, I agree - that is very confusing. When you run getBillingAccounts - do you get a BillingAccount entry for every Order ID? I'm beginning to suspect that BillingAccount is the new Order (I apologize that I'm not as familiar with the BudgetOrderService as I should be). - Kevin Winter A

Re: PHP API - TargetingIdeaService - RelatedToUrlSearchParameter - [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.selector.searchParameters[2].includeSubUrls]

2012-07-24 Thread Kevin Winter
Hi Josh, The getBulkKeywordIdeas only returns keywords - since includeSubUrls doesn't work for keywords, you can't use it in bulk either. - Kevin Winter AdWords API Team On Tuesday, Ju

Re: SOAP Module for AdWords Maven 1.4.0 Java Client Library

2012-07-24 Thread Kevin Winter
Hi Ewan, Yes, please let us know if this is reproducible. If it is, please file an issue on the issue tracker. Bonus points if you have the solution =) Thanks! - Kevin Winter AdWords API Team On Monday, July 23, 2012 9:00:12 PM UTC-4, Ewan Heming wrote: > > Hi Kevin, > > I also assumed tha

Re: Guice provision errors while trying to access BudgetOrderServiceInterface

2012-07-24 Thread Jim McCabe
I work with ak4chen and we ultimately took a different approach. We made a small JAR out of the v13 classes from 8.4.1. Then we upgraded to 8.7.0, but also use this new tiny v13 JAR. Finally we made a little shim to implement the AdWordsService and AdWordsVersion objects needed to prop up v13

Re: Can we access Adwords API only with developer key?

2012-07-24 Thread Kevin Winter
Hi Vipin, To expand on Ewan's post, all requests need two things: a Developer Token and a form of authentication. Authentication can either be via ClientLogin (which requires a username and password) or via OAuth (1.0a or 2). - Kevin Winter AdWords API Team On Saturday, July 21, 2012 8:19:56

Re: AdUrl and GCLID

2012-07-24 Thread Kevin Winter
Hi, You might want to post this in the general AdWords product forums, as this isn't specific to the AdWords API. - Kevin Winter AdWords API Team On Saturday, July 21, 2012 3:35:28 PM UTC-4, clickoptics wrote: > > Hey all, > > So I've noticed requests coming in from Google that don't have a GC

Re: getting all campaigns

2012-07-24 Thread Kevin Winter
Hi Shai, My Client Center (MCC) accounts can't (normally) have campaigns (once, a long time ago they could under some circumstances). In order to get the campaigns for individual accounts, you'll need to call session.setClientCustomerId(account.account.getCustomerId()). This tells the sessi

Re: Questions about BudgetOrderService

2012-07-24 Thread Jim McCabe
Hi Kevin - Actually I have good reason to believe that we should pass the same "order ID" that we traditionally passed in v13. a) Yesterday I did some testing with new production accounts and was successful when I passed our same old order ID in that field. b) I also filed a request with the A

Re: Guice provision errors while trying to access BudgetOrderServiceInterface

2012-07-24 Thread Kevin Winter
Hi, Can you provide a snippet for how your code is accessing the new java library? If you included all the jars from that tarball, this shouldn't happen (double-check to make sure you aren't missing/have removed any). Any other steps you took to set this up would also be helpful. - Kevin Win

Re: How to get ClickType, Device Stats using get service of AdGroupService

2012-07-24 Thread Kevin Winter
Hi, We strongly encourage you to use Reports where statistics are concerned. Reports are faster, cost less units and impose less burden on our servers. Additionally, you cannot perform segmentation with the existing SOAP services. - Kevin Winter AdWords API Team On Friday, July 20, 2012 8:

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-24 Thread Kevin Winter
Hi, I didn't notice this when testing. Could you please provide specific examples of your search criteria so I can test? - Kevin Winter AdWords API Team On Friday, July 20, 2012 7:46:20 AM UTC-4, Daniel Bergholm wrote: > > I'm using the TargetingIdeaService to get keyword suggestions for a gi

Re: Flexible reach

2012-07-24 Thread Kevin Winter
Hi, Flexible Reach settings were added in v201206- you can't specify them in v201109. Here's an example of how to use them in v201206 in the java library

Re: How to use "local search trends" (usa) via google api

2012-07-24 Thread Kevin Winter
Hi Chirag, The TrafficEstimatorService is intended to provide estimates, not trends over time. Values returned are based on historical observed values as well as projections. This isn't currently possible. - Kevin Winter AdWords API Team On Saturday, July 21, 2012 7:24:09 AM UTC-4, Chirag w

Re: TimeZone in BudgetOrderService

2012-07-24 Thread Kevin Winter
Hi Alexander, Jim posted some answers here. I'm going to try to get the documentation updated to make this more clear. - Kevin Winter AdWords API Team On Thursday, June 21, 2012 9:16:23 AM UTC-4, Alexander Nitschke wrote:

Re: Questions about BudgetOrderService

2012-07-24 Thread Kevin Winter
Hi Jim, I'm pretty sure you need to use the Id from a BillingAccount returned by BOS.getBillingAccounts . - Kevin Winter AdWords API Team On Thursday, July 19, 2012 5:34:21 PM UTC-4, Jim McCa

Re: Getting error "!!!1|||-1|||Unexpected exception???" while using adhoc report service

2012-07-24 Thread Kevin Winter
Hi Chirag, Does this consistently happen for the same ReportDefinition XML and CID? Is it sporadic or happening frequently? Does retrying help? (we recommend retrying after a delay for this error in general). If it's happening consistently, could you please provide an example CID and XML?

Re: New version of the Php Client Libraty

2012-07-24 Thread Kevin Winter
Hi, We're hard at work trying to get v201206 support for the PHP library. We're hoping to release it in the next week or so. - Kevin Winter AdWords API Team On Wednesday, July 18, 2012 2:57:02 PM UTC-4, Ashley Bennett wrote: > > Since v. 201206 is out now, I am wondering if there is a new ver

Re: API results don't match AdWords

2012-07-24 Thread Kevin Winter
Hi Matt, It's entirely possible that there is something not being filtered out (this is the most common cause of differences between the UI and API). Can you please provide the ReportDefinition XML for a specific report and the account you are running this again so we can investigate? - Kevi

Re: TargetingIdeaService: getting monthly searches and competition for the source keyword besides for suggested keywords

2012-07-24 Thread Kevin Winter
Hi Alex, This is no longer possible (as of ~v201109). You have to make a separate STATS request for the seed keyword. - Kevin Winter AdWords API Team On Wednesday, July 18, 2012 12:15:37 PM UTC-4, Alex76 wrote: > > Hi, > I have a list of source keywords and want to obtain monthly searches and

Re: Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Maurício Alves de Souza Oliveira
Hello Alexander, I made the downgrade to v14.4, however, I'm still getting a "timed out" error (much less frequent, fortunately). I have runned it again for the clients that I have received the timed out error and everything worked. Maybe it's not a 100% reliable workaround. Let's see if the

Re: How to download named report C#

2012-07-24 Thread Kevin Winter
Hi Eric, Here's the DotNet client library example for downloading a Criteria Report via AdHoc reports: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201206/Reporting/DownloadCriteriaReport.cs Please note that you can optionally use AWQL to down

Re: Adowrds Error

2012-07-24 Thread Kevin Winter
Hi, Just to confirm, are you accessing the production or sandbox environments? This should only work in sandbox. Are you authenticating with this same account in the request? I believe that in sandbox it expects you to use the authenticating account in the developer token. - Kevin Winter A

Re: TotalConvValue always returning as integer

2012-07-24 Thread Kevin Winter
Hi, We've removed this field from v201206 stats - reports are the preferred method for obtaining stats. As far as I can tell with my testing, TotalConvValue comes back as a decimal in reports. - Kevin Winter AdWords API Team On Tuesday, July 17, 2012 10:48:37 AM UTC-4, Eduardo Matos wrote: >

Re: AWQL Queries

2012-07-24 Thread Kevin Winter
Hi, I responded on your other thread: https://groups.google.com/d/msg/adwords-api/pRldQYacsxs/exRuQt10gWoJ TL;DR: you need square brackets and no "array" keyword. - Kevin Winter AdWords API Team On Tuesday, July 17, 2012 9:53:25 AM UTC-4, jayshree bhongle wrote: > > Hi, > I am using the follo

Re: AWQL Queries

2012-07-24 Thread Kevin Winter
Hi, It's not terribly clear (I've filed a request to improve this), but to specify a list of strings, you need to specify your query like so: SELECT CampaignName,CountryCriteriaId,Conversions,TotalConvValue FROM GEO_PERFORMANCE_REPORT WHERE CampaignName IN ['Taj Mahal Palace','Taj Mahal P

Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-24 Thread elroyskimms
I'm using the .Net library, v201206 (VB). Using the sample AdWords.Examples.VB project, I can run GetCampaigns and receive result of 0 campaigns, as expected. From what I can tell, this is supposed to generate 5 Client accounts for the Sandbox MCC account. However, it appears that these 5 Clien

Re: Speed difference client login and oAuth

2012-07-24 Thread Kevin Winter
Hi, We haven't seen this problem in the sandbox with OAuth (I've personally tested with Python and Java). It's possible there's a bug in the DotNet client library. Could you please file an issue on the project issue tracker ? -

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-07-24 Thread Kevin Winter
Hi, If you were affected by this bug, we recommend using a new sandbox account. You can create a brand-new gmail account for sandbox usage. Please let us know if you're still seeing this with a new account. - Kevin Winter AdWords API Team On Tuesday, July 17, 2012 1:41:31 AM UTC-4, Wasi wro

Re: ReportDefinition Class object for v201206

2012-07-24 Thread Kevin Winter
To clarify, yes, they have been removed permanently with v201206. The published XSDs can be used to generate code/serialize objects. - Kevin Winter AdWords API Team On Monday, July 16, 2012 7:58:23 PM UTC-4, valeriy wrote: > > They are in a separate xsd now: > > > https://adwords.google.com/api

Re: Java Library Migration : ImageUtils Gone

2012-07-24 Thread Kevin Winter
For future forum readers: http://code.google.com/p/google-api-ads-java/issues/detail?id=15 TL;DR: we refactored the way we do utilities in the new java library, check examples to find the correct one. - Kevin Winter AdWords API Team On Monday, July 16, 2012 12:29:43 PM UTC-4, Pete Lavetsky (AdW

Re: Do AdParams changes show in CustomerChangeData?

2012-07-24 Thread Kevin Winter
Hi Akil, AdParams will not show up in the CustomerSyncService. Currently, AdParams can only be updated via the API, so if you have sole API access to an account, only your own changes should modify AdParams. Can you elaborate on why you need to sync this data? - Kevin Winter AdWords API Tea

Re: google calendar api update event error

2012-07-24 Thread Kevin Winter
Hi, I'm afraid you have the wrong forum. Try here: https://groups.google.com/forum/?fromgroups#!forum/google-calendar-help-dataapi - Kevin Winter AdWords API Team On Monday, July 16, 2012 5:56:57 AM UTC-4, Sy Buena wrote: > > currently im developing google calendar with my own version of code

Re: do enum fields ever change?

2012-07-24 Thread Kevin Winter
+1 to these points. We try our best not to not change enum values mid-release (only on version boundaries), but mistakes can happen. - Kevin Winter AdWords API Team On Friday, July 13, 2012 10:03:44 AM UTC-4, jstedman wrote: > > These values are unlikely to change for a specific API version rel

Re: Upgrading to v201206

2012-07-24 Thread Kevin Winter
Hi Simon, The ManagedCustomerService uses a Generic Selector (unlike the ServicedAccountService, which used it's own). This selector is shared from the CM namespace: https://developers.google.com/adwords/api/docs/reference/latest/ManagedCustomerService.Selector You will need an xmlns='https:

Re: insights for search

2012-07-24 Thread Kevin Winter
Please direct any questions regarding access to the AdWords API to adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Thursday, July 12, 2012 5:16:00 PM UTC-4, Optimizer Hq wrote: > > Hi Anash > > We have been trying to get an AdWords API key for months but the Adwords > team memb

Re: QuotaCheckError.INCOMPLETE_SIGNUP_USER_INFO_REJECTED/PENDING - Urgent!

2012-07-24 Thread Kevin Winter
Hi Ro, I apologize that this slipped through the cracks. If this hasn't already been resolved, please send your developer token (or CID for that MCC) to me off-list. Typically, this error happens only when the developer token is not approved (or has been rejected). - Kevin Winter AdWords AP

Re: Can API units be transferred

2012-07-24 Thread Kevin Winter
Hi Stefanie, The short answer is no, they cannot. Additionally, I've never seen an Agency qualify for free API units (without preferred pricing). If you have any further questions, I encourage you to speak with your CSR. - Kevin Winter Ad

Re: Google Adword API and reterieving Placements for Given Keywords

2012-07-24 Thread Kevin Winter
Hi, We don't have an example that explicitly shows how to go from keywords -> Placements, but this exampleshows how to get placement ideas (

Re: Problem with ClientCustomerId

2012-07-24 Thread Kevin Winter
Hi, I'm in the process of updating the Sandbox Getting Started guideto better emphasize use of the client libraries. 1. To access the sandbox, first you need is a Google account (if you don't have one, create a new

Re: PHP API - TargetingIdeaService - RelatedToUrlSearchParameter - [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.selector.searchParameters[2].includeSubUrls]

2012-07-24 Thread Josh
Hi Alexander, so can I assume or not the bulk method will allow for using includeSubUrls ? Josh Le mardi 24 juillet 2012 10:41:54 UTC+2, Alexander Nitschke a écrit : > > Hi Josh, > > please look further down to the documentation for "includeSubUrls". This > one is ignored for "KEYWORD" queries,

Re: Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Alexander Nitschke
Hello Maurício, it most likely is the same as issue 87. We have the same problem, and it looks like there is no better solution than reverting to v14.4 of the .NET API. At least I didn't find anything which worked. Even using isolated tasks and cancelling them if needing too long isn't working

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-07-24 Thread aengland
Hi, This happened for the same report for multiple clients. It was failing for random clients each time I ran the process and appeared to not be an issue with a specific client. After July 11 we never had the issue again. So it appears the issue was isolated to the evening of 7/10 and the mo

Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Maurício Alves de Souza Oliveira
Hello, We are using the .net client library v14.5, API version v201109 to get campaigns, ad group and ad performance via adhoc report. We're getting "The operation has timed out" error message when invoked DownloadClientReport method from ReportUtilities class. We always get this information

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-07-24 Thread Kevin Winter
Hi, I apologize for the inconvenience you experienced. Did this happen for a single client repeatedly? Or was it the same report but for multiple clients? Did it consistently fail for a specific input? This behavior is certainly unexpected and should not occur. If it does, please let us k

Re: Criteria report: criteriaType documentation

2012-07-24 Thread Kevin Winter
Hi, The Report Types documentation documents the values for Enums. In particular, from the posted link, the CriteriaType field has a full list. You can also get this information from ReportDefinitionService.getReportFields. - Kevin Winter AdWords API Team On Wednesday, July 11, 2012 7:36:1

Re: Google Adwords "Pending approval"

2012-07-24 Thread Kevin Winter
Please direct any questions regarding access to the AdWords API to adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Tuesday, July 10, 2012 9:06:10 PM UTC-4, Martino&Binzer wrote: > > > I have been waiting for weeks to get my Adwords API approved. It is > heavily effecting my re

Re: Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-24 Thread Kevin Winter
Hi Alexander, Eric, Eric, thanks for filing an issue on the issue tracker. Anash should followup and resolve this issue there. If anyone else has any extra debugging information they feel is relevant, feel free to add a

Re: CampaignStats

2012-07-24 Thread Kevin Winter
Hi Ro, We strongly recommend using Reports when retrieving statistics, for all the reasons Dorian mentions. - Kevin Winter AdWords API Team On Tuesday, July 10, 2012 8:28:20 AM UTC-4, Dorian Kind wrote: > > Hi Ro, > > generally, if you are only interested in statistics, using the Adhoc > repo

Re: conversionsManyPerClick deprecation

2012-07-24 Thread Kevin Winter
Hi Neil, We've removed many of the lesser-used stats from the SOAP objects. The Report functionality can obtain this information much more efficiently. - Kevin Winter AdWords API Team On Tuesday, July 10, 2012 8:15:58 AM UTC-4, okieb...@gmail.com wrote: > > I just tested with v201206's adhoc

Re: ServiceAccountantManager and Memory issues

2012-07-24 Thread Kevin Winter
Hi Jam, In general, issues like this should be filed on the project issue tracker. The new java library doesn't use a ServiceAccountantManager and should therefore be unaffected. - Ke

Re: Where is the v201206 Java client library?

2012-07-24 Thread Kevin Winter
Hi all, Both the new and old java libraries have been updated with v201206 support. - Kevin Winter AdWords API Team On Friday, July 6, 2012 5:27:45 AM UTC-4, Oliver wrote: > > I don't believe it's out yet. This was posted 2 days ago: > > https://groups.google.com/forum/?fromgroups#!topic/adwor

Re: Token Approval

2012-07-24 Thread Kevin Winter
Please direct any questions regarding access to the AdWords API to adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Thursday, July 5, 2012 10:00:59 AM UTC-4, Logaholic Development wrote: > > Yes we are waiting for approval for months!!! > > Since Early March we have been trying

Re: Dev API Token - Still Pending

2012-07-24 Thread Kevin Winter
Please direct any questions regarding access to the AdWords API to adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Thursday, July 5, 2012 4:46:58 AM UTC-4, pim wrote: > > I am waiting 11 weeks already. So get in the line! > > On Tuesday, April 24, 2012 6:14:18 PM UTC+2, Dave Win

Re: Is there any way to link Adwords accounts through the the API?

2012-07-24 Thread Kevin Winter
Hi, Unfortunately, this is not currently possible with the AdWords API. - Kevin Winter AdWords API Team On Wednesday, July 4, 2012 9:46:40 AM UTC-4, joanfihu wrote: > > I'd like to link adwords accounts in my app and I am wondering whether > it's possible or not. -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: AWQL

2012-07-24 Thread Kevin Winter
Hi David, As with any feature in the AdWords API, we'll take use into account if we ever have to make a decision to remove a feature. We intend this feature to be ready for production, so you shouldn't fear using it. You shouldn't feel obligated to convert all your generic selectors to AWQL,

Re: Why does the adwordapi team ignores our mail completely? Token #943859748

2012-07-24 Thread Kevin Winter
Please direct any questions regarding access to the AdWords API to adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Wednesday, July 4, 2012 5:58:20 AM UTC-4, Andre_AMSNL wrote: > > Since Early March we have been trying to get our API implementation > approved. > We initially got

What are the arguments passed in getOrdersByContactName(arg0, arg1, arg2, arg3, arg4, arg5) function in dartapi_13.6.09?

2012-07-24 Thread saravana E
Hi, I am Saravana and i am using Dartapi_13.6.9 jar file for retrieving the data from dart. I am not able to comprehend the correct arguments for the methods in the library. please help me. Regards, Saravana. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: PHP API - TargetingIdeaService - RelatedToUrlSearchParameter - [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.selector.searchParameters[2].includeSubUrls]

2012-07-24 Thread Alexander Nitschke
Hi Josh, please look further down to the documentation for "includeSubUrls". This one is ignored for "KEYWORD" queries, generally the KEYWORD idea query supports only one Url. But I think Kevin's link was misleading as he linked to the v201206 doc and your code is using v201109. Still, the docu