Geo/Mobile Bid Formula Adords API PHP (v201306)

2013-11-05 Thread MWA
Hi there, What I see at the interface is when it sets the mobile/Geo bid in percentage, say +2% makes the 'bidModifier' totally different from the one we are trying to set Via API, Should I have to multiply the percentage to the maxCpc? but how to get cmapaign level maxCPC starting bid for as I

How many API Calls am I making per day?

2013-11-05 Thread Alan Coleman
Hello everyone. Is there a way of knowing how many API calls I am making on a daily basis? I believe there is a limit of 50k(?) and I'm worried that I might be hitting it. Many thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/

Re: AdWords Keyword Tool API

2013-11-05 Thread slegersjohn
I've been trying for hours to get that code to work, but I keep getting an error. I'm using a test account with a "pending" developer token from a production account. The error I keep getting is this : [RateExceededError ] I've tried adding additional search parameters to restrict the search,

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH in PHP

2013-11-05 Thread mehmet koc
Hi, I'm trying to download a report using DownloadCriteriaReport.php on Adwords PHP client. And I'm getting this error message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH I've seen similar posts on the forum and the problem is said to be related with wrong client id. My client

Re: RateExceededError

2013-11-05 Thread John Slegers
I think it's specific for new accounts (rateKey=new_qps). Op dinsdag 1 oktober 2013 11:34:49 UTC+2 schreef Anash P. Oommen (AdWords API Team): > > Hi, > > Could you kindly send me a SOAP request / response xml and your API MCC > customer id to anash.p...@google.com and update this > thread

change bid to display Network

2013-11-05 Thread to
I know how to change Default max cpc it looks like: List operations = new List(); foreach (KeyValuePair keyValuePair in margin) { AdGroupOperation operation = new AdGroupOperation {@operator = Operator.SET}; // Update the ad group. var amount = Convert.ToInt64(keyValuePair.Value * 100); var c

set display network bid

2013-11-05 Thread to
I would like to know is it possible to change Display Network Max. CPC instead of Default Max. CPC* in** * Search & Display Networks *campaign* and what should i do -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.bl

Re: RateExceededError - TrafficEstimatorService with New Accounts created under MCC

2013-11-05 Thread John Slegers
I'm having the same problem with an account I created the normal way. I created both my test and production account earlier today. I've focused mostly on the TargetingIdeaService, but I can't even get the examples from the PHP client library to work. No matter how I adjust my search criteria,

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread to
maybe you have exceeded your daily budget? понедельник, 4 ноября 2013 г., 20:30:45 UTC+2 пользователь alexande...@adticket.de написал: > > Hi everyone, > > I got today the same error again. And I dont know why. > I read here > that a ba

How to start to use Adwords API with OAuth authentication

2013-11-05 Thread pierre . augereau . ai
Hi everybody. First of all, please excuse me if my english is not very good... So, I'm kind of lost to start to use adwords API with OAuth authentication (I'm using "adwords_api_php_4.6.1" package V201309). I follow a lot of tutorial about it but, it's not working. Sometimes they tell you to

Re: RateExceededError in TargetingIdeaService

2013-11-05 Thread slegersjohn
Both the GetKeywordIdeasExample and the GetPlacementIdeasExample keep giving me this same problem. I'm using a test account with developer token from a production acount. I'm using PHP. Op donderdag 18 juli 2013 14:14:27 UTC+2 schreef Danial Klimkin: > > Hello, > > > RateExceeded error depend

Re: GetTargetingIdeaService exception ExpatError after Update

2013-11-05 Thread Colin Usala
Hello, We're having the same problems with this; it's only happening on some machines as opposed to others, all running the exact same script. Is there a particular version of adspygoogle that this was linked back to? Please let us know. Thanks, Colin On Wednesday, June 12, 2013 12:41:28 AM

QuotaCheckError.INCOMPLETE_SIGNUP ?

2013-11-05 Thread pierre . augereau . ai
Hi ! (Api Adword PHP "adwords_api_php_4.6.1" V201309) I got this error 'QuotaCheckError.INCOMPLETE_SIGNUP', Trigger = '' But, I could not find why ? I'm usint two MCC account : One for production (894-365-1577) and the other one is a test MCC account (953-099-4808) The Billing is enabled on the

Re: Outdated Sample Adwords API php web app with angular JS UI. Does anyone have an up to date version ?

2013-11-05 Thread slegersjohn
I"v been fooling around with the PHP client library for about 10 hours now, but I haven't been able to get anything to work except for the "ConstantDataService". Everything else I've tried keeps giving me a RateExceededError error. Op vrijdag 11 oktober 2013 17:17:48 UTC+2 schreef Paul Matt

Not able to see my campaigns from my PHP script

2013-11-05 Thread Anca Suciu
**php version v5.3.2-1ubuntu4.5 I have extended one of the tests available in the Google Adwords PHP Library - AdWordsIntegrationTest.php and I just want to see the list of my campaigns. I was expecting to see all the campaigns from the adwords account and this list is not empty. However, th

Re: How many API Calls am I making per day?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, If you are on a basic access plan, then the limit is 10K operations (not calls) per day. We don't have a web page where you can find the actual number of calls you made, but you could calculate them based on the information here. https://developers.google.com/adwords/api/docs/ratesheet

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, As you suspected, you are crossing 10K operations / day. I suggest that you keep track of your daily calls for a day or two, and figure out whether you are actually exceeding this limit. You can find the relevant operations cost at https://developers.google.com/adwords/api/docs/rateshe

Re: RateExceededError

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi John, Yes, this one is specific for new accounts. That should go away once your account starts serving some ads and it stops becoming a fresh account. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4, 2013 3:56:58 PM UTC-5, John Slegers wrote: > > I think it's specific for

Re: RateExceededError - TrafficEstimatorService with New Accounts created under MCC

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi John, Mark, You are seeing the issue because it is a fresh account. If you give it a while, or you setup some ads in this account and allow it to serve, the account should move out of the new account status and higher rate limits will apply to the accounts. Cheers, Anash P. Oommen, AdWords

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread alexander . brokle
Am Dienstag, 5. November 2013 09:38:40 UTC+1 schrieb t...@jooble.mygbiz.com: > maybe you have exceeded your daily budget? > How can I exceed my dayly budget by creating and updating Campaigns? Am I wrong that each campaign have a dayly budget and there isnt an overall dayly budget. But then ther

Re: CampaignCriterionError.CANNOT_ADD_EXISTING_FIELD

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Hunter, It would be most helpful if you can post a sanitized SOAP request and response xml so I could look up the logs. Yes, the exception you are getting is private, and not expected to be returned in a response, I'll investigate further and get it fixed once you share the logs. But for im

Re: QuotaCheckError.INCOMPLETE_SIGNUP ?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Pierre, Could you re-enter the billing information on 894-365-1577? I looked up your account and it shows you haven't accepted the AdWords API T&C. That happens when you enter credit card details on your AdWords API MCC. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4, 2

Re: AdWords Keyword Tool API

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, If you wait a bit, then the error should go away as the account stops becoming a fresh one. However, I am investigating this further at my end just to make sure nothing changed at our end to trigger this errors. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4, 2013 1:28

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, No, this is not related to your daily budget, It is rather due to you exceeding the number of operations / day on basic access. Cheers, Anash On Tuesday, November 5, 2013 6:21:28 AM UTC-5, alexande...@adticket.de wrote: > > Am Dienstag, 5. November 2013 09:38:40 UTC+1 schrieb > t...@

Re: How to start to use Adwords API with OAuth authentication

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Pierre, https://code.google.com/p/google-api-adwords-php/wiki/OAuth2 is probably the closest you could find on a guide. If your developer token is approved, then you could use the credentials of your production MCC account, otherwise you need to use the credentials of your Test MCC account t

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Naman, What language and client library are you using? Cheers, Anash On Monday, November 4, 2013 3:48:47 AM UTC-5, naman jindal wrote: > > Thanks for your help Josh. > > I have more difficulties and questions relating to setting up the > Application. > But I think I would better give in som

Re: Not able to see my campaigns from my PHP script

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, Here's a code example that you could use to cross-check against your code: https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/GetCampaigns.php If your code is correct, then the next place to look for would be in your auth.ini. The clientC

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Giles, The error suggests that you are refreshing the access token very frequently (or rather, the library is doing this very frequently for some reason). Could you provide more details on how your code works? Is it multi threaded? Are you creating mutliple AdWordsUsers? How are you retrievi

Re: Outdated Sample Adwords API php web app with angular JS UI. Does anyone have an up to date version ?

2013-11-05 Thread Paul Matthews (AdWords API Team)
Hi there, Can you confirm that you've got an active developer token (please don't share it) that is not being used by another account? Can you post a sample SOAP request & response or provide a requestId, so we can look into this further. It's important that you remove any private information

Re: How many API Calls am I making per day?

2013-11-05 Thread Alan Coleman
Thanks for getting back to me Anash, How do I know if I'm on a Standard or Basic access plan? Obviously this would have been chosen during setup, but is it displayed somewhere in our account settings? Many thanks On Tuesday, November 5, 2013 10:16:54 AM UTC, Alan Coleman wrote: > > Hello every

Re: RateExceededError rateScope=ACCOUNT

2013-11-05 Thread Erkan Ceran
Hi Paul, Thank you your answer i will investigate our code and try again. I want to ask another question to you. We will want to use BudgetOrderService (v201306) servise but i see "Note: This service is available only on a whitelist basis." in documantation page. Could you add us to whitelist?

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-05 Thread naman jindal
Hi Anash, I am using Java client Library. I am trying to build a Jsp Servlet application that would allow me to perform certain operations in a user friendly way. I am not sure how this is done but I am trying hard and taking help from forums/documentation to get this done. Currently I am stuc

Re: RateExceededError - TrafficEstimatorService with New Accounts created under MCC

2013-11-05 Thread moleary
Hi Anesh, Thanks for the feedback. I guess the problem is it takes about 4 hours for the account to move out of this state. With our UI design we allow the user to view traffic estimates for keywords after creating the first Ad. I have got around the problem by creating a few backup accounts,

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2013-11-05 Thread David Torres (AdWords API Team)
Hi Ittai, Sorry for the delay, I was able to reproduce the problem on my side and talking with my team to figure out a solution. Please bear with me for a bit more. Best, - David Torres - AdWords API Team On Thursday, October 31, 2013 3:00:15 PM UTC-4, Ittai Chorev wrote: > > I forgot to sen

Re: RateExceededError rateScope=ACCOUNT

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Erkan, You'd need to get in touch with your account manager at Google to get into the whitelist. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, November 5, 2013 7:46:23 AM UTC-5, Erkan Ceran wrote: > > Hi Paul, > > Thank you your answer i will investigate our code and try again.

Re: How many API Calls am I making per day?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, By default, you would be on Basic Access. To get Standard Access, you need to fill this form, and follow up with the token review team for more details. They will reach out to you once you fill https://www.google.com/appserve/fb/forms/standardaccess/. Cheers, Anash P. Oommen, AdWords

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH in PHP

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Mehmet, AdWords API doesn't support MCC level reports, you get this error if you set an MCC id for clientCustomerId when making API call. You need to set this to an advertiser account's customer id to fix the error. If you need to run MCC level reports, then you need to retrieve your client

Re: Geo/Mobile Bid Formula Adords API PHP (v201306)

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, The mobile bid modifier in AdWords is from 0.0 to 4.0. On UI, this corresponds to -100% to +300%. So yes, you have to multiply by 100 and offset by 100 to map the API value to UI values. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, November 5, 2013 4:02:09 AM UTC-5, MWA wrote:

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-11-05 Thread Denis Borisov
Hello! I put my production pending developer token to the settings and got the error "An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']". What shall I do? среда, 2 октября 2013 г., 3:02:12 UTC+4 пользователь Danial Klimkin написал: > > Hi, > > > It looks like you are us

This account isn't active because its billing information is missing.

2013-11-05 Thread Denis Borisov
Hello! I have a problem. I am writing a program working with adwords api, and I want to get a test account for working with API. I did the following steps: 1. I have created test MCC account. 2. I have created test adwords account in test MCC account. 3. I downloaded adwords PHP library

Re: "Products and Services" taxonomy, where are the IDs for TargetingIdeaService ?

2013-11-05 Thread John Slegers
What about test accounts? Where can I get a correct ID - value mapping for developments taking place in a test account? If no public service or service method for this exists, could it be possible for you guys to add a getCategoryCriterion or getCategoryProductsAndServicesCriterion to the Const

Re: CampaignCriterionError.CANNOT_ADD_EXISTING_FIELD

2013-11-05 Thread hmcmillen
Thanks for your response Anash. As far as I can tell from examining the API, I am only sending the fields I want to update, below I have attached the SOAP request and response. Request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-11-05 Thread giles bodger
Hi Anash, Our Windows service looks after all of our synching from AW, pushing updates to AW and downloading reports from AW. We have sql jobs that kick off these requests for all of our accounts multiple times per hour. Everything was working fine with Client Login - not to say that it wont w

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread alexander . brokle
Hi Anash, thanks for the informations. And here some other questions :) We have excecuded the script today in the morning and got after the update of 46 campaign the same error with the same retryAfterSeconds value of 86400. But I started the script after about 7 hours and the script runs unti

v201309 Authentication question - error using ClientLogin

2013-11-05 Thread Sean
I understand ClientLogin is deprecated, but we have over 250 accounts that we manage and cannot move all to oAuth until we figure out how to nest their mcc accounts under our agency's. I just downloaded the v201309 DotNet clientLibraries and updated the references. I am now getting the following

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2013-11-05 Thread Ittai Chorev
Hi David, Happy to see you reproduced the problem and thanks for the help! Just to verify - did you reproduce both problems? the AdGroupCreativeId and the CountryCriteriaId? (Both of them don't match the expected value). Best Regards, Ittai On Tuesday, November 5, 2013 5:48:27 PM UTC+2, David

Re: How to start to use Adwords API with OAuth authentication

2013-11-05 Thread Alan Coleman
Hi Pierre, I've posted this link before. It's an excellent tutorial on how to get OAuth2 Authentication working. It can be a bit fiddly but if you follow the steps you should be okay. http://www.ewanheming.com/adwords-api-oauth-tutorial On Monday, November 4, 2013 4:07:48 PM UTC, pierre.au...

Confused about changes to AdWordsUser() in v201306

2013-11-05 Thread Alan Coleman
Hello everyone, I'm having a few issues migrating from v201302. In particular checking that the Access Token is still valid, whether it can be refreshed and finally refreshing it. I've been looking through v201306 and have noticed that various user functions have had their names changed, *IsOA

Confused about changes to AdWordsUser() in v201306

2013-11-05 Thread Alan Coleman
Hello everyone, I'm having a few issues migrating from v201302. In particular checking that the Access Token is still valid, whether it can be refreshed and finally refreshing it. I've been looking through v201306 and have noticed that various user functions have had their names changed, *IsO

Problems retrieving account details for a specific Adwords account with CustomerID 308-863-3431

2013-11-05 Thread Mark Ibanez
Hi, We have a .Net application that uses AdWords API. In this application, we retrieve accounts and campaigns in both MCC and regular AdWords accounts. Below is the code we use to do that. ManagedCustomerService MCServices = (ManagedCustomerService)User.GetService(AdWordsService.v2