Re: This account isn't active because its billing information is missing.

2013-11-08 Thread Jeremy Aube
Developer tokens from test accounts don't work. You need a developer token from a non-test account and use that with your test account. On Tuesday, November 5, 2013 6:11:47 AM UTC-5, Denis Borisov wrote: > > Hello! > > I have a problem. > I am writing a program working with adwords api, and I wan

AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2013-11-08 Thread Bikram Bhuyan
Hello, Could you please let me know which API call I should make to get the following information for a particular AD? 1. % Served. 2. Clicks. 3. Impression Indicator. 4. Click Through Rate. 5. Average Cost Per Click. 6. Cost. 7. Average Position. Just to give more details, all these informatio

Re: Get criterion info on APIError

2013-11-08 Thread Jeremy Aube
I left a comment on StackOverflow. On Wednesday, October 30, 2013 3:40:40 PM UTC-4, goingdev wrote: > > Is there a way to get the criterion info from an APIError? > > MutateJobService mutateJobService = > (MutateJobService)user.GetService(AdWordsService.v201309.MutateJobService); >> JobRe

Re: Product Listing Ads Campaign type

2013-11-08 Thread Jeremy Aube
Is it possible to validate auto targets through the API yet? On Monday, October 28, 2013 5:08:12 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Currently the API does not support the following steps in the PLA setup > process : >

Re: When will AttributeValues in PLACEHOLDER_FEED_ITEM_REPORT be fixed?

2013-11-08 Thread kevin
I just wanted to check in on this. It looks like we're getting AttributeValues for all of the different Ad Extension types, but they are still formatted strangely. Some are still probalby usable (phone numbers, google+, site links), but some I can't make any sense of (Placeholder Type 105 f

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-08 Thread Peter Kingswell
Hi Anash, that makes sense. What's the best way to determine if a Customer Id is that of an MCC? I'd rather not rely on attempting to download their reports and trapping the ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH exception. Cheers, Pete On Thursday, November 7, 2013 7:

Re: Billing error

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Eugene, Could you reach out to your Google Account manager (or call directly on the help line at https://support.google.com/adwords/answer/1385067?hl=en)? This issue is not related to AdWords API, and you may need to share additional account details to debug this issue further. Forum is not

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Bikram Bhuyan
Hi Anash, Thanks for your reply. Actually it will be a brand new integration we are doing with AdWords API. So I am looking for the best possible way to implement. So your suggestion and any other tips will be highly helpful as we are currently working on a POC how to implement it in the right

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-08 Thread Bikram Bhuyan
Hi Takeshi, Thanks for your detailed explanation. You are absolutely right. If both the accounts are under our MCC account then everything should work fine as you mentioned. I am trying to connect to our clients AdWords account which will definitely be not under our MCC account. So I am trying

Re: Time to set changes live

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anne, There's no difference between UI and API in this aspect, and I think this is better answered by the product team. Could you ask your question at https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488 instead? Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Bikram, How exactly do you add a client to your system today? Do you ask for their email / password and store it locally, or ask them to invite one of your logins to manage the account, and use that account's username/password to make calls? Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Recharge of money through the AdWords API

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Majo, There's no support for invoices, coupons, etc. in AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 5:04:50 PM UTC-5, Majo Mikula wrote: > > Hi, > > is it possible to somehow recharged AdWords account through AdWords API? > Is it possible apply co

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-08 Thread naman jindal
Hey Anash, Thanks for taking this up. 1. Were you able to able to run the offline credentials application and > generate a refresh token and access token? > Yes, I ran the GetRefreshToken.java file to generate a link from where I got the refresh token. 2. Did you copy this refresh token

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naman, The problem is that invalid grant is a generic error that says your OAuth signup failed. It doesn't give any more details, and that is by design. That makes it all the more difficult to debug the issue. Let's start one step at a time. I'm sure you might have tried these steps before,

Re: Failing to add account

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi, Please see if you could reach adwords.google.com from the server where your code is running. A simple way would be to see if you could load one of the WSDLs - e.g. https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl Cheers, Anash P. Oommen, AdWords API Advisor. On Frida

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-08 Thread naman jindal
Hey Guys, Can anyone who has knowledge about this exception help me out on how can I resolve this. This is really very urgent and I would be very much thankful for any ind of help/suggestions. Thanks and Regards, Naman Jindal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Billing error

2013-11-08 Thread Eugene
Hello, I'm trying to apply for API access from my MCC account (it has a number of client accounts linked). However, when I try setup billing details(which is mandatory, according to the API guide. ) I always get an Error, no matter what I try.

Re: using the media service to avoid upload image for every image ad

2013-11-08 Thread sandboxe2
Hi, I am struggling with this error... Please help out .. I have created below custom function to push image ads ... but getting error : [NullError.NULL_CONTENT @ operations[0].operand.ad.image.data] function AddImageAdsExample(AdWordsUser $user, $adGroupId) { $mediaService = $user->GetS

Time to set changes live

2013-11-08 Thread Anne
Hello AdWords API Team, we want to change our client-campaigns via the AdWords-API, e.g. we want to start/stop a campaign or raise the bid for a short time and then decrease again. Can you tell me how long it will take to set changes live we have made via the AdWords-API? Thanks, Anne -

Failing to add account

2013-11-08 Thread adwords_hr
Hi I am getting the following message, when I try to add my accounts; "[7] Failed connection to www.google.com:443; No error This happens with all of my accounts, and my internet connection is not the problem. Tnx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-11-08 Thread giles bodger
Hi Anash, I tried that and it looks to have solved the problem :-) many thanks for you help on this one Giles On Thursday, November 7, 2013 8:28:35 PM UTC, Anash P. Oommen (AdWords API Team) wrote: > > Hi Giles, > > I'll look at this a bit more closely later today, but I agree that the > pro

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-11-08 Thread Shobha Procentris
Hi Paul, I tried this using the following code snippet in PHP $adGroupCriterionService = $user->GetService('AdGroupCriterionService', 'v201309'); $selector = new Selector(); $selector->fields = array('Id','parameter','criteriaCoverage','criteriaSamples'); $selector->predicates[] = new Predica