Re: Video campaigns via API

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Mendel, The situation is the same. If there is an update, we'll announce it on our blog . Best, - Takeshi, AdWords API Team On Wednesday, February 19, 2014 10:39:19 PM UTC+9, Mendel wrote: > > Hello all, > > We need to enable or disable the state of

Re: Sometime getting FeedItem from FeedItemService get the exception [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.feed.feeditem.GetAction]

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi La, Thanks for the report. Just to make sure, can you please make the same request? There was an similar issue on CustomerService.get a couple of days ago that has been fixed. I'd like to make sure if that is that is caused by the same reason. >From what I queried the log, the error rate

Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Zweltze, Thanks for the report. There was an issue that caused OperationAccessDenied.ACTION_NOT_PERMITTED. The issue that caused the OperationAccessDenied.ACTION_NOT_PERMITTED has been fixed. Can you please try the same request? Best, - Takeshi, AdWords API Team On Thursday, February 20,

Re: AuthorizationError.USER_PERMISSION_DENIED with my test account

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Javier, If you got your OAuth2 credential from your test MCC account, you can make an API call to its children accounts and the MCC account itself. Please make sure your clientCustomerId header is expected. If that doesn't help, pleas share the more detailed logs. Best, - Takeshi, AdWords

Re: Shopping Campaign API support

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Sudip, The support for Shopping Campaigns is on the roadmap, but we can't tell the exact date when it'll be available. Please stay tuned our blog for update. We'll announce it once it's released. Best, - Takeshi, AdWords API Team On Wednesday, Feb

Re: QuotaCheckError.ACCOUNT_INACTIVE at MCC Test Account and production developer Token

2014-02-21 Thread Josh Radcliff (AdWords API Team)
Hi, I checked your accounts and you have not accepted Terms & Conditions on your *prod* MCC. When you entered your billing information did you click *Continue* all the way through and accept the Terms & Conditions? Thanks, Josh, AdWords API Team On Thursday, February 20, 2014 8:51:47 AM UTC+1

Re: AuthorizationError.USER_PERMISSION_DENIED with my test account

2014-02-21 Thread Javier Campos
Finally i solved the problem changing the user-agent with the email ( mundonett...@gmail.com ) thanks El viernes, 21 de febrero de 2014 09:40:12 UTC+1, Takeshi Hagikura (AdWords API Team) escribió: > > Hi Javier, > > If you got your OAuth2 credential from your test MCC account, you can make

Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-21 Thread Zweitze
Takeshi, The problem is not solved. 0004f2e91b0162a00ade6f851bf0 0004f2e914916bb80ade4707657c The calls were made 3+ hours after your post. Thanks in advance! On Friday, February 21, 2014 9:19:49 AM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Zweltze, > > Thanks for the re

Re: mmc test account fail

2014-02-21 Thread Josh Radcliff (AdWords API Team)
Hi, I replied to an email we received you on this same issue, so let's continue this discussion there. Thanks, Josh, AdWords API Team On Thursday, February 20, 2014 12:39:43 PM UTC+1, Javier Campos wrote: > > Hello, > > I have a test mcc account and a production mmc . Also I have got the > pen

Re: Conversion One Per Click

2014-02-21 Thread Josh Radcliff (AdWords API Team)
Hi, The following link describes the timelines for data availability: https://support.google.com/adwords/answer/2544985 According to that document, conversion data is not available until 3 am *PST* the following day. If you are in CST then you should wait until at least 5 am CST before pullin

Re: Using the Google Adwords API - Web or Application development

2014-02-21 Thread Josh Radcliff (AdWords API Team)
Hi, We do not cover policy or legal issues on this forum, but a good starting point for your question would be the API Sign Up instructions. When you apply for API access the API Review Team will go over your use case and determine if

Re: Configuration Sections app.Config

2014-02-21 Thread Jeremy K
Can anyone help with this please? I'm still struggling to get this to work without an app.config On Friday, February 14, 2014 5:22:32 PM UTC, Jeremy K wrote: > Hi, > > I'm looking to take the AdWords c# .net sample and get it working in an > SSIS package, which will allow the use of .Net via

MediaService : Get a MediaId of one ImageAd ?

2014-02-21 Thread xpander
Hello, I'm on adwords API document, it's a nightmare you can't find anywhere witch predicate can be used with MediaService (or other service). My problem is simple : i have an ImageAd, i want to retrieve the MediaId. I use MediaService. Assume _AdID is the id of ImageAd. Wiitch Predicate.field

Re: Configuration Sections app.Config

2014-02-21 Thread Zweitze
You also need to register the SoapListenerExtension - which is normally done in app.config, in If you leave that out, you get an error that an assembly could not be loaded. Is that the case? I don't know how to work around this. Once this was submitted as a bug for the .NET library but that

Re: Configuration Sections app.Config

2014-02-21 Thread Anash P. Oommen (AdWords API Team)
Hi Jeremy, Try this: AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.DeveloperToken = "xxx"; You can set all the keys under AdWordsApi node this way. There are some others for which you'd still need to use the config file itself. Specifica

Re: Accessing other people Adwords API

2014-02-21 Thread Joan Roig
How do I link their account to my MCC? Right now I show them the window where they are asked to give access to their account (where I get the token and so on...). Is that enough? I am confused... On Monday, February 3, 2014 7:49:26 PM UTC-8, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Jo

Re: MediaService : Get a MediaId of one ImageAd ?

2014-02-21 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to first retrieve the mediaId associated with your imageAd. You'd need AdGroupAdService to do this. and your predicates should be the ones listed here: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.Image. Next, you can use MediaService to filt

Re: Max number of valid access tokens for an account

2014-02-21 Thread Oliver
Hi Hans, That's an interesting question. Have you actually already tried this setup of running 4 servers with each using its own access token? Did you encounter any problems so far? Alternatively, if the only other option is to use a sharing service, what are the best ways of implementing th

Re: Configuration Sections app.Config

2014-02-21 Thread Jeremy K
Thanks both for the replies, I'll give this a go. It does sound like its missing some sort of reference as its just crashing straight away even when I try something simple like AdWordsUser user = new AdWordsUser(); On Friday, February 21, 2014 3:25:21 PM UTC, Zweitze wrote: > You also need to