Re: Question about PHP retrieving of keywords in campaign

2010-10-20 Thread Peter Trobec
Hey Anash! Thanks for the answer, but it's not really relevant to me, since I can't get the clicks, impressions, CTR, avg. pos.,... through the AdGroupCriterionService. Any other solution? Thanks for the help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Questions on V7.0.0 API usage

2010-10-20 Thread Visweswara Reddy Marada
Based on the API (adwords-api-7.0.0.jar ) usage , we came across below queries. Please provide the clarifications for the below to make the optimum use of API. 1) What is the max no.of . concurrent reporting requests are allowed at account/campaign? 2) What is the min and max time to generate a re

v201008 reporting columns

2010-10-20 Thread dkasak
Greetings. I'm porting our software from the v13 ReportService to v201008 ReportDefinitionService, and I've hit some problems that will cause us a lot of pain. The v13 creative report ( http://code.google.com/apis/adwords/docs/developer/adwords_api_report_creative.html ) used to give us a lot of I

Re: AlertService

2010-10-20 Thread AdWords API Advisor
Hi, Please ensure that you are making the request as an MCC user, and that you are not specifying a clientEmail or clientCustomerId header. Best, - Eric On Oct 19, 7:53 am, guig wrote: > I tried this and ACCOUNT_BUDGET_ENDING, but accounts which have a zero > balance do not return alert. -- =

Re: Keyword Services

2010-10-20 Thread AdWords API Advisor
Hi Remya, The TargetingIdeaService can be used to retrieve historical statistics (such a monthly searches, etc) and the TrafficEstimator service can be used to retrieve estimated statistics (Average CPC, etc) for keyword ideas. To retrieve information about keywords already in use in your account

Re: Replicating UI report with comprehensive Destination URL activity including remarketing

2010-10-20 Thread AdWords API Advisor
Hi Jonah, Unfortunately the API doesn't have a report that exactly matches the Destination URL dimension screen in the UI. Your attempts so far have been good, but the main problem is that there isn't support for CriterionUserList (Audience) criteria in the reporting system yet. What may work is

Re: Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
Finally got it. Just had to ask :-) Seems using correct namespaces are critical. Here's what works: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/o/ v201008" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201008"; xmlns:xsi="http://www.w3.o

Re: Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
I've moved some inches forward by examining recent examples posted to the forum and I no longer get the "Unmarshalling Error" with the XML request I've assembled (below). Now I get the error: RequiredError.REQUIRED @ selector What am I missing? http://schemas.xmlsoap.org/soap/ envelope/" xmlns

Re: IdeaTextMatchesSearchParameter.excluded still returning results that are supposed to be filtered (PHP)

2010-10-20 Thread AdWords API Advisor
Hi Scott, I am not able to replicate the problem, as the keywords are being filtered correctly for me. If you post the sanitized SOAP request and response I can further troubleshoot the issue. Best, - Eric Koleda, AdWords API Team On Oct 18, 5:06 pm, Scott wrote: > I have a group of related ke

Re: Question about PHP retrieving of keywords in campaign

2010-10-20 Thread Farid Parvini
Hi Anash I have the same issue and posted a request, but didn't get any response. I carefully reviewed the link you posted, it seems that it just returns group id and type , as it is mentioned here . $adGroupCriterion->adGroupId . '", criterion id "' . $adGroupCriterion->crit

Re: Daily report stats for ReportDefinitionService

2010-10-20 Thread AdWords API Advisor
Hi, If you include the Date field in your report then the results will automatically be aggregated by the date (day). There are a variety of other date/time fields that you can use for aggregation, such as DayOfWeek, Month, etc. http://code.google.com/apis/adwords/docs/appendix/reports.html#ca

Re: Conversion tracking

2010-10-20 Thread AdWords API Advisor
Hi, The v2010* reporting system support various conversion fields that you can include in your reports: http://code.google.com/apis/adwords/docs/appendix/reports.html Best, - Eric Koleda, AdWords API Team On Oct 18, 7:30 am, Wix PPC MCC wrote: > Hey, > Can i use the API to get conversion tra

TargetingIdeaService w/ CountryTargetSearchParameter not returning requestedAttributes?

2010-10-20 Thread Gerard
Hi- It appears as though setting CountryTargetSearchParameter on requests to the TargetingIdeaService is causing some requestedAttributes to come back empty (including AVERAGE_TARGETED_MONTHLY_SEARCHES and COMPETITION). This was working until sometime yesterday. Has something changed in the AdWo

Getting Data Hourly

2010-10-20 Thread Thiago Medeiros
Hello! Is it possible to get information (Stats "such as imp, clicks, conv") on AdGroupCriterionService or AdGroupService at a specific hour with DateRange or the most detailed is a day? for example: selector.statsSelector.dateRange.min = "mmdd 10" selector.statsSelector.dateRange.max = "

ReportService (v13) error: Arithmetic operation resulted in an overflow

2010-10-20 Thread bgraves
For some reason, this only happens with 2 of our client accounts: I keep getting this Exception thrown every time I call scheduleReportJob(). It seems like the problem is with the actual accounts. Can Google repair these accounts so I pull reports for them? I've email account details directly t

AuthenticationError.CLIENT_EMA IL_INVALID on V2009 services only

2010-10-20 Thread Neyyar
Hi, We have an MCC account to which many accounts are linked. We are experiencing problem accessing campaign data through V2009 API for one of the accounts linked to MCC. But the V13 APIs works fine (ReportService). Could you please help us to resolve this issue ? I also emailed 'adwordsapiadv

Clarification on publish intervals in case of failures

2010-10-20 Thread Zeta
Hi, We need a clarification for the interval that need to be maintained for requesting the API when any of the following exceptions occur: 1. sockettimeoutexception 2. connection reset 3. connection lost 4. connection timed out 5. service temporarily unavailable 6. an

API CPC different to Keyword Tool / Traffic Estimator

2010-10-20 Thread neilpaterson
Hello I'm using the API to grab estimated avg CPC for exact keywords. However, the UIs (Keyword Tool / Traffic Estimator) give me different CPCs to the API. For example, the CPC for the exact keyword [gym] in the UK (English), with a max CPC of £50 is £0.93 via the UIs. However, the API gives me

Image Data

2010-10-20 Thread fsoutarson
Hi, I get the image data from the Full url to create an another image. When I try to upload this image , I receive this exception : ImageError.FILE_TOO_LARGE @operations[0].operand.ad.image.data Thk for reply -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
I'm trying to use TargetingIdeaService. I've assembled XML myself because the adwords4r Ruby client library requires the soap4r gem which doesn't support Ruby 1.9 (and soap4r has a reputation in the Ruby community as slow!). I've found the Ruby Savon gem which performs well and is well-documented.

Get all keywords From adGroup

2010-10-20 Thread gummmibear
Hi, I have one question ;) How can i get All keywords from adGroup? Thanks for help, ;) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Reports taking unusually long

2010-10-20 Thread j.e.frank
Reports started working again sometime around 8 pm eastern yesterday. On Oct 19, 4:20 pm, "kwall...@gmail.com" wrote: > we are still seeing this issue as well, reports have been stuck in > Pending all day -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: Question about PHP retrieving of keywords in campaign

2010-10-20 Thread AdWords API Advisor
Hi Peter, You can refer to the following links to see how adgroups and adgroup criteria can be retrieved. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetAllAdGroups.php http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/Ge

Re: I need a bare bones example to use the python adwords adspygoogle v13 for AccountService

2010-10-20 Thread AdWords API Advisor
Guys, The new python library (adspygoogle) has an example for v13 AccountService at http://code.google.com/p/google-api-adwords-python-lib/source/browse/branches/api.sgrinberg-adspygoogle.adwords-13.0.0/examples/adspygoogle/adwords/v13/get_accounts_info.py. Could you try and see if it works for yo

Re: Captcha Error using Adwords API?

2010-10-20 Thread Thiago Medeiros
Thanks a lot! at this time I chose the option 1. regards, Thiago. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You