Re: When the campaign is with Budget Optimizer and trying to test it for ConvOptimizer eligibility I get RequestError.INVALID_INPUT

2011-01-06 Thread AdWords API Advisor
, - Eric On Jan 6, 5:14 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Alex, The cause of this error is that the campaign being operated on is not eligible to be updated via the API.  In this case the campaign was created as part of the Boost Ads program, and as such cannot

Re: TargetingIdeaService not returning the seed keyword unlike Keyword Tool

2011-01-06 Thread AdWords API Advisor
Hi Jai, That's unusual, as it seems to only be happening for Japanese and not other languages. I'll talk to the core engineering team about it. If you are just trying to get stats about known keywords it's better to use the requestType STATS. Best, - Eric Koleda, AdWords API Team On Jan 5,

Re: API Calls taking a long, LONG time.

2011-01-06 Thread AdWords API Advisor
Hi, If you are noticing performance issues related to the client library (and not the API itself) please file an issue on the project's site: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric On Jan 6, 10:03 am, Alexander Parij paris.a...@gmail.com wrote: Hi ,

Re: traffic estimator geotarget

2011-01-06 Thread AdWords API Advisor
Hi Murali, You are likely making this request against the sandbox environment, which returns dummy data for these requests. Best, - Eric On Jan 5, 6:05 am, Murali4044 murali4...@gmail.com wrote: Hi Eric, Thanks for your reply. through this API i am getting very high values for example

Re: “Automatic Content Network(Display Network)” statistics of each ad group

2011-01-06 Thread AdWords API Advisor
, 20110105); On Jan 5, 12:50 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Onur, Are you referring to the Stats object returned by using the StatsSelector?  Those values should contain the Automatic Placements data.  Are you seeing otherwise? Best, - Eric Koleda

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2011-01-06 Thread AdWords API Advisor
Hi, A ProductAd doesn't have a destination URL, and the API doesn't let you set one. The URLs used come from the product itself. Because of this it makes sense that the ad report wouldn't contain the URLs. I understand that there is a need to get stats about how well different products

Re: Getting ideas closely related to my search term -TargetingIdeaService

2011-01-06 Thread AdWords API Advisor
Hi Jai, You can get similar results using the IdeaTextMatchesSearchParameter http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.IdeaTextMatchesSearchParameter.html Best, - Eric Koleda, AdWords API Team On Jan 5, 11:24 am, Jai jai.ramachand...@mathworks.com wrote:

Re: Can i able to set my budget of Campaign

2011-01-06 Thread AdWords API Advisor
P. Oommen, AdWords API Advisor. On Jan 6, 10:51 am, Smitty Isidhore smitty.isidh...@gmail.com wrote: Hi I want to manage my adword campaign through application program. I wish to reset the budget for both daily and monthly as well as i wish to retrieve informations such as number of clicks

Re: sunset for reporting api v13

2011-01-06 Thread AdWords API Advisor
Hi, We haven't announced a sunset date for v13 reporting or v200909. You can keep track of AdWords API Blog, where we make various AdWords API announcements and sunset dates: http://adwordsapi.blogspot.com/ Cheers, Anash P. Oommen, AdWords API Advisor On Jan 6, 4:48 am, codeninja shettytej

Re: No traffic results for November

2011-01-05 Thread AdWords API Advisor
, - Eric On Jan 3, 4:12 am, calford jonathan.cifuen...@gmail.com wrote: Hi Eric, Today is monday January 3rd of January and there are not results for November OR December 2010. Thanks On Dec 29 2010, 7:40 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Calford

Re: New KeywordPerformanceReport - zero value for AveragePosition

2011-01-05 Thread AdWords API Advisor
with all the account info blanked out? On Dec 28, 11:55 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, I'm not able to replicate the behavior for my own account.  Are you seeing different numbers then the UI?  Can you post the sanitized SOAP XML you used to create

Re: QuotaCheckError.INCOMPLETE_SIGNUP_USER_INFO_REJECTED

2011-01-05 Thread AdWords API Advisor
Hi Henri, It looks like you recently updated the user information for your developer token, which caused it to be re-reviewed. It was rejected upon re-review, but has since been restored. Best, - Eric Koleda, AdWords API Team On Dec 30 2010, 1:43 pm, h805 halta...@rain.org wrote: We just

Re: db migration, are accents now ignored for spanish terms

2011-01-05 Thread AdWords API Advisor
gain a complete different meaning! Regards, On Sep 28, 1:54 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi All, To be clear, the changes in how accents are handled is part of a larger change in the Keyword Tool backend, and the behavior is consistent

Re: Traffic estimator

2011-01-05 Thread AdWords API Advisor
Hi Dilip, Currently the default network targeting is different between the UI and the API. The UI uses GOOGLE_SEARCH + SEARCH_NETWORK, while the API defaults to GOOGLE_SEARCH only. The UI will changes to GOOGLE_SEARCH only in a couple of weeks, but in the mean time you can get the same numbers

Re: How to query GetRelatedKeywords.php without related keywords in the result?

2011-01-05 Thread AdWords API Advisor
Hi, If you use the requestType STATS instead of KEYWORDS then data will only be returned for the exact keywords in your request. Best, - Eric Koleda, AdWords API Team On Jan 5, 9:20 am, v v...@krishnadesign.com wrote: Can anyone help with this? I found the option include for the

Re: No traffic results are getting with production ad-words account.

2011-01-05 Thread AdWords API Advisor
Hi Sambaiah, Are you getting different results in the Traffic Estimator UI? https://adwords.google.com/o/Targeting/Explorer?__u=10__c=10ideaRequestType=KEYWORD_STATS Best, - Eric On Jan 3, 8:25 am, external...@spurtz.com external...@spurtz.com wrote: Hi, I am using sandbox

Re: V201008 ReportDefinition defined via the UI has a null selector

2011-01-05 Thread AdWords API Advisor
Hi MM, At the moment some report types created in the UI are returning empty selectors in the API. I'm working with the core engineering team to resolve it, but I don't have an estimate as to when that fixed. Best, - Eric Koleda, AdWords API Team On Jan 3, 2:04 pm, mm

Re: campaign target

2011-01-05 Thread AdWords API Advisor
Hi, The type of the CampaignTargetList is determined by the xsi:type attribute in the SOAP request. Using an array for this object doesn't provide the information necessary to generate the xsi:type attribute, so the AdWords API server doesn't know which type of CampaignTargetList is being passed

Re: API Calls taking a long, LONG time.

2011-01-05 Thread AdWords API Advisor
Hi Kevin, That is certainly abnormal, and I'm not able to replicate it on my end. Can you provide the requestId of a request that demonstrates this problem? Best, - Eric Koleda, AdWords API Team On Jan 4, 11:11 pm, Kevin loneregiste...@gmail.com wrote: More specifics: 130 campaigns took this

Re: Get cost of the click from Adwords API

2011-01-05 Thread AdWords API Advisor
Hi Mark, Using the AdWords API you can aggregate data about the clicks your ads or keywords received, but it's not possible to get the data related to one specific click. Best, - Eric Koleda, AdWords API Team On Jan 3, 5:02 am, Mark mark.barnev...@gmail.com wrote: Hi, I am totally new to the

Re: adGroupStatuses is ignored if campaignIds isn't specified?

2011-01-05 Thread AdWords API Advisor
Hi, I'm not able to replicate the problem locally, can you post the requestId of a request that exhibits this behavior? Technically the adGroupStatuses field should be an array, but I don't think that has any effect. Best, - Eric Koleda, AdWords API Team On Jan 3, 2:07 pm, Cullen Powell

Re: Unable to verify sandbox.google.com certificate since jan 1 2011

2011-01-05 Thread AdWords API Advisor
Hi, This has happened in the past for some SOAP clients. Please see this thread for more information: https://groups.google.com/group/adwords-api/browse_thread/thread/ef911ae0af771021/8f85fdd221f3db09?#8f85fdd221f3db09 Best, - Eric Koleda, AdWords API Team On Jan 3, 3:08 pm, peet4130

Re: Cache AuthToken Benefits?

2011-01-05 Thread AdWords API Advisor
token until the user unlocks the captcha manually (or after a certain period of inactivity). See http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html for a discussion of best practices around using authtokens. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 4, 7

Re: query regarding the google adwords api

2011-01-05 Thread AdWords API Advisor
Hi Saravanan, This forum discusses the AdWords API, could you post your Adsense API question on the Adsense API forum instead? http://groups.google.com/group/adsense-api Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 5, 6:38 pm, saravanan doraiswamy s.dorai2...@gmail.com wrote: I want

Re: No value returned from AdGroupCriterionService mutate

2011-01-04 Thread AdWords API Advisor
the issue? Let me know if you need any additional details. On Dec 29 2010, 1:16 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, Looking at the logs it seems like this was a temporary issue.  I'll follow up with the core engineering team to see if they have any

Re: Integration of Google Adwords on My site

2011-01-04 Thread AdWords API Advisor
Hi Renuka, There is no way to get the account status via the API, but you can use the AlertService to get various alerts on the account: http://code.google.com/apis/adwords/docs/reference/latest/AlertService.html Best, - Eric Koleda, AdWords API Team On Dec 29 2010, 1:31 am, renuka dasari

Re: “Automatic Content Network(Display Network)” statistics of each ad group

2011-01-04 Thread AdWords API Advisor
Hi Onur, Are you referring to the Stats object returned by using the StatsSelector? Those values should contain the Automatic Placements data. Are you seeing otherwise? Best, - Eric Koleda, AdWords API Team On Dec 29 2010, 7:44 am, Onur adreserekl...@gmail.com wrote: We want to have the

Re: Could not load assembly

2011-01-04 Thread AdWords API Advisor
Hi Greeshma, You may have some luck posting your issue to the client library's issue tracker: http://code.google.com/p/google-api-adwords-dotnet/issues/list Best, - Eric Koleda, AdWords API Team On Dec 29 2010, 1:55 pm, greeshma greeshmamyn...@gmail.com wrote: I just downloaded the google

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2011-01-04 Thread AdWords API Advisor
Hi Hans, The KeywordId field contains the ID of the Product criteria that triggered the click, however many different products can be matched by one Product criteria, so that doesn't give you the information you need. I'll talk with the core engineering team about a way to access this data, but

Re: Template ids of templates in ad builder.

2010-12-29 Thread AdWords API Advisor
Hi Yogesh, We'll work on exposing more of these in the documentation, but in the mean time an easy way to determine the IDs is to create the ad in the UI and then inspect it via the API. Here are the IDs you requested: 1) 53 2) 141 3) 146 4) 149 5) 145 6) 144 7) 102 8) 139 Best, - Eric Koleda,

Re: No value returned from AdGroupCriterionService mutate

2010-12-29 Thread AdWords API Advisor
Hi Joel, Looking at the logs it seems like this was a temporary issue. I'll follow up with the core engineering team to see if they have any insight, but let me know if you see the problem return. Best, - Eric Koleda, AdWords API Team On Dec 23, 8:49 am, joel joel.patt...@gmail.com wrote:

Re: Duplicate Report Definitions

2010-12-29 Thread AdWords API Advisor
Hi Hans, Looking at the logs, both report definitions were created by your application, about a second apart. Can you check your client-side SOAP logs to ensure you aren't sending two requests? Best, - Eric Koleda, AdWords API Team On Dec 28, 7:35 pm, HK hravn...@hotmail.com wrote: Is anyone

Re: Problem with Budget and Used API Units

2010-12-29 Thread AdWords API Advisor
Hi Aurélie, The Used units will only increase when you use more units. The Remaining units refers to free units that may have been allocated to your account. If you have increased your budget you can continue to use units up to the System defined unit cap. Best, - Eric Koleda, AdWords API Team

Re: Sandbox viewer/editor

2010-12-29 Thread AdWords API Advisor
used e-mail adresses and client-ID's. Cheers, Arthur On 22 dec, 17:49, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi All, Additionally there is an open source application called the Sandbox Account Viewer that allows you to view the raw data from your sandbox

Re: No traffic results for November

2010-12-29 Thread AdWords API Advisor
Hi Calford, Thanks again for your patience on this issue, and for staying on top of it. I'm hoping this delay was related to the holidays, but I'll follow up with the team for more information. Best, - Eric Koleda, AdWords API Team On Dec 27, 4:25 am, calford jonathan.cifuen...@gmail.com

Re: New report migration guide

2010-12-29 Thread AdWords API Advisor
, but perhaps I am setting myself up for more headaches that way? It would certainly be clearer if these matched up. Thanks - mm On Dec 21, 3:59 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: We are happy to announce the report migration guide goo.gl/IEMmR. We hope

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-12-29 Thread AdWords API Advisor
Hi Rodrigo, The format of the client emails in the sandbox is client_1+em...@domain.com: http://code.google.com/apis/adwords/docs/sandbox.html Best, - Eric Koleda, AdWords API Team On Dec 27, 6:40 pm, Rodrigo takassu...@gmail.com wrote: Hello I´m gettin this message:

Re: bid landscape sandbox

2010-12-29 Thread AdWords API Advisor
Hi, BidLandscapes are not generated in the sandbox environment, and are only available for qualifying keywords in the production environment: https://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=138150 Best, - Eric Koleda, AdWords API Team On Dec 28, 11:07 am, mariek

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2010-12-29 Thread AdWords API Advisor
Hi Hans, Have you tried adding the field KeywordId to the AD report? My hope is that this will break down the results by the criteria ID of the Product criteria that triggered the click. Best, - Eric On Dec 28, 3:16 pm, HK hravn...@hotmail.com wrote: Thanks for the feedback, Eric. As for

Re: ServicedAccountService and currency

2010-12-29 Thread AdWords API Advisor
Hi Ian, We are planning to expose a version of the AccountService in the next version of the API, but I don't have any other details at this time. Best, - Eric Koleda, AdWords API Team On Dec 29, 3:46 pm, Ian perig...@gmail.com wrote: Is there an update on when this functionality will be

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2010-12-28 Thread AdWords API Advisor
Hi Hans, We don't work with the ValueTrack system, so I don't have any information about the {creative} URL parameter. You can use the v201008 ReportDefinitionService to create an AD_PERFORMANCE_REPORT that will give you statistics about the various ads in your account. Best, - Eric Koleda,

Re: TrafficEstimatorService cpc unit

2010-12-28 Thread AdWords API Advisor
Hi Jack, For questions #1 and #2, all monetary units are in micros, which is one millionth of the fundamental currency. For example, 1,600,000,000 micros = $1,600. The sandbox will always return dummy data, and you must use the production environment to get real data. Best, - Eric Koleda,

Re: Valid Address in GeoLocationService

2010-12-28 Thread AdWords API Advisor
Hi Craig, The GeoLocationService was designed to work with LocationExtensions, so a full address (with street) is required. Using only a city or zipcode is not permitted. Best, - Eric Koleda, AdWords API Team On Dec 22, 12:33 pm, Craig Smith craig.smith@gmail.com wrote:  What are the

Re: New KeywordPerformanceReport - zero value for AveragePosition

2010-12-28 Thread AdWords API Advisor
Hi, I'm not able to replicate the behavior for my own account. Are you seeing different numbers then the UI? Can you post the sanitized SOAP XML you used to create the v13 and v201008 reports? Best, - Eric Koleda, AdWords API Team On Dec 22, 3:34 pm, mm margaret.a.mar...@gmail.com wrote: Hey

Re: AdPerformanceReport - zero impressions?

2010-12-28 Thread AdWords API Advisor
Hi Reed, Zero-impression rows are only returned when the report doesn't have any segmentation fields, aka fields that are properties of the impression itself. In this case the fields Date, AdNetwork1, AdNetwork2, and Device are all properties of the impression and not the ad, so they will cause

Re: Finding a ReportDefinition

2010-12-28 Thread AdWords API Advisor
and there is no method that we're aware of to make a ReportDefinition readonly; we are attempting to be proactive about the possibility of alterations, by checking the report definition prior to requesting the actual report. -Ian On Dec 22, 12:07 pm, AdWords API Advisor adwordsapiadvi

Re: Definitive report Field source

2010-12-28 Thread AdWords API Advisor
      triggerId/trigger errorStringReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT/ errorString       ApiError.TypeReportDefinitionError/ApiError.Type       reasonINVALID_FIELD_NAME_FOR_REPORT/reason     /errors   /ApiExceptionFault /detail On Dec 22, 11:55 am, AdWords API Advisor

Re: v201008 Reports Keyword Status Active value does not match Enum values in Doc

2010-12-28 Thread AdWords API Advisor
API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, The enum values returned by getReportFields() are the values you need to use when creating predicates.  To filter for only active keywords you would use Status=ACTIVE.  However, the enum values don't necessarily correspond

Re: UNEXPECTED_INTERNAL_API_ERROR resurfacing (Sandbox)

2010-12-28 Thread AdWords API Advisor
Hi John, I'm not able to lookup specific requests in the sandbox, can you provide more information about this request? Are you still seeing this error? Best, - Eric Koleda, AdWords API Team On Dec 22, 8:48 pm, John Hinnegan john.hinne...@gmail.com wrote: Everything was fine earlier today.  

Re: Sandbox viewer/editor

2010-12-22 Thread AdWords API Advisor
Hi All, Additionally there is an open source application called the Sandbox Account Viewer that allows you to view the raw data from your sandbox account: http://code.google.com/p/google-api-adwords-java/wiki/SandboxAccountViewer It doesn't support editing of the account, but it can be a good

Re: Definitive report Field source

2010-12-22 Thread AdWords API Advisor
Hi Ian, I'm only able to look up information about reports in the production environment, so I'm not able to dig into the error you got. There shouldn't be any requirement that a field needs to be in the report to be filtered on. I tried this myself and it worked fine. There is a known issue

Re: Campaign Experiments with reporting

2010-12-22 Thread AdWords API Advisor
Hi Danny, Unfortunately there isn't any support for campaign experiment reporting at the moment. I don't have any estimates as to when this feature will be available, but I'll communicate your interest to the team. Best, - Eric Koleda, AdWords API Team On Dec 20, 7:37 pm, Danny Antonetti

Re: Setting up adowords API and stuck at PyXML

2010-12-22 Thread AdWords API Advisor
Hi Yogesh, As this problem seems to be related to the client library, you're best option is to open an issue on the library's issue tracker. http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric Koleda, AdWords API Team On Dec 21, 2:10 am, Yogesh Agashe

Re: TSV File Format Support

2010-12-22 Thread AdWords API Advisor
Hi Robert, That sounds like a good idea. You can open a feature request on the client library's issue tracker, and if you go through a short legal process you can even contribute code to the project's source code directly. http://code.google.com/p/google-api-adwords-dotnet/issues/list Best,

New report migration guide

2010-12-21 Thread AdWords API Advisor
We are happy to announce the report migration guide goo.gl/IEMmR. We hope it will ease your transition from v13 to v201008 reports. Please feel free to leave your feedback in this forum. - David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Selector.dateRange vs Predicate

2010-12-21 Thread AdWords API Advisor
on Dec 20 for TODAY will it return data for 12/20 or 12/19 or does it depend on the timezones set on each account? Thanks! On Dec 14, 5:05 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Brandon, I haven't tried it myself, but I believe that both should give you same

Re: TargetingIdeaService - authentication problems

2010-12-21 Thread AdWords API Advisor
Hi Reed, The error is related to the service not finding the authToken field in the SOAP header RequestHeader. It looks like the problem is related to an extra space in your cm namespace definition, between http://; and adwords: xmlns:cm=https:// adwords.google.com/api/adwords/cm/v201003

Re: SOAP-ERROR: Parsing WSDL

2010-12-21 Thread AdWords API Advisor
Hi Sarah, Do you have WSDL caching enabled? I've seen cases where it's caused similar issues, so you may want to ensure that it is turned off. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/settings.ini Best, - Eric On Dec 19, 11:59 pm,

Re: MCC and account name instead of company name

2010-12-21 Thread AdWords API Advisor
Hi Jonathan, I don't believe that information is available via the API. Best, - Eric Koleda, AdWords API Team On Dec 20, 8:03 am, Jonathan jonat...@semetis.com wrote: Hello again, Is there any way to get an MCC or account's name rather than the company name through the API? The 

Re: how much does TargetingIdeaService cost?

2010-12-21 Thread AdWords API Advisor
Hi Mike, That's correct, you are charged 0.1 units per keyword or placement idea returned, and 5 units per request. Best, - Eric Koleda, AdWords API Team On Dec 19, 5:28 am, Mike Miller millsoftspamb...@gmail.com wrote: Hello, I want to use the api to get keyword ideas

Re: How to get Average search volume AND Average CPC with same Google Adwords API service?

2010-12-21 Thread AdWords API Advisor
Hi, Unfortunately there is no way to get both pieces of information using the same service, you must use both the TIS and TES separately. Best, - Eric Koleda, AdWords API Team On Dec 20, 6:25 am, tucson timothee.he...@gmail.com wrote: I am using the Google Adwords API to retrieve the Average

Re: !!!1|||4904014|||Unexpected exception???

2010-12-21 Thread AdWords API Advisor
Hi Joel, There is currently an issue using a predicate on the field CampaignStatus with the value PAUSED. The source of the issue has been found, but a fix won't be available until January. In the mean time please remove this predicate from your report and do the filtering client side. Best, -

Re: I have a token? Really? Where is it?

2010-12-20 Thread AdWords API Advisor
Hi, Your existing token is registered with the address s...@. Best, - Eric On Dec 20, 10:27 am, mib s...@mibcomputers.ca wrote: Is there no hope for me? I just tried logging into all my accounts again. There is no token. What options do I have at this point? --

Re: Where is (dfp) LineItem.CreativeRotationType in (AdWords) AdGroup

2010-12-20 Thread AdWords API Advisor
Hi, The DFP and AdWords products are quite different, and likewise their APIs do no necessarily share the same concepts. In this case there is an equivalent setting however, as the Campaign has an AdServiceOptimationStatus:

Re: API to link Adwords account from MCC account

2010-12-20 Thread AdWords API Advisor
Hi Hang, Unfortunately this feature isn't available in the AdWords API. Best, - Eric Koleda, AdWords API Team On Dec 16, 11:20 pm, hang...@mydials.com hang...@mydials.com wrote: Hi, Adwords API Team, Our company is trying to find an API to programmatically send linking requests from Adwords

Re: TargetingIdeaService: different values for GLOBAL_MONTHLY_SEARCHES for same keyword (IDEAS, STATS)

2010-12-20 Thread AdWords API Advisor
Hi Jakov, No, unfortunately this is still an issue. I don't have any estimates as to when this problem will be addressed. Best, - Eric On Dec 17, 1:35 pm, jakov jesil jako...@gmail.com wrote: Hi Eric, Is this problem solved? Regards, Jakov --

Re: Getting automatic placements via 201008 API

2010-12-20 Thread AdWords API Advisor
Hi Thiago, Regarding your questions: 1) I don't have any information as to when cross-client reporting will be available in the API. 2) This information is currently only available through reports. Best, - Eric On Dec 17, 2:35 pm, Thiago Medeiros tsmthi...@gmail.com wrote: Hello Eric!

Re: Gettings a listing of all clients

2010-12-20 Thread AdWords API Advisor
Hi, UserLists correspond to Audiences in the AdWords web interface, and they are not related to AdWords client accounts. To get the account structure use the ServicedAccountService as shown in GetAccountHierarchy.php:

Re: Definitive report Field source

2010-12-20 Thread AdWords API Advisor
Hi Ian, The fields returned by getReportFields() is always the most up-to- date. We are working on ways to keep the documentation more in sync with these values. As for predicates, the error reporting for them isn't very robust at the moment, so it can be hard to catch errors. Post the

Re: Batch request errors

2010-12-20 Thread AdWords API Advisor
Hi, I haven't heard of this problem. Are you noticing it consistently? What data is missing for the last 9? Best, - Eric Koleda, AdWords API Team On Dec 19, 12:20 am, ziu1972 ziu1...@yahoo.com wrote: Hi, We batch requests to get local search volume for keywords, batch of 2500, 2200 or 1800

Re: Several beginner questions about the Adwords API v201008

2010-12-20 Thread AdWords API Advisor
Hi Arthur, Regarding your questions: 1) Yes, I'll work with the documentation team to make this clearer. 2) Correct, although I believe the maximum is 2500 per request. 3) If you are developing a new application you should use the v201008 TrafficEstimatorService, which costs 15 per estimated

Re: CPC estimates - TrafficEstimatorService

2010-12-17 Thread AdWords API Advisor
Hi Calford, A micro is one millionth of the fundamental currency. So for US dollars, 1,000,000 micros = $1. A micro amount of 438555 is $0.43. Best, - Eric Koleda, AdWords API Team On Dec 16, 4:53 am, calford jonathan.cifuen...@gmail.com wrote: Hi, I used the TrafficEstimatorService

Re: a lot of UNEXPECTED_INTERNAL_API_ERROR

2010-12-17 Thread AdWords API Advisor
Hi Irio, If you provide the requestId of a request that exhibits this behavior I can look into the cause further. You are not charged units for requests that return UNEXPECTED_INTERNAL_API_ERROR, and this should be reflected in the units header of the response. Best, - Eric Koleda, AdWords API

Re: keyword categories problem

2010-12-17 Thread AdWords API Advisor
:04 AM, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Irio, I'm not sure why some keywords have categories and others don't, but I'll try to get more information and then update this thread. Best, - Eric Koleda, AdWords API Team On Dec 9, 6:05 am, Irio irina.brud

Re: v13 Campaign Performance Report

2010-12-17 Thread AdWords API Advisor
Hi Benny, The Campaign report doesn't return zero-impression data, so campaigns that were paused for the length of the report won't have any impressions and won't be included. Those that were active during the span of the report but are now paused will be included if they received any

Re: I have a token? Really? Where is it?

2010-12-17 Thread AdWords API Advisor
Hi, I privately messaged you a few days ago with the email address of the account that has your current token. If you didn't receive that email please let me know. Best, - Eric On Dec 16, 11:38 am, mib croma...@mibcomputers.ca wrote: I'm going in loops here. This is what Google has to say:

Re: CustomerSyncService in Sandbox - not all changes are returned

2010-12-17 Thread AdWords API Advisor
Hi Alex, Regarding the timestamps, I'm not aware of any accuracy issues or needing to subtract seconds. If you are finding otherwise please include the requestIds from a series of requests that demonstrates the issue and I'll look into the problem. Regarding the TOO_MANY_CHANGES, I think you

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR (ReportDefinitionService with Predicates)

2010-12-17 Thread AdWords API Advisor
Hi Robert, Can you post the sanitized SOAP XML request and response for a request that demonstrates this issue? Errors related to predicates are not being reported clearly at the moment, but if I see the request I can help diagnose the problem. Best, - Eric Koleda, AdWords API Team On Dec 16,

Re: Just Started and Completely Lost

2010-12-17 Thread AdWords API Advisor
Hi Sarah, The GetAllCampaigns.php example will call CampaignService.get(), but perhaps there is a problem with your PHP environment that is preventing them from running. As far as I know all emails from the new reporting system will only return a link in the email, not an attachment. Best, -

Re: Google Keyword report

2010-12-17 Thread AdWords API Advisor
Hi Remya, To address your questions: 1) Cross client reporting is only available for the older v13 reports. To use it, schedule a report at the MCC level using crossClient = true. http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html#crossClient 2) See answer to #1. 3)

Re: Could not get ClientLogin token for user: Auth token could not be retrieved because of IOException: Operation timed out

2010-12-16 Thread AdWords API Advisor
Hi All, It looks like there a problem fetching the the auth token from the ClientLogin API, which is separate from the AdWords API: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html I haven't heard any other cases of timeouts with this API, but let me know if the problem

Re: CustomerSyncService in Sandbox - not all changes are returned

2010-12-16 Thread AdWords API Advisor
Hi Alex, To your original question, I am seeing that criteria changes aren't being picked up by the CustomerSyncService in the sandbox. I don't think this is the desired behavior, and I'll investigate the issue with the core engineering team. More information about the TOO_MANY_CHANGES error is

Re: is it possible to change the status of an ad using the api in php

2010-12-16 Thread AdWords API Advisor
Hi Saravanan, Yes, this is possible. The AdGroupService is used to modify ad groups, and the AdGroupAdService is used to modify ads. Each object has a status field that you can set. Best, - Eric Koleda, AdWords API Team On Dec 15, 12:36 am, saravanan s.dorai2...@gmail.com wrote: Hi, Is it

Re: Broken Pipe Exception while pulling reports from Google Adwords API

2010-12-16 Thread AdWords API Advisor
Hi Shanmukha, These errors are typically due to client side timeouts, where long running requests are cut before they are complete. I would recommend working with your network team to investigate if there are any timeout limits on HTTPS traffic. The API server has a 4 minute limit, so a similar

Re: manually create conversions afterwards

2010-12-16 Thread AdWords API Advisor
Hi, The AdWords API doesn't provide any means to manually report conversions. Best, - Eric Koleda, AdWords API Team On Dec 15, 1:26 pm, Temla ggus...@gmail.com wrote: I realized this is kind of a stupid question since I can't relate the conversions to specific keywords anyways. On Dec 15,

Re: Download daily report using old api

2010-12-16 Thread AdWords API Advisor
/tools/scripts/marketing/google_adword_report.php on line 46 Could you please show how to do this with php _setSoapHeaders AdWords API Advisor wrote: Hi, The v13 API doesn't use a RequestHeader element to wrap the header values.  Instead each header value is it's own SOAP header

Re: Just Started and Completely Lost

2010-12-15 Thread AdWords API Advisor
Hi Sarah, Information on using the sandbox is available here: http://code.google.com/apis/adwords/docs/sandbox.html Best, - Eric On Dec 13, 9:25 pm, SarahSmith sys...@discoveryrentals.com.au wrote: I don't get an error message any more but I don't get anything else either (just a blank

Re: Product Targets available in the API

2010-12-15 Thread AdWords API Advisor
        a_selector.adGroupIds() = New Long() {gID}         Dim a_page As AdGroupAdPage = a_service.get(a_selector)         Dim lst As New List(Of AdGroupAd) On Dec 13, 6:57 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, You must specify the type of AdGroupCriterion

Re: Ad parameters enhancements

2010-12-15 Thread AdWords API Advisor
Hi Magnus, The available currency codes are documented here: http://code.google.com/apis/adwords/docs/developer/adwords_api_currency.html We currently don't have the available currency symbols documented, but I'll work with the documentation team to expose those as well. Best, - Eric Koleda,

Re: how to change the group for an adgroup using the api in php

2010-12-15 Thread AdWords API Advisor
Hi Saravanan, Examples that use the PHP client library are available here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk#trunk/examples/v201008 Best, - Eric Koleda, AdWords API Team On Dec 14, 4:05 am, saravanan s.dorai2...@gmail.com wrote: Hi , I have several

Re: Maximum number of Report Definitions?

2010-12-15 Thread AdWords API Advisor
Hi Brandon, There is no limit on the number of report definitions you can add, but ReportDefinitionService.get() will always return the most recent 100. Best, - Eric Koleda, AdWords API Team On Dec 14, 9:39 am, Brandon Parise bpar...@gmail.com wrote: Is there a maximum number of report

Re: Can't access to client's account through approved link

2010-12-15 Thread AdWords API Advisor
Hi Polus, What are the errors you are getting from the API? Can you post the requestId from a request that demonstrates the problem? Best, - Eric Koleda, AdWords API Team On Dec 14, 6:56 am, Polus Su polus...@gmail.com wrote: Hello. I've established a link with a couple existent accounts

Re: Download daily report using old api

2010-12-15 Thread AdWords API Advisor
Hi, The v13 API doesn't use a RequestHeader element to wrap the header values. Instead each header value is it's own SOAP header. soapenv:Envelope ... soapenv:Header v13:email.../v13:email v13:password.../v13:password ... /soapenv:Header soapenv:Body ...

Re: Unable to select ProductAds from AdGroup

2010-12-15 Thread AdWords API Advisor
for helping the team???:):)??? Scott On Dec 14, 9:52 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, I've been able to replicate this issue, and it seems to be a problem with how the API is retrieving the ads.  I'll work with the core engineering team to resolve

Re: Download report with oauth

2010-12-15 Thread AdWords API Advisor
Hi Rob, Unfortunately the report download servlet doesn't yet support OAuth, and only a ClientLogin authToken can be used. Best, - Eric Koleda, AdWords API Team On Dec 14, 8:25 am, Rob Ryan m...@bluemambamarketing.com wrote: The example PHP code for downloading a report uses a GoogleLogin

Re: API

2010-12-15 Thread AdWords API Advisor
Hi Kaila, Instructions on how to sign up for API access are here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 Best, - Eric Koleda, AdWords API Team On Dec 14, 4:04 am, Kaila Bhavesh bmka...@gmail.com wrote: Hi, I want to use AdWords API , so please guide me

Re: Conversion Tracking (Reporting and Tools / Conversions)

2010-12-15 Thread AdWords API Advisor
Hi Kemal, Many of the reports available in the API support conversion columns. For a high level overview, consider the ACCOUNT_PERFORMANCE_REPORT. http://code.google.com/apis/adwords/docs/appendix/reports.html#account The field ConversionTypeName will contain the action name,

Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-12-14 Thread AdWords API Advisor
Hi Aditya, Got your account details, I'll follow up with you over the mail. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 13, 8:35 am, external...@spurtz.com external...@spurtz.com wrote: Hi Anash, I have mailed you with the details. Let me know if you need any more information

Re: I give up trying to get an API key

2010-12-14 Thread AdWords API Advisor
user already exists or similar errors, then try creating a new gmail account and then use that login to create MCC on step 2. In case you face any issues, feel free to ask on the forum, and I'll help you out. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 14, 5:46 am, Rodrigo aco...@gmail.com

Re: Google Adwords - Targeting

2010-12-14 Thread AdWords API Advisor
targeting type. 3. CampaignTargetService supports only SET. 4. See above. 5. See (3). Hope this helps. Let me know if you have more questions and I'll answer them for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 13, 4:57 pm, Remya remyamoha...@gmail.com wrote: Hi, I have got some

<    1   2   3   4   5   6   7   8   9   10   >