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

2012-07-25 Thread Chirag
Hi Kevin, Thanks for reply. So any other way to get local search trends. Is it possible using adwords API? Thanks, chirag On Wednesday, July 25, 2012 2:45:40 AM UTC+5:30, Kevin Winter wrote: > > Hi Chirag, > The TrafficEstimatorService is intended to provide estimates, not trends > over time.

Re: customerId = 0 on fresh Sandbox clients

2012-07-25 Thread Anash P. Oommen
Hi Sanders, Could you email the logs and a failed login email to anash.p.oom...@google.com? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 July 2012 19:26:50 UTC+5:30, Sander wrote: > > I am new tot the sandbox, but get authorised only to see customerid = 0 on > the 5 new sand

Re: When I am trying to delete a Client I got error

2012-07-25 Thread Anash P. Oommen
Hi Prakash, Please ask this question on the product forum: https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 July 2012 16:02:30 UTC+5:30, Prakash wrote: > > Hi, > > When I am trying to delete a Client I got be

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread VijayRaj Chauhan
Hi Kevin, Kindly update this thread once you get any clue about this issue. TIA, VijayRaj On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote: > > Hi VijayRaj, > We suspect that the reflections library we're using may have issues with > certain classpath setups > (JBoss

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-25 Thread Tommy Choi
Yes, it happens consistently. What we try to do is to get a list of available accounts, we and using .net client library v201109 and here is our codes: AdWordsUser user = new AdWordsUser(); // Get the ServicedAccountService. ServicedAccountService servicedAccou

Broad/Specific reach Campaign setting in v201206

2012-07-25 Thread Ian
What is the correct way to set specific/broad reach for new/existing campaigns that use the old campaign level reach targeting? everytime I try to set the targetContentContextual I get the CANNOT_MODIFY_CONTENT_CONTEXTUAL error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

@kevin >> sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros).

2012-07-25 Thread Sander
Hello Kevin, I took my problem out of the running topic on https://groups.google.com/forum/?fromgroups#!topic/adwords-api/RuzzccFvpE8 to avoid confusion and because that discussion is flagged as answered. I just made a brand new account, but have the same result with zeros : My code: $user =

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Johnny AdRoll
We got word from our AdX account rep on this issue today (1900z). To paraphrase: this error is thought to be caused by a known issue that the API team is working on. There is no known work-around, but they're testing a fix that should go into service this week. Hope this helps. -- =~=~=~

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-25 Thread elroyskimms
Thanks. The v201109_1 code works as expected. Is there a bug or issue tracker (I'm very new here) that I can follow so I know when the issue is resolved and I can go back and use the current v201206 code? -E On Wednesday, July 25, 2012 11:11:41 AM UTC-4, Kevin Winter wrote: > Hi, > I ap

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-25 Thread Sander
Hi Kevin, I just made a new account, but have the same result: My code: $user = new AdWordsUser(null, $username, $password, $developerToken); $user->SetDefaultServer("https://adwords-sandbox.google.com/";); $user->SetClientId(null); $campaignService = $user->GetService('CampaignService', 'v20

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-25 Thread Kevin Winter
Hi Sander, No, this isn't related to the ManagedCustomerService issue I mentioned. This is unfortunately the result of a brief period where the sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros). This has since been corrected, but accounts that

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Kevin Winter
Hi, The engineers actually already are working on a fix. Due to push cycles, this should be in production in a few weeks. - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 10:55:36 AM UTC-4, Kevin Winter wrote: > > Hi, > Yes, I received your message and I was able to reproduce you

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-25 Thread Sander
Hello Kevin, I'm having the same issue with the v201109 version though: $user->GetService('ServicedAccountService', 'v201109'); $selector = new ServicedAccountSelector(); $graph = $servicedAccountService->get($selector); print_r($graph); Renders to: ServicedAccountGraph Object ( [a

Re: getting all campaigns

2012-07-25 Thread Shaihulud
Hi Kevin thank you very much for your answer. i found that out a few days ago and just came to write the answer myself :) greez shai Am Dienstag, 24. Juli 2012 23:44:59 UTC+2 schrieb Kevin Winter: > > Hi Shai, > My Client Center (MCC) accounts can't (normally) have campaigns (once, a > long

Re: Maven repository inconsistency

2012-07-25 Thread Kevin Winter
Hi, My colleague pointed me to this stackoverflow that talks about dynamic versions with Ivy: http://stackoverflow.com/questions/2748646/ivy-resolve-not-working-with-dynamic-artifact - Kevin Winter AdWords API Team On Tuesday, July 24, 2012 9:35:12 PM UTC-4, GJ wrote: > > Hello all, > > We a

Re: AWQL:PHP Client Library

2012-07-25 Thread Kevin Winter
Hi Ronak, We're still targeting the end of the week for the PHP library's support of v201206 (and AWQL). - Kevin Winter AdWords API Team On Tuesday, July 24, 2012 1:27:45 PM UTC-4, Ronak Shah wrote: > > Hello Kevin, > > When is the php client library for AWQL is going to be released any date.

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-25 Thread Kevin Winter
Hi, I apologize that there is a known problem with using the ManagedCustomerService in v201206 in the sandbox (the v201206 GetAccountHierarchy does). Could you please use the v201109_1 GetAccountHierarchy example in the meantime? We hope to get a fix out in a week or two. - Kevin Winter Ad

Re: NotEmptyError.EMPTY_LIST @ operations

2012-07-25 Thread Kevin Winter
Hi Grant, Unfortunately, the Perl client library maintainer is currently on vacation. Is there any chance you could obtain the SOAP log for this request? This error usually means that the server didn't see any records in the Operations element, so I'm wondering if a typo may be preventing th

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread Kevin Winter
Hi VijayRaj, We suspect that the reflections library we're using may have issues with certain classpath setups (JBossin particular). We're looking into this. - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 3:59:49 AM UT

Re: Questions about BudgetOrderService

2012-07-25 Thread Kevin Winter
Hi, Yes, the BudgetOrderService is intended to be a completely replacement. Yes, billingAccountId = orderId (we will be updating the docs). Yes, provide a clientCustomerId to change which client's budgets you affect. Regarding the whitelist, anyone who had access to the budget functionality

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Kevin Winter
Hi, Yes, I received your message and I was able to reproduce your results. I'm asking the engineers who work on that feature for more information. Will post here when I know more. Thanks for the report. - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 5:32:50 AM UTC-4, Daniel Be

customerId = 0 on fresh Sandbox clients

2012-07-25 Thread Sander
I am new tot the sandbox, but get authorised only to see customerid = 0 on the 5 new sandbox clients. I am using the PHP library and examples and have tried several adwords email adresses. I have read similar reports in forum postings, anybody else seeing this and know why (and how to resolve)

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-25 Thread Kevin Winter
Hi, The original bug mentioned in the thread affected creating accounts in the Sandbox (which is still not supported). Could you please provide more information about your error? Does it happen consistently or sporadically? - Kevin Winter AdWords API Team On Tuesday, July 24, 2012 8:55:28 P

Re: How to get data for fields "WebSite Status","Ad Schedule","Audience","Audience Status" using AdWords API .NET?

2012-07-25 Thread Kevin Winter
Hi VK, According to our Report-UI Matching docs, it sounds like you want the Criteria Report. As mentioned, the criteria report returns

Re: Questions about BudgetOrderService

2012-07-25 Thread veseo
Is the BudgerOrderService a complete replacement for v13s' AccountService->addBudget method? As I understand it, *billingAccountId *equals v13's *orderId *and we pass the *clientCustomerId* parameter in the header to specify which client's budgets we are manipulating, is that correct? Also, how

Re: Unable to add Campaign for New Customer

2012-07-25 Thread Prakash
Thanks Oommen. On Wednesday, July 25, 2012 1:24:09 PM UTC+5:30, Anash P. Oommen wrote: > > Hi Prakash, > > You need to enter billing details and accept AdWords API Terms and > Conditions for your AdWords API MCC to fix this error. You can do this by > logging into your AdWords API MCC account, a

When I am trying to delete a Client I got error

2012-07-25 Thread Prakash
Hi, When I am trying to delete a Client I got below error... There was an error with your operation. If you were trying to make a change, it may not have saved. Please refresh this page to try again. If the er

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Daniel Bergholm
I sent you a private reply, did you receive it? I can't determine if it was sent successfully or not. On Tuesday, July 24, 2012 11:23:18 PM UTC+2, Kevin Winter wrote: > > Hi, > I didn't notice this when testing. Could you please provide specific > examples of your search criteria so I can tes

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Daniel Bergholm
I sent you a private reply, did you receive it? I can't determine if it was sent successfully or not. On Tuesday, July 24, 2012 11:23:18 PM UTC+2, Kevin Winter wrote: > > Hi, > I didn't notice this when testing. Could you please provide specific > examples of your search criteria so I can tes

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Cap'n of d'Ship
Hi Anash, This is an old thread but I think Johnny's concern is the same as those before. This is also happening to our system integration tests that access google. Those tests suddenly were failing with the same error indicated in this ticket/thread. I was wondering if there was a change i

Re: Do AdParams changes show in CustomerChangeData?

2012-07-25 Thread Akil Burgess
Hi Kevin, Thanks for your reply. We built a service at my company that pulls all of our AdWords data into our own database and uses the CustomerSyncService to keep up to date with any changes. I'm adding functionality for pulling AdParams (and making AdParam updates) so I wanted to ensure that

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread VijayRaj Chauhan
Hi Kevin, It works fine when I used in IDE...I get this error when I bundled these jars in our web application inside the lib folder...Other than these jars we have only tomcat jars... TIA, VijayRaj On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote: > > Hi VijayRaj, > I just set

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Anash P. Oommen
Hi Johnny, This is a 2 year old thread, could you please open a new thread where you explain what you are trying to do? Some code snippet / SOAP logs would be helpful. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 July 2012 03:40:31 UTC+5:30, Johnny AdRoll wrote: > > Did this

Re: Unable to add Campaign for New Customer

2012-07-25 Thread Anash P. Oommen
Hi Prakash, You need to enter billing details and accept AdWords API Terms and Conditions for your AdWords API MCC to fix this error. You can do this by logging into your AdWords API MCC account, and navigating to Billing->Billing Preferences. Cheers, Anash P. Oommen, AdWords API Advisor. On