AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread a2b
Great, thank you for all your help. One more question... I am getting back the following: Keyword: milk MatchType: EXACT Global monthly searches:1,000,000 Average monthly searches: 1,000,000 Shouldn't the Global and Monthly numbers be different? I am unclear how you specify the l

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread AdWords API Advisor
Hi, I'm glad to hear you have it working now. The TargetingIdeaService is more closely related to the Search-Based Keyword Tool: http://www.google.com/sktool/. The results from this tool and the TargetingIdeaService may be different that those from the old Keyword Tool and KeywordToolService:

AdWords API Re: Unique Criterion ID

2009-11-18 Thread AdWords API Advisor
Hi Harris, That is correct. As I explained in the linked thread the v2009 Criterion objects contain all the fields that are part of the criterion. For example, Keyword object only contains the text and matchType fields: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionSe

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread a2b
I ran it on production and was able to get data back. Are these numbers suppose to line up with the KeywordToolExternal? https://adwords.google.com/select/KeywordToolExternal The numbers seem to be quite different. On Nov 18, 2:30 pm, a2b wrote: > The sandbox -- I am about to test with p

AdWords API Re: Unique Criterion ID

2009-11-18 Thread Harris
I think the system only looks at the criterion->text and criterion- >matchType. I just tested this out, and when you change the matchType, it saves the criterion with a new id. When you add just an destinationUrl, the criterion returns with the same id. I also found out that when you add an criteri

AdWords API Re: Unique Criterion ID

2009-11-18 Thread AdWords API Advisor
Hi Doug, I explain more of the details in this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/75988d471574b15f. The fields of a criterion must match exactly to have the same ID, including case. This is why your two example keywords would have different IDs. Keep in

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread a2b
The sandbox -- I am about to test with production. What I don't understand is there is no fake data -- it's simply NULL? On Nov 18, 2:20 pm, AdWords API Advisor wrote: > Hi, > > Are you making requests against the sandbox or production > environment?  The sandbox environment will not return

AdWords API Re: Truncated keyword structure report

2009-11-18 Thread AdWords API Advisor
Hi Hans, My understanding is that it will truncate the file without respect to the XML structure, resulting in an invalid XML file. Best, - Eric On Nov 18, 4:42 pm, HK wrote: > Eric, > > I appreciate you taking the time to look into this. I will let you > know if I see this again. > > One quest

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread AdWords API Advisor
Hi, Are you making requests against the sandbox or production environment? The sandbox environment will not return real data for this service. Best, - Eric On Nov 18, 4:04 pm, a2b wrote: > I tried that and got back an array of 299 or so elements which were > all NULL. See below: > > object(Tar

AdWords API Re: Unique Criterion ID

2009-11-18 Thread doug s
Actually could you please provide clarify this statement in more detail: "If two criteria have the same information they will have the same ID." Which fields are used to generate the id? text, match type, and what? Does the destination url factor in? Is text case sensitive? I have downloaded many

AdWords API Re: Truncated keyword structure report

2009-11-18 Thread HK
Eric, I appreciate you taking the time to look into this. I will let you know if I see this again. One question related to intentional truncation - if AdWords truncates a report file at 250 MB, will it just omit records at the end so that the report is still a valid XML file, or will it just chop

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread a2b
I tried that and got back an array of 299 or so elements which were all NULL. See below: object(TargetingIdeaPage)#38 (2) { ["totalNumEntries"]=> int(300) ["entries"]=> array(300) { [0]=> object(TargetingIdea)#37 (1) { ["data"]=> NULL } [1]=> object(Targetin

AdWords API Re: AdWords TC Asking For Advice

2009-11-18 Thread AdWords API Advisor
Hi Lakatos, I'm not sure if you've already investigated this feature, but keyword insertion can sometimes be used to avoid having multiple ads that are nearly identical. Keyword insertion is a regular feature of AdWords and doesn't require the API. More information about it can be found here: ht

AdWords API AdWords TC Asking For Advice

2009-11-18 Thread Lakatos
Hi Every One, I happen to be a Top Contributor in the Google AdWords Forum. However, currently it's me who has an issue and hope perhaps some one in this group could help me a bit. Actually I'd like some one to point me to a site where good API-tools can be purchased for client. The task of the

AdWords API Re: Unique Criterion ID

2009-11-18 Thread AdWords API Advisor
Hi Harris, Criterion IDs are globally unique in the system, which means they are the same across ad groups, campaigns, etc. If two criteria have the same information they will have the same ID. This is not a problem however, since you can't add a criterion twice to the same ad group. Best, - Er

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, Great, I'm glad to hear that it's working now. I'm working with the documentation team to make the authentication requirements clearer. The forum is the best way to get help with the AdWords API, and we try to respond to questions at least twice a day. Best, - Eric On Nov 18, 1:24 pm

AdWords API Re: policy violation on sandbox

2009-11-18 Thread AdWords API Advisor
Hi, The returned error is exemptable, as indicated by true. When this is the case you can rerun the operation with an ExemptionRequest: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.AdGroupAdOperation.html#exemptionRequests. Best, - Eric Koleda, AdWords API Team O

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Eric, I found email and password associated with my token and it works! And yes it works only with MCC account email/password. Thank you very much! Is there any way to contact you directly to get help faster? We are migrating our apps from apility (v13) to PHP Client Library for AdWords API v200

AdWords API Unique Criterion ID

2009-11-18 Thread Harris
Hi All, I was just inserting some keyword criterions in the sandbox environment. When i looked at the values that were returned to me i saw something strange. Ik get some criterions with the same ID. It only occurs when i insert keywords with the same values (also when i insert them in other group

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, To tell if your account owns the developer token, log in to the AdWords web interface with your MCC credentials and navigate to "My Account" -> "AdWords API Center". If there is no AdWords API Center option than that is not the account that owns the developer token. I have tried runni

AdWords API Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2009-11-18 Thread AdWords API Advisor
Hi, To approve the AdWords API terms and conditions you must contact your AdWords CSR. If you don't have a CSR or don't know who your CSR is please contact AdWords support using this form: http://adwords.google.com/support/aw/bin/request.py. Best, - Eric Koleda, AdWords API Team On Nov 17, 10:3

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Hi Eric, As for MCC account... how can I check if it owns my developer token? Results are the same when I use TOTAL_USAGE_API_UNITS_PER_MONTH. Why don't you run the code below on your server? require_once '/var/www/adwords/src/Google/Api/Ads/AdWords/Lib/ AdWordsUser.php'; $user = new AdWordsUse

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, Were you using the MCC account that owns your developer token? Also, are the results and different if you make a request for TOTAL_USAGE_API_UNITS_PER_MONTH? Best, - Eric On Nov 18, 10:44 am, Eugene wrote: > Eric, > > I used AdWords account to make this request. > > But I checked a

AdWords API Re: Insert 1500 keywords

2009-11-18 Thread mariek
is DB_OPERATION value the same in V13 and v200909 ? On 17 Lis, 21:29, Ales Sturala wrote: > Hi Martin, > my experience is that around 15.000-18.000 elements (campaigns/ > adgroups/ads/keywords) can be uploaded daily, then you get the > DB_OPERATION exception and you have to wait for another 24 ho

AdWords API Re: Authentication error in .NET examples

2009-11-18 Thread AdWords API Advisor
Hi Mike, It could be that your account is temporarily locked due to some bad login attempts. You can unlock your account by filling out the CAPTCHA here: https://www.google.com/accounts/displayunlockcaptcha. Let me know if your continue to have problems logging in. In this case the error is occu

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-18 Thread AdWords API Advisor
Hi, Monthly search volume information is available, but isn't returned by default. To return extra information you must set the field "requestedAttributeTypes" on the TargetingIdeaSelector: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingIdeaSelector.html#re

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Eric, I used AdWords account to make this request. But I checked a minute ago using MCC account. Error is the same. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsu

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, There seems to be an issue where this request only works when made as the MCC user that owns the developer token. I am working with the core engineering team to have it resolved. To confirm, were you using an MCC or AdWords account to make this request? Best, - Eric On Nov 18, 3:31 

AdWords API Re: Could not get ClientLogin token for user

2009-11-18 Thread AdWords API Advisor
Hi Sreenu, The main cause of account locking is excessive logins. The v2009 API uses authTokens, which are generated by the ClientLogin service ( http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html ). If you request authTokens too frequently your account may be locked. AuthToken

AdWords API Re: I want get click>0 keywords in my deailyReport and ignor no imps and no clicks keywors.

2009-11-18 Thread AdWords API Advisor
Hi, Ben is correct, this is controlled via the DefinedReportJob field "includeZeroImpressions" ( see http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html#includeZeroImpression ). Best, - Eric Koleda, AdWords API Team On Nov 18, 7:46 am, BenK wrote: > Try > > job.setIncludeZe

AdWords API QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2009-11-18 Thread huruxing...@sina.com
hi i am a new user when i run some example in " adwords-api-6.0.0/examples/v200909 ", i get the error "QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED" that means "Latest Netapi T&C not agreed.",i fount in http://code.google.com/apis/adwords/v2009/docs/reference-v200906/AdGro

AdWords API Re: I want get click>0 keywords in my deailyReport and ignor no imps and no clicks keywors.

2009-11-18 Thread BenK
Try job.setIncludeZeroImpression(false); Cheers Ben On Nov 18, 4:43 am, geniusfox wrote: > Hello >  i user adwords4r v13 in my system. follow is my code > >     adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(creds)) >     report_name = '%s-keyword-report-%s' % > [google_account.acc

AdWords API Authentication error in .NET examples

2009-11-18 Thread Mike
Hi I am trying to get the .NET examples going with the sandbox. I've rebuild the solution and editted the App,config to turn on debugging, but as soon as I run an example the application crashes with an unhandled exception in com.google.api.adwords.lib.AuthTokenException: login failed .. the r

AdWords API PHP v2009 Monthly Search Volume

2009-11-18 Thread a2b
I have spent hours of trial & error and searching the net/ documentation to try and get the monthly search volume for a specific keyword/search term. I have been very unsuccessful... I can't seem to find any sample code for this for the v2009 API. Below is some general code I have been trying to

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Hi Eric, I removed dates - no luck. Request and response you asked: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/info/ v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v200909"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>