Re: Do I need a developer token to access the API via oauth?

2013-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Andrei, A developer token is required to make AdWords API calls. It's main purpose is to ensure that the developer has accepted AdWords API T&Cs, identify your requests in case we need to troubleshoot issues you are facing, etc. In the past, it was also used to identify the account to which

Re: Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, These are operations that are generally not done in bulk (usually one campaign feed per type), that's why it is not supported. Is there a use case you could share with me that requires you to do this in bulk? If so I'll pass it onto the relevant teams and make a feature request. Chee

Re: Internal API error when requesting feed items

2013-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi, Looks like we have a fix in place, but it hasn't been rolled out yet. I've pinged the team for updates. I'll update this thread as I hear from them. Cheers, Anash On Tuesday, October 1, 2013 6:06:23 PM UTC+5:30, fr...@bgenius.com wrote: > > Dear API team, > > > Can you please give us an upd

Re: Using adwords api using oauth2.0

2013-10-03 Thread Andrei Kavaleu
Hi David, >> The developer token tell us which application is making the call. Just to clarify: the dev token is a token from AdWords API Center in a MCC account, isn't it? Not the one from my application API access page. Right? so to access AdWords API I need to provide credentials of my app (c

Announcing v201309 of AdWords API

2013-10-03 Thread Danial Klimkin
Today we are releasing the AdWords API v201309. This latest release introduces offline conversion import, adds new reports and also makes several Beta features available to all API users. We've also reworked the AdWords API Developers site making it

How to work with deleted CampaignFeeds?

2013-10-03 Thread mm
Hey guys - I have a case where I have added some enhanced sitelinks to a campaign. Then I went into the adwords UI and disassociated all sitelinks from that campaign. Now I want to add a new sitelink to the campaign via the api. I have changed both the status to "Active" and the associated feed

Re: API Settings

2013-10-03 Thread nicolas
There is no "AdWords" service in https://code.google.com/apis/console . Only adex buyer and adex seller. Is that right? On Monday, September 23, 2013 7:47:05 AM UTC-3, Paul Matthews (AdWords API Team) wrote: > > Hi Umut, > > The link you've posted is not viewable. Are you trying to re-use your A

Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2013-10-03 Thread mcc
I have been trying to using the Adwords API for developing and testing porpuses . I've created a client at MCC Customer ID: 747-668-3661 and tried to use the token without success... What I am receiving this error message: QuotaCheckError.INCOMPLETE_SIGNUP Does anyone know how to resolve thi

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-10-03 Thread Danial Klimkin
Hello, First of all, please never send your authorization details or developer token to the public mailing list. Please make sure to reset your token in the AdWords API Center. As per the question, you need an approved token to access any service for a production account. -Danial, AdWords A

Re: Quota Check Error.Incomplete_Signup

2013-10-03 Thread thehutinsight
Incidentally, the account which the requests are against is a test account On Thursday, 3 October 2013 14:17:08 UTC+1, thehut...@gmail.com wrote: > > I tried changing to some of the setting but am still bumping up against > this problem: > > This is the requestId for the second request, but still

Re: Api Developer Token Rejected

2013-10-03 Thread David Torres (AdWords API Team)
Hi, The problem is that your developer token is associated to the test MCC account. It is not clear, but you need to request a developer token from a regular MCC account, then you can use this token to access test accounts even before the token gets approved. Best, - David Torres - AdWords AP

Re: Application Creation Procedures for many clients

2013-10-03 Thread David Torres (AdWords API Team)
Hi Hunter, 1) Client ID is associated with your developer project identity, in other words it identifies your application. So it has nothing to do with the account you are targeting, that is what the access/refresh token are related with. 2) There two authorization mechanisms associated with th

Re: Report to get (only) sitelinks

2013-10-03 Thread Emmanuel Espina
Thanks David The workaround I found is to use the FeedMappingService to get the feed id that is used for sitelinks (currently only one feed is used). Then I downloaded a PLACEHOLDER_FEED_ITEM_REPORT filtered by that feed Id (because it has better performance than the service). Thanks Emmanuel 20

Re: Report to get (only) sitelinks

2013-10-03 Thread David Torres (AdWords API Team)
Hi Emmanuel, The PLACEHOLDER_FEED_ITEM_REPORT, a feed item can actually serve as a sitelink but also as other type of extension. Imagine it is just a row in a table (the feed) and it can be mapped to different type of extensions. The PlaceholderType will effectively segment the stats of your f

Re: Operations count in Single Service Operations vs MutateJobService (bulk update)

2013-10-03 Thread David Torres (AdWords API Team)
Hi, Aside from being a asynchronous service as you mentioned, so you can just fire it and then consume you CPU time in something else. You also gain the benefit of automatic retries for transient errors, so you don't have to code the retry logic yourself. Operations count is the same. Best, -

Re: set max cpc for all keyword of ad

2013-10-03 Thread David Torres (AdWords API Team)
Hi, You can't change the keyword max CPC for a single Ad, the change applies to all the Ads in the AdGroup. This is not an API limitation, it is by design of the product. Best, - David Torres - AdWords API Team On Friday, September 27, 2013 4:47:58 AM UTC-4, Jooble wrote: > > I want to know i

Re: System Codes for CriterionUserInterest?

2013-10-03 Thread David Torres (AdWords API Team)
Hi Troy, Sorry for the delay, do you have an ad group ID as example for which I can see these uservertical entries? Best, - David On Friday, September 20, 2013 2:21:51 PM UTC-4, Troy Larson wrote: > > ReportDefinitionReportType.CRITERIA_PERFORMANCE_REPORT > > I'm getting numbers similar to wha

OAuth 2.0 confusion while I upgrade from ClientLogin to OAuth mechanism

2013-10-03 Thread Sanju A
Hi Team, We are having a web server application which works online and also offline. Online : where we can do any change to campaigns(eg: changing the status or changing budget) Offline: with some Cron Trigger we dump the statistics of account/campaign offline every day through scheduler. So here

Re: Negative Keyword Not Added

2013-10-03 Thread goingdev
I should note, this is happening on all keywords with a space. Example: +ABCD +EF On Wednesday, October 2, 2013 4:21:26 PM UTC-4, goingdev wrote: > > Using the API (201306) I'm trying to upload a phrase, exact and broad > (with modifier) keyword to a campaign and an adgroup in a different > cam

Re: Quota Check Error.Incomplete_Signup

2013-10-03 Thread thehutinsight
I tried changing to some of the setting but am still bumping up against this problem: This is the requestId for the second request, but still getting QuutaCheckError.Incomplete_Signup 0004e7d5e093d6700ae5a2461bce [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] QuotaCheckError.IN

When would the Shared Sets be available to be used via Adwords API?

2013-10-03 Thread shobha . procentris
Hi, Shared sets have been under BETA for quite some time. Can you please let us know when would it be possible to add negatives to the Shared library using Shared Sets feature of Adwords API. We are currently using v201302. Thanks, Shobha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=