Re: API support for AdWords "Labels" feature?

2013-04-04 Thread Oliver
Another +1 to add labels please. It's one of the most useful and powerful features in adwords. Oliver On Wednesday, April 3, 2013 10:44:02 PM UTC+1, Vanessa Sabino wrote: > > +1 to please add labels to the API! > With the 30 minutes timeout limit for AdWords scripts, it's a huge pain to > bulk

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-04 Thread Pau Gargallo
Hi Kevin, it's working again. Thanks! pau On Wed, Apr 3, 2013 at 6:22 PM, Kevin Winter (AdWords API Team) < adwordsapiadvisor+ke...@google.com> wrote: > Hi Pau, > Sorry for the trouble here - we're rolling back the change that's > impacting you. If you still can't make API calls in an hour,

How to Set Keyword Max Cpc

2013-04-04 Thread Aere
Hi all, i've migrated api from v2012 to v201302. I've a piece of code like this: ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids(); adGroupBids.setKeywordMaxCpc(new Bid(new Money(null, p_kwdMaxCpc))); adGroup.setBids(adGroupBids); In the v201302 i don't find class ManualCPCAdGroupBid

Re: keywordMaxCpc in v201302

2013-04-04 Thread Aere
I have the same problem!! Il giorno mercoledì 3 aprile 2013 09:21:17 UTC+2, Taher Dhilawala ha scritto: > > How do I fetch keywordMaxCpc, keywordContentMaxCpc from an Adgroup object > in v201302 Adwords API? > > Previously (in v201209) I used to do like this > > ManualCPCAdGroupBids adgroupBids

Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-04 Thread Mahesh
*Hello All, First Of All Sorry for my bad English, we are downloading report with DownloadCriteriaReportWithAwqlExample() and in side the Defining Fields in query LIke: "SELECT CampaignStatus,CampaignName, Amount, Status, Clicks, Impressions, Ctr,AverageCpc,Cost,AveragePosition FROM CAMPAIGN_PE

Re: update keyword maxcpc

2013-04-04 Thread Aere
I don't understand your code... where you instantiate "keywordBiddableAdGroupCriterion"? Il giorno domenica 31 marzo 2013 21:06:20 UTC+2, Oliver ha scritto: > > I just tried the following code for a keyword and it seems to be working: > > > BiddingStrategyConfiguration biddingStrategyConfiguratio

Re: How to Set Keyword Max Cpc

2013-04-04 Thread Aere
Anyone have any ideas? Il giorno giovedì 4 aprile 2013 09:56:24 UTC+2, Aere ha scritto: > > Hi all, > i've migrated api from v2012 to v201302. > > I've a piece of code like this: > > ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids(); > adGroupBids.setKeywordMaxCpc(new Bid(new Money(nul

Questions about migration to v201302 : Location, Bidding for CvOptimizer

2013-04-04 Thread 澤井悠
Dear AdWords API team, 1. Can I retrieve the location data of airports? I can see them on https://developers.google.com/adwords/api/docs/appendix/geotargeting. Their "TargetType" is "Airport". Besides, if we can't get them, what kind of Location criteria can I get? 2. Is PricingMode

Limits on Keyword Url Updates?

2013-04-04 Thread joel
To support Enhanced Campaigns I want to update all my keywords with some additional ValueTrack parameters. I heard a rumor from our accounts reps that the API can only process 6 million keyword url updates per week. Is this accurate? Thanks! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: PLACEMENT_PERFORMANCE_REPORT

2013-04-04 Thread HK
I believe I'm seeing the same issue. I previously used MANAGED_PLACEMENTS_PERFORMANCE_REPORT with v201209, but once I swtiched to PLACEMENT_PERFORMANCE_REPORT in v201302, I get an empty report back. On Tuesday, April 2, 2013 1:27:05 AM UTC-7, Dmitriy wrote: > > > Hi, > Does subject in productio

Re: PLACEMENT_PERFORMANCE_REPORT

2013-04-04 Thread HK
FYI - I can get my managed placements in v201302 by using CRITERIA_PERFORMANCE_REPORT and including "PLACEMENT" in the CriteriaType predicate. On Tuesday, April 2, 2013 1:27:05 AM UTC-7, Dmitriy wrote: > > > Hi, > Does subject in production? > I have try to download ones and got empty data. > >

Billing for Testing accounts

2013-04-04 Thread knstech
Will AdWords Test accounts be billed? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

API V201302 - Problem on configuring campaign for Mobile and Tablet devices

2013-04-04 Thread live_ines
Hi, I have a problem and I need your help. I'm implementing a project using adword api to create and configure online campaigns using Dot.Net Client Library of AdWords API V201302. I need to create a content network campaign just for mobile devices (Mobile and Tablet), but when I create the

How to creat Template Ad and Ad based on this Template [PHP]

2013-04-04 Thread Matej Kloska
Hi, I'd like to create own Template Ad and then new Ads based on it. Would you provide example code, how to create template? I don't see any example in PHP SVN repository. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-04 Thread Julian Khandros
Hi, we're migrating our Java AdWords campaign management module to v201302. Our code is required to disable bids for mobile devices. Hence I use code very similar to the Mobile Bid Adjustment code excerpt on https://developers.google.com/adwords/api/docs/guides/enhanced-campaigns : // Create m

Mobile Bid changes via v201302 API not reflected in Adwords UI

2013-04-04 Thread Julian Khandros
Hi, we're migrating our Java AdWords campaign management module to v201302. Our code is required to disable bids for mobile devices. Hence I use code very similar to the Mobile Bid Adjustment code excerpt on https://developers.google.com/adwords/api/docs/guides/enhanced-campaigns : // Create m

Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, I am able to update the mobile bid adjustment using the Java library. Can you share the request and response xmls? (Please remove the sensitive information such as authToken, developerToken) Best, - Takeshi On Thursday, April 4, 2013 7:18:23 AM UTC+9, Julian Khandros wrote: > > Hi, > > we'

Re: How to Set Keyword Max Cpc

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, >From v201302, the way bidding has changed. Please see this guide . Also please refer this code example as to how you can add a keyword. https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/

Re: Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Yes, you can segment the report with Device. Please include "Device" in your Select columns. Please see this documentfor available columns. Best, - Takeshi On Thursday, April 4, 2013 6:48:09 PM UTC+9, Mahesh wrote

Re: Mobile Bid changes via v201302 API not reflected in Adwords UI

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another thread . - Takeshi On Thursday, April 4, 2013 9:35:29 PM UTC+9, Julian Khandros wrote: > > Hi, > > we're migrating our Java AdWords campaign management module to v201302. > Our code is required to dis

Re: keywordMaxCpc in v201302

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Starting from v201302, how you can manage bids has changed. Please see this guide . Please retrieve "CpcBid", "ContentBid" fields in AdGroupService. https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302

Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-04 Thread Oliver
If your campaign is using Conversion Optimizer bidding strategy, you won't be able to change the bid modifier. This is an exception I came across which is very poorly documented in the Enhanced Campaigns guide. Check this page: http://support.google.com/adwords/answer/2471188?hl=en There is a