Re: Developer Token Still Returns "Fake" Sandbox Data

2011-05-17 Thread Evgeniy Bogdanov
Hi Austin. > KEYWORD In v201101 were changed set of fields for TargetingIdeaService. Now it haven't KEYWORD. You should use CRITERION. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-17 Thread Anash P. Oommen
Hi CMS Consulting, Please mail your customer id to anash.p.oom...@google.com and I can check the review status for you. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.co

Re: Campaign Performance Report V201101 - Impression Share

2011-05-17 Thread Reed
nm, I found them: "BudgetLostImpressionShare" and "QualityLostImpressionShare" -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Individual SiteLink Perf. in Ad Extensions Performance Report?

2011-05-17 Thread Eric Koleda
Hi Joel, I can see the usefulness of these figures, but this information isn't available in the AdWords web interface either from what I can tell. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: "Other domains" figure is not included in Automatic Placement Report

2011-05-17 Thread Eric Koleda
Hi Reed, I agree that determining the "Other domains" figure or remarketing traffic is difficult at the moment, and we're working with the core engineering team to make this data more accessible. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Re: Developer Token Still Returns "Fake" Sandbox Data

2011-05-17 Thread Eric Koleda
Hi Austin, I think the problem may be the namespace on your xsi types. For example, it should likely be cm:Keyword. What is the fieldPath of the error? That will indicate which list should not be empty. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-17 Thread CMS Consulting
Is there still backlog of requests? I need to start development for a reporting project but my token is still "Pending approval". -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Re: v201101: Need ApprovalStatus field for keyword report

2011-05-17 Thread Kevin
Hi David, Any update on this request? Thanks, Kevin On Apr 8, 7:32 am, David Torres wrote: > Hi Kevin, > > I'll be communicating your request with the team, > > Thanks for bringing this up, > > -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread j.e.frank
You can use the client ID in v13's AcountService, and still make the call to getAccountInfo. You have to make sure the "clientId" header is set, instead of the "clientEmail" header. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Concerns about optional-login accounts in v13 cross-client reports

2011-05-17 Thread j.e.frank
I have some concerns about the new optional-login accounts. I've tried to look through my current code base to find out where we are using the client email, to see if I can replace it with the client ID, but there is at least one place where I am not convinced: cross-client reporting. I am stu

Ad Params are not displaying correctly when uploaded

2011-05-17 Thread tank104
What has happened recently is that the Ad Params have stopped working accurately for two accounts (it seems fine for the other 7 accounts). These are large accounts with many keywords (and high volume, 100ks clicks per month). Not all are broken and the ones that are definately have more than enoug

Campaign Performance Report V201101 - Impression Share

2011-05-17 Thread Reed
For a short second I thought that our wish for Impression Share data via the new API had been granted. I saw that ImpressionShare was listed in the V201101's available fields for Campaign Performance Report data. Then I looked closer and saw that the rest of the impression share metrics were not

Re: Whats up with AdParamService???

2011-05-17 Thread tank104
We have seen this exact same behaviour happening in the last week, we thought we were on our own with it. These were working ads that are now busted. The two accounts it has affected so far have been using two ad params - the ones with only one ad param are unaffacted (could be coincidence). There

Campaign Performance Report: Call Metrics

2011-05-17 Thread Reed
[I thought I saw a simialr question a week or so ago, but cannot find its thread...] The UI allows creation of Campaign Performance Reports that include Call metrics: # Calls, missed calls, received calls, call duration, and average call duration. None of these show up in the list of fields avai

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - AdWordsService

2011-05-17 Thread skumar
Request ID - 99b3774a99bfe2f6184eeb16ac610185 This has been happening consistently with 1 or 2 exceptions, since yesterday. We had the same issue couple weeks back but then started working by itself again. Not sure how frequent these outages are but are for sure frustrating. Any help will b

Re: Which parameter to use, to receive account's datas?

2011-05-17 Thread OnurDogan
* We set Client E-Mail and API like this and we can receive the datas. $user->setClientId("email...@gmail.com"); * But when we set with the Customer ID we can not receive the results. $user->setClientId('123-456-7890'); * Where do we make mistake? On 14 Mayıs, 12:50, Evgeniy Bogdanov wrote: >

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread GemBox Software
Hi, I forgot that cross client reporting is not yet enabled in v201101 so my solution wouldn't work for you because you don't have any way to identify your client account (client email is missing and client id is unknown). On Tue, May 17, 2011 at 10:57 AM, GemBox Software wrote: > Hi, > > it loo

Aw: Re: Whats up with AdParamService???

2011-05-17 Thread Pearl Jam
Hi, thats not the problem. The same ads worked fine for month. At our application nothing changed... The behavior regards all of our live-ads. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: v201101 NetworkTargetList

2011-05-17 Thread Anash P. Oommen
Hi Pete, I think NetworkTargetList needs to be removed from the wsdl and documentation. I'll let the relevant teams know about it. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread GemBox Software
Hi, it looks to me that only workaround is to use ReportDefinitionService and download Account Performance Reportthat includes currency code and customer id. On Mon, May 16, 2011 at 1:46 PM, Marcin Czepinski < marcin.czepin..

Re: API script broken after expired but replaced CC

2011-05-17 Thread GemBox Software
Hi, There is a different behavior between v201008 and v201101. TargetingIdeaService in v201101 doesn't return seed keywords if request type is IDEAS. Here is more info about TargetingIdeaService v201101 doesn't return seed keywords

Re: Whats up with AdParamService???

2011-05-17 Thread GemBox Software
Hi, make sure that your text ads are not too long with inserted ad parameter. Here is how much text can a text ad have . On Mon, May 16, 2011 at 12:09 PM, Pearl Jam wrote: > Hi, > we have a problem with our AdParams. We have u

Re: Auth token could not be retrieved because of IOException: com.ibm.jsse2.util.h: No trusted certificate found

2011-05-17 Thread Anash P. Oommen
Hi Kumar, Setting up the certificates properly is the right thing to do. https would be a bit pointless without it. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: SOAP response cut off

2011-05-17 Thread Anash P. Oommen
Hi Josh, Anyways, you might want to report an issue in the appropriate client library's issue tracker. I remember that .NET client library had a similar issue long time back, which was traced back to a setting named maximumErrorResponseLength in system.net runtime library. It defaulted to 64K,

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-17 Thread Anash P. Oommen
Hi, Please read my previous post on how to escalate your token review requests. 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: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-17 Thread Anash P. Oommen
Hi Kyle, I've located and reviewed your tokens. Let me know if you have more questions. 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