Re: how to get code for v2009 AdWords API

2010-11-22 Thread faraz bahi aleem
one more question,there was getKeywordVariations method in v13 which used to give variants of keyword,i an unable to find its equivalent function in latest version v201008.How can i get getKeywordVariations functionality in new version. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Adwords API Pending Approval

2010-11-22 Thread ziu1...@yahoo.com
Hi, I've submitted a request for Adwords API developper token since almost 1 month, and it's still in Pending Approval. Why does it take so long ? Rgds -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Settings.ini and Auth.ini Security on Web Servers

2010-11-22 Thread vinceadwords
Do you guys have any idea how to make these files secure on a web server so that the public cannot open the files and see the contents? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Re: how to get code for v2009 AdWords API

2010-11-22 Thread faraz bahi aleem
Thanks for the reply and helping links.I will go through them and certainly will require the help.I have a quick question before going to library,in ealer version which was V13 i was using Apility,does i require apility in newer version 201008 ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
saw these links, but not sure if reportdefintionserivce allwos dest url. Can anyone post some sample code in php for this? == http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html C

How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
Hi, I could not find a way to get destination url at keyword level using the GetReport defintion. None of the reportType under ReportDefinitionService supports a field that has dest url. here is my code kw performance report which works fine. But it does not accept dest url as a filed. === $r

Re: GetAllCampaigns not returning any campaign on a live account

2010-11-22 Thread john_sierra
thanks. I am using reportservice now , it is working -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: how to get code for v2009 AdWords API

2010-11-22 Thread AdWords API Advisor
Hi Faraz, The PHP version of AdWords API client library is available from http://code.google.com/p/google-api-adwords-php/. It has code examples for most of the common tasks, and supports the latest version of the API, upto v201008. You can download the latest version of the library, read the READ

Re: RequiredError.REQUIRED @ operations[0].operand.adExtension.address, RequiredError.REQUIRED @ operations[0].operand.adExtension.geoPoint

2010-11-22 Thread AdWords API Advisor
Hi Javeed, Looks like the code at this point might be the source of your issues: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201008/AddCampaignAdExtension.java#77 My guess is that the address you are trying to pull from GeoLocationService is null? Cheers, Anas

Re: GetAllCampaigns not returning any campaign on a live account

2010-11-22 Thread AdWords API Advisor
Hi John, You have to uncomment clientId line for the call to work. I haven't worked with Apility before, but I'm assuming that Apility used to retrieve all the campaigns for all accounts under your MCC in a single call. If this is the case, then v201008 doesn't work like way. You have to retrieve

Re: adwords_api_python_13.1.0 and get_unit_count.py example code

2010-11-22 Thread AdWords API Advisor
Hi Bill, I'll ask the Python library owner to follow up with you. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 22, 12:42 pm, "Bill, KE1G" wrote: > This turns out to be largely due to the current ZSI (version 2.0rc3) > using "Content-length" as the header field name, whereas the > adword

Re: "Unexpected Exception" error in Ad Performance report files?

2010-11-22 Thread AdWords API Advisor
Hi Reed, This looks like an issue at our end. I've picked the fault logs from the report id you provided and asked the reporting team to investigate it further. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 22, 1:14 pm, Reed wrote: > I'm still seeing this problem - of the batch of accoun

Re: API UNIT cost for Performance Report

2010-11-22 Thread AdWords API Advisor
Hi Federico, I'm not quite sure I follow your question. Are you looking for the API cost for individual method calls? You can find them here: http://code.google.com/apis/adwords/docs/ratesheet.html. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 20, 11:09 am, federico ulfo wrote: > How ca

Re: adwords sandbox doesn't emulate/honor the validateOnly soap header

2010-11-22 Thread AdWords API Advisor
Hi J, The value should be true, not y. Hope that helps. Let me know if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 18, 6:39 pm, J wrote: > i was building my app using the sandbox, and when i just did a trial > run to add a campaign, i was running with validate

Re: Buying more API units - HOW??

2010-11-22 Thread AdWords API Advisor
Hi Sarah, Looks like my colleague reached out to you already, so if you need more help, you can follow back on the ticket. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 19, 1:24 am, sarah wrote: > hi there > > i can't read your email address -- it's redacted. > > i think i also already h

Duplicate CollectionSizeError type definition

2010-11-22 Thread Matt Hughes
Hi, while importing AdWords services to generate proxy classes I noticed that CollectionSizeError type is defined in two namespaces: - https://adwords.google.com/api/adwords/cm/v201008 (in ReportDefinitionService), - https://adwords.google.com/api/adwords/o/v201008 (in TargetingIdeaService and Tr

Re: "Unexpected Exception" error in Ad Performance report files?

2010-11-22 Thread Reed
I'm still seeing this problem - of the batch of accounts that I did report definitions/downloads for (see above code), all but one returned the error. The account that succeeded had a decent number of ads (2mb csv file), so tehre doesn't seem to be a correlation between the error and the size of t

Re: Making performance data add up

2010-11-22 Thread Reed
Just checking - any comments on this this approach to the problem? thanks reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: adwords_api_python_13.1.0 and get_unit_count.py example code

2010-11-22 Thread Bill, KE1G
This turns out to be largely due to the current ZSI (version 2.0rc3) using "Content-length" as the header field name, whereas the adwords python library's common.zsi.HttpsConnectionHandler wrapper code (wrapps httplib for ZSI) presumes that it will use "Content-Length" (which I assume that it did i

Tracking Ad Changes Using CustomerSyncService

2010-11-22 Thread KenMed
When ads are changed the CustomerSyncService only returns the fact that an ad has been deleted and one has been added. Since all the deletions and additions are grouped together for a given adgroup there doesn't seem to be any way to track changes to individual ads. Is there any other information

Re: UNEXPECTED_INTERNAL_API_ERROR

2010-11-22 Thread brianrivard
We're getting the same thing using the adwords4r library. Some things seem to work, but all campaign-related APIs are returning that error. On Nov 22, 12:04 pm, "y...@esearchvision.com" wrote: > Hi, > we keep getting lots of API errors in campaign service Get campaigns: > > requestid = ef728bfd2

web keyword tool vs API volumes DO NOT MATCH AGAIN

2010-11-22 Thread calford
Hi, I thought this issue had been fixed. on the keyword tool (web) BMW all countries, all languages, broad matchtype = 45,500,000 on the API BMW all countries, all languages, broad matchtype = 30,400,000 using EXACT instead Keyword tool = 3,350,000 API = 2,240,000 Why the difference? which

v13 ReportService: XML reports ending without proper termination

2010-11-22 Thread Gerard Escalante
Hi, We're experiencing a problem with the v13 ReportService where a Search Query Performance report isn't being properly terminated in XML. We are downloading GZip'd XML, and the GZip decompressor isn't complaining about the data. This problem appears to be isolated to this specific client acco

Re: UNEXPECTED_INTERNAL_API_ERROR

2010-11-22 Thread y...@esearchvision.com
Hi, we keep getting lots of API errors in campaign service Get campaigns: requestid = ef728bfd22642c98b480d8ebb6a945df requestid = 8a36f3635ec889f039ccf94e09b6d2e4 Thanks On 22 nov, 11:54, Rong wrote: > Again ??? > > Please fix it as soon as possible. > > Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

GOOGLE SANDBOX - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-22 Thread y...@esearchvision.com
Hi to the google support team, we keep getting lots of soap errors on Campaign Service Get Campaigns: requestId = 8a36f3635ec889f039ccf94e09b6d2e4 requestId = ef728bfd22642c98b480d8ebb6a945df Thanks eSearchvision -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Rounded volumes?

2010-11-22 Thread calford
Hi, Is there a particular reason why the volume results seem so "rounded" i get volume traffic for a particular keyword like this for the last 3 months 122 150 150 Since this are not estimates, but monthly search volumes, is it possible to see the raw values? -- =~=~=~=~=~=~=~=~=~

Add/Edit/Delete keywords in a campaign

2010-11-22 Thread Paul Brugger
Hi, I am able to add keywords while I create a new campaign, but this will not work for me always. There are 3 situations for which I need to know which API should I use: 1. Add keywords to an existing campaign 2. Edit keyword that is already assigned to a particular campaign. 3. Delete a keywor

Re: CustomerSyncService Returning Unchanged Adgroups

2010-11-22 Thread KenMed
Anash, The request ID: 72901e0168ccc24803df84938ceb15ea returns 5 adgroups with "FIELDS_UNCHANGED" and nothing else changed for the given campaign. When I check the particular campaign for changes via the "change history" entry on the "reporting and tools" tab in the Google Adwords control panel

What is Stats -> totalConvValue?

2010-11-22 Thread JosipK
Hi, I am exploring AdWords API v201008 and I can't understand Stats -> totalConvValue property. On http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Stats.html stands: totalConvValue - xsd:long - Total conversion rate. What is totalConvValue? Is it total revenue?

Hello, were're getting UNEXPECTED_INTERNAL_API_ERROR in Sandbox using C# AdWords API library.

2010-11-22 Thread domJ
Hello, I get an UNEXPECTED_INTERNAL_API_ERROR in the Sandbox Account Viewer. Dominic -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

how to get code for v2009 AdWords API

2010-11-22 Thread faraz bahi aleem
I am receiving following error Ouch! I am not proud to announce the following AdWords API Exception: Message: You are accessing an AdWords API service that has been discontinued. Calls to this service may fail. Please visit the AdWords API blog for information on migration to new v2009 AdWords API

Re: UNEXPECTED_INTERNAL_API_ERROR

2010-11-22 Thread Rong
Again ??? Please fix it as soon as possible. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-22 Thread Kriest van Lokven
Hi Anash, Yes i am using the Sandbox mode, i'll keep on eye on that thread aswell then... Greetings On 18 nov, 23:17, AdWords API Advisor wrote: > Hi Kriest, > > Are you using the AdWords API Sandbox or the production environment? > If it is the sandbox, then please follow this > thread:http:/

Re: TARGETED_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2010-11-22 Thread vinceadwords
I looked at the TARGETED_MONTHLY_SEARCHES data with the live server and found that it has data from September 2010 and earlier. What that means is the first array entry had no data but the 2nd one onwards had data... Does the sandbox server return zero forever? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

TARGETED_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2010-11-22 Thread vinceadwords
I am looking for the keyword data for Local Search Volume and the Global Monthly Search Volume in the TargetingIdeaService v201008. http://www.google.com/support/forum/p/AdWords/thread?tid=178ff45b5b388aa7&hl=en Local Search Volume: [Last Available Month]: This column shows the approximate number

Re: try to get report with Packages.org.apache.commons.httpclient.HttpClient

2010-11-22 Thread Ga?tan Kroneisen
sorry : ar httpclient = new Packages.org.apache.commons. httpclient.HttpClient(); var method = new Packages.org.apache.commons.httpclient.methods.GetMethod("https://adwords.google.com/api/adwords/reportdownload";); method.setRequestHeader("Authorization", "GoogleLogin Auth=" + auth); method.addRe

try to get report with Packages.org.apache.commons.httpclient.HttpClient

2010-11-22 Thread Ga?tan Kroneisen
i always get 400 Bad Request «Your client has issued a malformed or illegal request.» What i'm doing wrong please ? I do same thing with soap request or google analytics API without problem … var httpclient = new Packages.org.apache.commons.httpclient.HttpClient(); var method = new Packages.org.