Re: Location bid modifier across all campaigns

2014-12-16 Thread techpoint . 2015
Hi, We can set bid modifier for locations, ad schedule etc using campaign criterion service in which campaign id is mandatory. means we need mutate request per campaign. Using which service we can do this in single mutate request per account? Thanks -- --

select account from MCC

2014-12-16 Thread Rodrigo Munoz
Hi I already connect my MCC accont through API, I can get reports without any problems. But when I try to call any mutate service, like change adgroup status, I have that error: AdwordsApi::V201406::AdGroupService::ApiException: [EntityNotFound.INVALID_ID @ operations[0].operand.id;

Re: Get remaining balance for an account

2014-12-16 Thread Danial Klimkin
Hello Luis, No, still not supported. -Danial, AdWords API Team. On Monday, December 15, 2014 9:47:13 PM UTC+3, Luis Alegro wrote: Hello Danial, The v201409 version of the api has this functionality? On Wednesday, October 30, 2013 9:07:54 AM UTC-2, Danial Klimkin wrote: Hello Ondrej,

Adwords Access for a Developer

2014-12-16 Thread Chris Davenport-Smith
Hi all, I can't find a definitive answer on here - sorry if it's been answered elsewhere? We manage an MCC full of child accounts for a particular client, and they have employed a third party company who have a custom reporting suite to analyse all advertising streams. The third party

Re: select account from MCC

2014-12-16 Thread Danial Klimkin
Hello Rodrigo, You need to send the correct customer ID in the clientCustomerId SOAP header as per: https://developers.google.com/adwords/api/docs/guides/soap -Danial, AdWords API Team. On Tuesday, December 16, 2014 3:07:58 PM UTC+3, Rodrigo Munoz wrote: Hi I already connect my MCC

Re: Adwords Access for a Developer

2014-12-16 Thread Danial Klimkin
Hello Chris, We can't provide details for the extraction approach as this is something you need to discuss with the service provider. One option could be is to grant them read-only access. It is still access to all accounts under the MCC but without power to make any changes. -Danial,

Re: Location bid modifier across all campaigns

2014-12-16 Thread Danial Klimkin
Correct, you need to specify campaign ID per operation. But a single request can contain thousands of operations, as long as they are for the same account. -Danial, AdWords API Team. On Tuesday, December 16, 2014 12:59:22 PM UTC+3, techpoi...@gmail.com wrote: Hi, We can set bid modifier

Re: select account from MCC

2014-12-16 Thread Rodrigo Munoz
Hi Danial, Thanks a lot for yhisour quick response. I'm working on RoR. Do you know how can I modify the clientCustomerId SOAP header in rails?? I'm trying with: credentials = adwords_api.credential_handler() credentials.set_credential(:client_customer_id, 173-868-) But I can see that

Re: select account from MCC

2014-12-16 Thread Danial Klimkin
How do you make the call? -Danial. On Tuesday, December 16, 2014 5:53:06 PM UTC+3, Rodrigo Munoz wrote: Hi Danial, Thanks a lot for yhisour quick response. I'm working on RoR. Do you know how can I modify the clientCustomerId SOAP header in rails?? I'm trying with: credentials =

Re: select account from MCC

2014-12-16 Thread Rodrigo Munoz
Hi Daniel I alredy solve it with your tip. :) I'll post the call for others... def adwords_api_for (account_id) api = AdwordsApi::Api.new(Settings[:adwords_api]) api.credential_handler().set_credential(:client_customer_id, account_id) return api end Thnks

token approval

2014-12-16 Thread Gökhan Savaş
hello, Our developer token for a long time (5 weeks) is awaiting approval. i have sent the images of the vehicle. We have sent many mails we could not get an answer. Waiting for your help and ideas. thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: token approval

2014-12-16 Thread Josh Radcliff (AdWords API Team)
Hi, Have you filled out the second part https://services.google.com/fb/forms/newtoken/ of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you DID fill out this

How to post Request exception when creating Ad or keyword

2014-12-16 Thread Orangevn
When I creating or update Ad or Keyword has the potential to violate the approval policy.Aword Editor App display the meessage Keyword or Ad requires review before it can run. user maybe post whit option to Request An exception see attached. Is this functionality available API?

How to post Request exception when creating Ad or keyword

2014-12-16 Thread Orangevn
When I creating or update Ad or Keyword has the potential to violate the approval policy.Aword Editor App display the meessage Keyword or Ad requires review before it can run. user maybe post whit option to Request An exception see attached. Is this functionality available API?

javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-16 Thread edduenasnordstrom
Hi, We tried to run the code provided in the following link https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201409/accountmanagement/GetAccountHierarchy.java But we are getting the following error Exception in thread main AxisFault