Re: Keyword Ideas

2011-07-25 Thread Eric Koleda
Hi Tony, We attempt to write sample code that covers a wide array of topics, but there will always be use cases that aren't shown. If you use requestType STATS for your request then you will only get data for the specific keywords you requested, and you can set the matchType to EXACT on the so

Re: Report Fields in v201101, such as VideoPlaybacks

2011-07-25 Thread Eric Koleda
Hi, A colleague of mine is talking with the core engineering team to see if it is possible to bring these fields into the new reporting system. At this time I don't have any updates, but I'll pass along your feedback. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Update Ad

2011-07-25 Thread Doug
Hello! I have found "UpdateAd" but I have been doing some research on the act of updating an Ad. You cannot modify an Ad, correct? It sets the old ad's status as DISABLED and creates an entirely new one. This process removes all the statistics associated with the old Ad right? Here under "Upda

Different Types of Ads

2011-07-25 Thread Doug
How many different types of Ads are there? I am currently tasked with Pulling in an existing Ad changing the destination URL and Recreating the Ad. I am using PHP and have come across pulling in Image Ads and Text Ads, there is also a template Ad. Is this something I would need to change also?

Re: Recording a Conversion on website and keeping any required value on Database

2011-07-25 Thread ARL
thanks man that's the idea... perfect! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because y

Re: Recording a Conversion on website and keeping any required value on Database

2011-07-25 Thread jstedman
Same idea, slightly different implementation, AdParams lets you inject parameters into the target url, just inject a keyword identifier and pass it through the landing page into the form and finally into the database along with the client information. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Recording a Conversion on website and keeping any required value on Database

2011-07-25 Thread ARL
Thanks a lot Jason... i was thinking that no one was going to answer me :-D We're planning to introduce an automated call tracking system, which will generate a phone number for every client access to the site, this number will "follow" the client for around a month he's accessing the web site. T

Re: ReportDefinitionService Cross-Client

2011-07-25 Thread jstedman
The sunset of v13 reporting got pushed back to 4 months from whenever they get cross client reporting finished in v201101. The v201101 reporting however for single client reports is extremely fast and if you run any single client reports, it is definitely worth upgrading that part of your code. --

InStream Video ad companion banner -- can it be a SWF?

2011-07-25 Thread j.e.frank
In the AdWords UI, when you are creating an InStream video ad (template 49), you can choose an optional Companion Banner. This can be an image or a flash file. In the AdWords API, it looks like the companion banner is only allowed to be an Image (based on this page: http://code.google.com/apis/ad

Re: Keyword Ideas

2011-07-25 Thread TC
Eric, I can run some of the samples just fine. I am just not seeing anything close to what I am trying to accomplish. I'd like to be able to pass a category to a function and get the bulk download of ALL of the keywords that belong in that category. Ideally I would also like to do the opposite as

Re: Recording a Conversion on website and keeping any required value on Database

2011-07-25 Thread jstedman
Its a bit of a workaround and might require a bit of an outlay to set up, but you could always give the customer a different extension number for each keyword using the AdParamsService (see: http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-parameters.html). If you already use an aut

Re: v201101 cross-client reports

2011-07-25 Thread Kevin
Yes, but we are managing tens of thousands of accounts. Therefore using single-client report doesn't seem to be any better. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-

Re: Report Fields in v201101, such as VideoPlaybacks

2011-07-25 Thread j.e.frank
It's for various "gadget" ads like Pre-Roll, Video Plus Box, YouTube InVideo, etc. I can get the columns in the v13 cross-client report, but they are not available in a single-client report for some reason (even in v13). -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: v201101 cross-client reports

2011-07-25 Thread j.e.frank
I was going down that road until I ran into problems with some fields not being available. Mainly it was the video-ad data that I could not get. See this thread: http://code.google.com/apis/adwords/forum.html?place=topic%2Fadwords-api%2FjZxUz1zH34M%2Fdiscussion In searching for that old discu

R: Re: R: UNEXPECTED_INTERNAL_API_ERROR on production

2011-07-25 Thread Elfurk
sure i get the same response on every try. If i use the sandbox it works, when i switch to production i have the issue. here is a request id: 0004a8e7185ab4800a80a7063e9abde1 I get this using the .NET client library. Seems like the library is wrongly splitting the provided hostname when a por

Re: INVALID_FIELD_NAME_FOR_REPORT

2011-07-25 Thread Eric Koleda
Hi Vehix, Can you post the sanitized SOAP XML request and response that demonstrates this problem? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

Re: Predicate help

2011-07-25 Thread Eric Koleda
Hi Vehix, That's correct, using this predicate in your report definition would limits the report to only the keywords in that specific ad group. If this predicate is removed then keywords in all ad groups in the account will be included in the report. Best, - Eric Koleda, AdWords API Team --

Re: Bid Simulator returning 0 clicks for KWs that get consistent traffic

2011-07-25 Thread Eric Koleda
Hi Joel, Does the AdWords web interface show the same results in the bid simulator dialog? Are other attributes (not clicks) being returned with non-zero values? Keywords with no bid simulator data shouldn't appear in the response at all. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~

Re: v201101 cross-client reports

2011-07-25 Thread Eric Koleda
Hi All, Unfortunately we don't have any updates on the availability of cross-client reporting. Out of curiosity, has anyone considered or attempted to use multiple v201101 single-client reports to get the data you need? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: NotEmptyError: - EMPTY_LIST when removing a negative campaign keyword

2011-07-25 Thread Eric Koleda
Hi Peter, Usually this error is due to a namespace issue on the element, so that the service doesn't see your operations. Can you post a sanitized version of the entire SOAP XML request and response? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Please help - RelatedToUrlSearchParameter

2011-07-25 Thread Eric Koleda
Hi All, Please see this other thread for more information: https://groups.google.com/d/msg/adwords-api/Nda-5sT4b7k/m7JAOEOFuggJ Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.co

Re: Update destination url

2011-07-25 Thread Eric Koleda
Hi Ashok, Ad objects cannot be updated after they are created. You will need to delete the existing ad and upload a new one. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Google API

2011-07-25 Thread Eric Koleda
Hi, Please see the responses on your existing thread: https://groups.google.com/d/topic/adwords-api/C-wH5evRmAo/discussion Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Re: Got Error QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''

2011-07-25 Thread Eric Koleda
Hi Sachin, Is this request against the sandbox or production environment? Can you post the sanitized SOAP XML request and response? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Re: keyword tool search

2011-07-25 Thread Eric Koleda
Hi Sachin, The TargetingIdeaService returns dummy data in the sandbox environment. To get the real numbers you need to use the production environment, which requires an approved developer token. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: API Reports

2011-07-25 Thread Eric Koleda
Hi Ken, The ratesheet can be used to help you calculate costs: http://code.google.com/apis/adwords/docs/ratesheet.html It costs 400 API units to define a report, but you can download that report as many times as you want for free. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~

Re: Keyword Ideas

2011-07-25 Thread Eric Koleda
Hi Tony, Are you having problem running the sample code? Is it throwing an error? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-25 Thread bgraves
I've read the issues mentioned in the threads you've included but no one has mentioned the issue with creative information missing from the keywords performance report. ALL creative information is available in the v13 keyword performance report and I cannot use the Ad Performance report in v201101

Need Help in using Adword Keyword tool.

2011-07-25 Thread Uzair
Hi everyone, I just need to use Adwords Keyword tool on my site, .. But i dont know how to do it? This Tool is a part of complete API... To use this tool, What should i do? Should i use complete API or is there any shortcut method. I am really very confuse regarding this. Any help will be apprec

Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-25 Thread Uzair Lodhi
Hi everyone, I just need to use Adwords Keyword tool on my site, .. But i dont know how to do it? This Tool is a part of complete API... To use this tool, What should i do? Should i use complete API or is there any shortcut method. I am really very confuse regarding this. Any help will be apprec

Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-25 Thread Uzair Lodhi
Hi everyone, I just need to use Adwords Keyword tool on my site, .. But i dont know how to do it? This Tool is a part of complete API... To use this tool, What should i do? Should i use complete API or is there any shortcut method. I am really very confuse regarding this. Any help will be apprec

ReportDefinitionService Cross-Client

2011-07-25 Thread aengland
I understand that the v13 API is supposed to be deprecated in August 2011. The main report I retrieve is a Cross-Client report however on the v201101 ReportDefinitionService it says that the Cross-Client feature is still under development (http://code.google.com/apis/adwords/docs/reportingtopi

Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-25 Thread okiebug1...@gmail.com
I believe there are numerous issues with the V201101 when compared to the V13 in regards to Keyword Performance reporting. A bunch of developers on this forum are waiting for the patch to be released for the V201101 to address the well documented short-comings. As a work around, it has been s

Re: update province codes on adwords api docs

2011-07-25 Thread Eric Koleda
Hi Kevin, The regions haven't been fully deprecated yet, but when they are we'll make sure to update the documentation. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:/

Re: Recording a Conversion on website and keeping any required value on Database

2011-07-25 Thread ARL
Does anybody have an idea on this? On Jul 12, 5:24 pm, ARL wrote: > Hello, > > We are new studying the AdWords API, and not even developed any code > with this, we are just analyzing different scenarios to implement the > API in our solutions. > > We have different websites which now are using th

Re: Client Email (Eronously) Invalid

2011-07-25 Thread AdWords API Advisor
Hi Chris, Joshua, May be it is related to Google Apps migration, you might want to check this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/c9eb81e134f7741d Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Campaignid and adgroupid

2011-07-25 Thread AdWords API Advisor
Hi Venessy, Could you check if you are making calls to the AdWords API sandbox or the production account? This may be set from the library's settings.ini. If this doesn't solve your issues, you could post the sanitized SOAP logs on this thread and I could help you out. Cheers, Anash P. Oommen,

Re: Is it possible to save ad statistics, when text ads are updated with Google API?

2011-07-25 Thread AdWords API Advisor
Hi Donatas, If you delete an Ad and create a copy of that Ad, then it is not possible to carry forward the old Ad statistics to the new Ad. Though, if you run an Ad performance report, you can grab the old Ad's statistics. Since you are updating prices and related numbers, you might want to take

Re: is there any google asp.net api for get the site PR value?

2011-07-25 Thread AdWords API Advisor
Hi, As Tim mentioned, there aren't any public APIs that exposes PageRank values. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: .NET Sandbox access

2011-07-25 Thread Simone Del Tozzotto
Hi Anash, Your solution worked! Here is the code required. Someone might find it useful... AdWordsUser user = new AdWordsUser(); ServicedAccountService servicedAccountService = (ServicedAccountService)user.GetService(AdWordsService.v201101.ServicedAccountService); servicedAccountService.Req

Re: virtual merchant gateway doubt

2011-07-25 Thread AdWords API Advisor
Hi, This forum deals with AdWords API, you should probably ask your question on the Virtual Merchant gateway developer forum. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

Re: R: UNEXPECTED_INTERNAL_API_ERROR on production

2011-07-25 Thread AdWords API Advisor
Hi Elfurk, I can't replicate this issue at my end, could you let me know if you can replicate this issue, and if so, provide the request id? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://a

Re: Keyword Stats in Sandbox

2011-07-25 Thread AdWords API Advisor
Hi Doug, To test stats, try making a call to a test production account; your code seems fine to me. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

Re: Sandbox AuthorizationError.USER_PERMISSION_DENIED after migrating Google Apps domain

2011-07-25 Thread AdWords API Advisor
Hi John, One thing you could check at your end if your email got migrated properly during the Google Apps migration, or whether it got renamed to youremail%dom...@gtempaccount.com during migration. If it got renamed to gtempaccount.com format, then try resolving that issue in your Google Apps

Re: .NET Sandbox access

2011-07-25 Thread AdWords API Advisor
Hi Simone, The error message you are seeing is slightly misleading; you are getting it because you are specifying an empty ClientCustomerId header instead of not specifying one. Try commenting out ClientCustomerId and ClientEmail headers in your web.config, or set servicedAccountService.Reques

Re: 回覆:Re: 回覆:Re: 回覆:CampaignAdExtensionService

2011-07-25 Thread AdWords API Advisor
Hi Keung, This issue happens when the order of elements in your SOAP request doesn't match the order in wsdl. See http://groups.google.com/group/adwords-api/browse_thread/thread/f5057acf438bc702/ for the announcement and discussion of this issue. Cheers, Anash P. Oommen, AdWords API Advisor. On

回覆:Re: 回覆:Re: 回覆:CampaignAdExtensionService

2011-07-25 Thread Keung Chan
Dear Kevin, Sorry to reply late. The problem solved without changing the code. It happens all of a sudden. I don't why, but it's solved. Thank you very much. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://g

Re: UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-25 Thread Yaron Elkayem
Hi, is there any update on this? thanks yaron On Jul 20, 1:02 pm, Yaron Elkayem wrote: > We are also experiencing internal API errors on the google API > sandbox: > > here is the example: > > http://schemas.xmlsoap.org/soap/envelope/";> >   >     https://adwords.google.com/api/adwords/cm/ > v200

.NET Sandbox access

2011-07-25 Thread Simone Del Tozzotto
Hi, I have been trying to use the sandbox using API v201101 for a few days now but cannot succeed. I have read the documentation and it all sounds very simple but I keep getting error messages. I am using the following configuration in the web.config https://adwo