Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-11 Thread Oliver
You need to use the class Platform and not OperatingSystemVersion. If I were you, I 'd email the RMF team first for a confirmation (adwordsapi-tok...@google.com) Please let us know what you find out. Oliver On Thursday, January 10, 2013 4:05:42 PM UTC, manuel@gmail.com wrote: > > Update:

Re: How can I add social extension in my ad campaigns?

2013-01-11 Thread Oliver
Yes you can. There is plenty of example code in each client library to show how this is done. On Friday, January 11, 2013 5:19:35 AM UTC, Kapil wrote: > > Thnaks Oliver. Hey, What about the device selection. Can I select > specifically mobile or tablet devices from the API. > > Thanks, > > Kap

Re: AdWords Test Account best practice

2013-01-11 Thread Sinisa Grgic (LumosLabs)
Hi Danial, Thanks for quick response! We have one problem here related to test account settings. We created new MCC account for our company and one advertiser account under the MCC account that is converted to test account. Developer token for new MCC account is still pending approval and I got

Re: AdWords Test Account best practice

2013-01-11 Thread Danial Klimkin
Hello Sinisa, That is correct we provide only one token per company. You do not need an approved token to access test account though. If you send a request against the test account (with it's clientCustomerId) in the header, it should succeed regardless of the token status. Note, MCC-level se

Re: Problems using adwords api in php

2013-01-11 Thread bibudha ranjan
Now i use DEFAULT_SERVER = "https://adwords.google.com"; as my default server. what i need to do for a developer token. Is it free or paid for testing Google adwords api ? plz provide some information about MCC account... Thank you... On Tuesday, January 8, 2013 2:51:03 PM UTC+5:30, Danial Kl

How can i develop an Keyword rank checker in java?

2013-01-11 Thread rijesh303
hii my aim is to develop an seo tool that will check the rank of each page for a keyword?,is it require any API please mention immediately . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.

Question about testing account...

2013-01-11 Thread google_mcc
Hi, I am new for Adwords API. Our company is going to develop a small application based on google Adwords. We have already applied an account. We got the 'customer Id', but the developer token is still 'on processing'. I saw some existing codes mentioned that we can use the testing

Keyword performance report

2013-01-11 Thread silvester
Iam trying to downlaod keyword performance report using the following php script. https://www.google.com/accounts/ClientLogin";; $params = array( "accountType" => "GOOGLE", "Email" => $username, "Passwd" => $password, "service" => "adwords", "source" => "adluge.com" ); $curl

Re: Problems using adwords api in php

2013-01-11 Thread Danial Klimkin
Hello, Please see this guide: https://developers.google.com/adwords/api/docs/signingup The API access is billable, using Test Account is free though. For more details on Test Accounts see: https://developers.google.com/adwords/api/docs/test-accounts -Danial, AdWords API Team. On Frida

Re: How to get segmented or "hour of day" campaign statistics using adwords API?

2013-01-11 Thread Danial Klimkin
Hello, Many of the API report support "HourOfDay" column. This should segment your stats hourly. See this page as a reference: https://developers.google.com/adwords/api/docs/appendix/reports -Danial, AdWords API Team. On Wednesday, January 9, 2013 7:29:43 PM UTC+4, Dev HPO wrote: > > > I

Re: Feature Request: Notes Field

2013-01-11 Thread Danial Klimkin
Hello Yeison, This is a nice feature but due to the scale of the service (millions of the accounts, campaigns, ad groups, keywords) and potentially large field size, it would not be effective. We recommend to keep notes on the client side and keep a link between your database and AdWords via t

OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-11 Thread Stamatina Thomaidou
Hello everyone, this is a more general question regarding the new ways that we have to work with authentication and access to the accounts. We have a developer token for the AdWords API that actually corresponds to an MCC Account. We have already some client/customer accounts that are already

Re: Test Account Approval

2013-01-11 Thread google+googlemcc
Danial, I emailed this address: adwordsapi-tok...@google.com. Is that the correct one? We want to make sure we have a test account so we can feel comfortable upgrading our API by the deadline. Appreciate the help! Dave On Wednesday, January 9, 2013 7:03:31 AM UTC-5, Danial Klimkin wrote: > >

Re: Feature Request: Notes Field

2013-01-11 Thread Yeison Rodriguez
Hi Danial, Thanks for taking it into consideration and letting us know your thoughts. On Friday, January 11, 2013 9:03:22 AM UTC-5, Danial Klimkin wrote: > > Hello Yeison, > > > This is a nice feature but due to the scale of the service (millions of > the accounts, campaigns, ad groups, keyword

Re: authorization with perl client

2013-01-11 Thread David Torres (AdWords API Team)
Hi Noah, Happy to help you, what properties exactly you are un-commenting from the adwords.properties file? Best, - David Torres - AdWords API Team and Perl Client Lib maintainer On Tuesday, January 8, 2013 11:51:03 PM UTC-5, Noah wrote: > > Hello, > > I'm stuck with trying to get the examples

How to integrate google analytics with the adwords api using new java client library?

2013-01-11 Thread Kapil
Hey, I'm new to adwords API and I want to iterate some of the parameters that are not present in adwords but I can get them from google analytics. Let's say I want to calculate the bounce rate and a few more parameters. I have seen an example regarding this issue. But, I'm not sure if that is th