AdGroupCriterionService.get() returning 3 instances of the same criterion in fetch using adGroupId

2012-01-12 Thread Cap'n of d'Ship
these are the fields we are retrieving "AdGroupId", "CriterionUse", "Id", "SystemServingStatus", "Status", "ApprovalStatus", "DestinationUrl", "FirstPageCpc", "MaxCpc", "MaxCpm", "EnhancedCpcE

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
It works now. :) On Jan 12, 3:46 pm, Martin wrote: > Same in Sandbox Account Viewer > > Campaigns->Ad Groups -> Criteria  by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
It works now. :) On Jan 12, 3:46 pm, Martin wrote: > Same in Sandbox Account Viewer > > Campaigns->Ad Groups -> Criteria  by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread vijay george
Hi Carver, For me also 'ADGROUP_PERFORMANCE_REPORT' not showing any error. Only 'KEYWORDS_PERFORMANCE_REPORT' is showing error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Getting a list of Client Account CID's

2012-01-12 Thread Eric Koleda
Hi Simon, I'm not sure we document it clearly, but if look at the WSDL closely you'll notice that the RequestHeader element should always be in the /cm namespace, regardless if the service is in another namespace (such as /mcm in this case). The error is misleading in this case, but changing t

Re: Oauth token expires often

2012-01-12 Thread Eric Koleda
Hi Chirag, As far as I know the OAuth 1.0a tokens don't expire naturally. I believe they only expire if you manually revoke access in the Google Account dashboard. Are you consistently seeing tokens expire? Like the earlier ClientLogin authTokens, you can use OAuth in two ways: 1) Authorize

Re: Managed Placement Report

2012-01-12 Thread Peter S.
Follow up question. Given that an ad from the ad performance report has the AdNetworkType1 or network of Display Search how would one determine if it is from managed placements or automatic placements? On Jan 12, 12:18 pm, "Peter S." wrote: > Well I figured out that for Display ads that they won

Re: issues with Language filter

2012-01-12 Thread Evgeniy Bogdanov
Hi Luis. Same result is generated by Keyword Tool. Are you sure that Spanish-speaking peoples can't search "throttle" ? Regards, Evgeniy. On 12 янв, 22:09, Luis Siquot wrote: > I am trying to filter keyword volumes by language using > "LanguageSearchParameter" on v201109 > seems to work good wh

Re: v201109 "Email cannot be null" issue

2012-01-12 Thread Jared Barden
Just wondering if anyone out there has a suggestion. There must be something I'm missing. On Jan 12, 12:24 pm, Jared Barden wrote: > I'm trying to upgrade my C# code to v201109. I have updated my > App.config to include the values given in the starter video. > > However, I keep getting an "email

Sudden increase in API activity

2012-01-12 Thread Dinesh Ram
Usually we have API activity of around 26,000 billable quota units everyday compared to 1,870,587 billable quota units on Jan 9th and seeing increased API activity after that. Nothing changed in our process and we do not see any abnormal activity on our side. Appreciate any help. Thanks. -- =~=~

Re: Help with v201109 AdGroupService selector

2012-01-12 Thread Reed
Thank you! That's where I started, but the problem turns out to be our old nemesis - inconsistent capitalization. In the selector the K in keyword needs to be capitalized. But on the docs page for ManualCPCAdGroupBids they are listed with lower case, and the results are also clowercase. Plus, w

Re: Managed Placement Report

2012-01-12 Thread Peter S.
Well I figured out that for Display ads that they won't have a direct mapping to a Keyword like the Paid Search ads do using AdNetworkType1. However, how would I determine if a Display Ad is either Managed or Automatic Placement and where are the matchtypes that google was providing before based o

Re: Help with v201109 AdGroupService selector

2012-01-12 Thread Tim Chaney
Reed, I faced this same issue myself. Turns out you can access them by just specifying the name of the attribute, i.e. KeywordMaxCpc. You do not need to proceed it with the AdGroupBids type. The "selectable" name is specified in the description column: http://code.google.com/apis/adwords/docs/

issues with Language filter

2012-01-12 Thread Luis Siquot
I am trying to filter keyword volumes by language using "LanguageSearchParameter" on v201109 seems to work good when I set filter to 1000 that corresponds to 'en' seems to work bad when I set filter to 1003 that corresponds to 'es' "throttle" has no meaning in spanish, so 0 is expected, but not

Re: Getting the AccountCurrencyCode from an AccountPerformanceReport in v201101

2012-01-12 Thread sms_adwords
Thanks mm, that is indeed helpful. I tried something similar shortly after posting that - I tried grabbing clicks in addition to the currency code, and it did indeed return both. Thanks for the response! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: Help with v201109 AdGroupService selector

2012-01-12 Thread Reed
Thanks for the pointer, but I'm still stuck on exactly what is supposed to be in teh selector. I had also tried AdGroupBids.ManualCPCAdGroupBids AdGroupBids.keywordMaxCpc AdGroupBids.ManualCPCAdGroupBids.keywordMaxCpc ManualCPCAdGroupBids.keywordMaxCpc none of which work. ?? -reed -- =~=~=~=~

Re: Getting the AccountCurrencyCode from an AccountPerformanceReport in v201101

2012-01-12 Thread mm
smspencer - I suspect that this is the same issue others have reported here in the forum around using the AccountPerformanceReport - you must request some performance data in order to get rows in the report (try adding Impressions). There is also an issue with the AccountPerformanceReport right now

Re: V201109 Platform criterion not working correctly

2012-01-12 Thread jstedman
Good to know! Thanks for the follow-up! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: V201109 Platform criterion not working correctly

2012-01-12 Thread mm
jstedman - Thanks for the suggestion. I popped in to the hangout yesterday to ask the devs about this. Turns out that when a campaign is created, all 3 platforms are set as targeted criterion for it by default. In my case, I am actually trying to "clone" a campaign, so I am creating a new campaign

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread carver
Hi Vijay, I'm also having this error with Ruby client lib. It stated happening yesterday without any reason - so far I haven't found the solution and no one has answered my forum post :( https://groups.google.com/group/adwords-api/browse_thread/thread/377ef7f92836043a On Jan 12, 6:47 pm, vijay ge

Re: Match Type for Site Targeting Campaign

2012-01-12 Thread jstedman
Amit, If I understand what you are asking, I think you want to pull a ManagedPlacementPerformanceReport and select the AdNetworkType1 and AdNetworkType2 fields. Hope this helps! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: V201109 Platform criterion not working correctly

2012-01-12 Thread jstedman
mm, This is a guess, try using the CampaignCriterion.Type NegativeCampaignCriterion for the platform you want to exclude instead of setting positive criterion for the ones you want to include. Hope that helps! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: Managed Placement Report

2012-01-12 Thread jstedman
Peter, I think what you are looking for is either the AdNetworkType1 or AdNetworkType2 field. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: API Key Pending approval

2012-01-12 Thread Evgeniy Bogdanov
Hi Christopher. Usually it takes up to 3 weeks. But double check that your application will not violate API ToS. In other way your request can be not approved. Regards, Evgeniy, On 12 янв, 14:26, Christopher Heathwood wrote: > Hi, > > We really want to get cracking on some API tools how long d

Re: Help with v201109 AdGroupService selector

2012-01-12 Thread jstedman
Reed, You have to request the specific type of bid that is used for the particular adgroup that you are selecting. For instance, if you are using ManualCPCAdGroup bids, you have to specifically request one(or more) of the selectable fields from this page: http://code.google.com/apis/adwords/docs

Re: How can I tell if my code works after Feb 29th 2012?

2012-01-12 Thread Evgeniy Bogdanov
Hi Wolfram. To test if your code will work with new version you need to switch your libraries to latest API version. This switch is different for all languages, but if you have programmed your code by yourself - you should understand where it is and how you can change it. After you will switch t

Re: Respond SOAP XML - Error

2012-01-12 Thread Evgeniy Bogdanov
Hi Máté. Other way, but same result :) $xml = simplexml_load_string(trim($xmlstr)); $ns = $xml->getNamespaces(true); $soap = $xml->children($ns['soap']); $keywords = $soap->Body->children()->getResponse->rval->entries; var_dump($keywords); Regards, Evgeniy. On 10 янв, 15:11, Máté Markovics w

v201109 - Changes to account identification - using clientCustomerId for Sandbox does not work

2012-01-12 Thread Pierre Avenant
Just started upgrade to v201109. Further to the following article: http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.html Basically, we should use clientCustomerId rather than clientEmail. However, all my clientCustomerIds in the sandbox is 0. ServicedAccountServi

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread TompiT
Hi Eric, Thanks for your reply, this happens sometimes for few Keywords. The MaxCPC value "--" is also visible from Adwords WebGUI (cf attachment). Currently this case has been handled to ignore the value and retrieve the Adgroup MaxCPC value during our parsing. If you need further information

Re: How can I tell if my code works after Feb 29th 2012?

2012-01-12 Thread jstedman
There is no way to test against a post sunset environment to my knowledge, but as long as you are not using any v201101 or older libraries in your code you should be all set. If you are using Java, make sure all your Google imports are v201109 and you should be fine. -- =~=~=~=~=~=~=~=~=~=~=~=~=~

v201109 "Email cannot be null" issue

2012-01-12 Thread Jared Barden
I'm trying to upgrade my C# code to v201109. I have updated my App.config to include the values given in the starter video. However, I keep getting an "email cannot be null" error. Suggestions? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: ht

Add ability to view AdParams that have been set

2012-01-12 Thread Joe_Rocket
I really like the ability to view the values for param1 and param2 in the keyword details in the Sandbox Account Viewer Utility. Could this feature be added to an upcoming release? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2012-01-12 Thread Kevin Winter
Hi, The error message seems to indicate that -1 is being provided for the clientCustomerId. Could you double check your SOAP logs and confirm what value appears in the clientCustomerId header? - Kevin Winter AdWords API Team On Wednesday, January 11, 2012 11:32:08 PM UTC-5, Chirag wrote: > >

'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread vijay george
Hi, I am using sandbox environment and php client library(v201109). When I run DownloadAdHocReport.php with report type 'KEYWORDS_PERFORMANCE_REPORT', I am getting a message 'Could not read report'. Some days before it was working fine. I am using 'Sanbox Account Viewer', in that also I couldn

Getting the AccountCurrencyCode from an AccountPerformanceReport in v201101

2012-01-12 Thread sms_adwords
Hello, I'm trying to migrate away from v13 AccountService calls and since v201101 has to way to get timezone or currency codes without downloading and parsing an entire report, here's what I'm trying to do: report_definition_service = client.GetReportDefinitionService('https://adwords.goog

Help with v201109 AdGroupService selector

2012-01-12 Thread Reed
I have a short script that I use to pull all adgroup info, including bids, each night for all clients. This one has not yet been convereted to use one of the client libraries. I cannot come up with a selector that includes a field for bidding info that does not get an API error Here is an exampl

Cross client error in report downloading

2012-01-12 Thread Daniele Calisi
Hi all, we have always downloaded a set of reports that we previously defined, using the /reportdownload POST request, as explained here: http://code.google.com/apis/adwords/docs/guides/reporting.html#downloading It is three days now that we are not able to do that anymore, the service answer a

Re: MutateJobService Operations

2012-01-12 Thread Ryan M
Also, some of the code examples were removed when the php library v201109 examples were updated. For example the PerformMutateJob and PerformBulkMutateJob examples. Should I still be using those as examples or is there a problem with them? (Or did I just not see where they were placed) -- =~=

How can I tell if my code works after Feb 29th 2012?

2012-01-12 Thread wn
Hi, reading all the blog entries about migrating to v201109 until Feb 29th left an important question of mine unanswered: How can I excatly tell if my adapted code will work after Feb 29th? Is there any way to test the post-Feb 29th API beforehand? Thanx for clearing that up and kind regards, -

MutateJobService Operations

2012-01-12 Thread Ryan M
While switching our old api code over to the newest api I was looking at using the MutateJobService to replace our old BulkMutateJobs. Is there a minimum number of operations you must have when creating a batch or could I run, for example, only 5 bid updates in a job? Would it make more sense t

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
Same in Sandbox Account Viewer Campaigns->Ad Groups -> Criteria by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AccountService is only available on a whitelist basis

2012-01-12 Thread Kevin Winter
Hi, Just wanted to let you know that I just verified the fix we pushed to prod - timezones should return in this format now: (GMT-05:00) Eastern Time - Kevin Winter AdWords API Team On Wednesday, January 11, 2012 11:59:38 AM UTC-5, mm wrote: > > Ok, I've created a CampaignPerformanceReport wh

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread heiko665
Hi, I can confirm this error. Even the example-code given by v201109 (GetAllAdGroupCriteria.java) throws "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR". -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

Re: Internal API Error while using the TargetingIdeaService in sandbox

2012-01-12 Thread Stefan Schmitt
I just tested it with another sandbox account that already has campaigns, but I still get the internal error. On 12 Jan., 09:19, Stefan Schmitt wrote: > Hi Eric, > > yes, I still get the same error. The other  thing I just noticed is, > when I try to display all my campaigns, I can not find any c

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread Simon Day
Hi, For what It's worth I'm getting the same thing on the keywords performance report too. Thanks Simon -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

API Key Pending approval

2012-01-12 Thread Christopher Heathwood
Hi, We really want to get cracking on some API tools how long does it usually take for these to be approved? Cheers Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-ap

How to cross-reference multiple reports?

2012-01-12 Thread Simon Day
Hi, I'm in the process of migrating from v13 reports to v201109. The specific report I'm trying to migrate is the "Placement / Keyword Performance Report". We use a number of fields that are no longer available on this report: DailyBudget and MaxContentCPC. I've been looking through the Report Mig

Re: Internal API Error while using the TargetingIdeaService in sandbox

2012-01-12 Thread Stefan Schmitt
Hi Eric, yes, I still get the same error. The other thing I just noticed is, when I try to display all my campaigns, I can not find any campaign. Shouldn't the creation of a sandbox account also create 5 test campaigns? Kind Regards, Stefan Schmitt On 12 Jan., 00:12, Eric Koleda wrote: > Hi St

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread TompiT
Hi Eric, Thanks for your reply, this happens sometimes for few Keywords. The MaxCPC value "--" is also visible from Adwords WebGUI (cf attachment). Currently this case has been handled to ignore the value and retrieve the Adgroup MaxCPC value during our parsing. If you need further informat