AdWords API Re: Reports API / Videos as gadgetTemplates, videoPlaybacks field missing

2009-08-05 Thread Kemal
Thanks for the info. From what I understand, video ads are all gadgetTemplates from now on. Actually I confirmed with a local Google employee that, you can't add video ads without the use of the Display ad builder. Currently it is the only way. I checked an old campaign (generated a report) from

AdWords API Re: api class-fieldsspecification

2009-08-05 Thread Harutyun Terteryan
Hi, I have my own value objects for all adword .net api classes. in that case is it correct to set fieldnamespecified = true in corresponding field. For example in AdGroup public AdGroupStatus Status { get { return _status; } set {

AdWords API How to Target a custom location in C#

2009-08-05 Thread Eric
Hi Group, I would like to import zip code as Location and Show my ads within in mile. Anyone has a sample for this? Thanks, Eric. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to

AdWords API Re: How to Target a custom location in C#

2009-08-05 Thread AdWords API Advisor
Hi Eric, I think your question has has been previously addressed in the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/1beea194d43f8a62. In addition to Peer's response, there are some new targeting options in the v2009 API that may also be useful. The

AdWords API Removing adgroup and keyword using java api v200906

2009-08-05 Thread sree...@cybage.com
Hi, How do I delete adgroup, keyword using the Adwords API? What are the mandatory params to be passed ? Please provide some sample codes if you have .. Thanks, Sreenu. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

AdWords API Re: Removing adgroup and keyword using java api v200906

2009-08-05 Thread AdWords API Advisor
Sreenu, To delete an AdGroup, you would use the AdGroupService method mutate: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.html#mutate. The AdGroupOperation parameter would have the operator field set to REMOVE and the operand field set to the AdGroup object to delete:

AdWords API Re: How to get adText headline, description1, description2 properties?

2009-08-05 Thread AdWords API Advisor
Hi there, Looks about right, you seem to be following our sample code. I think the only thing missing is reading ads[i].adType and casting ads[i] to the appropriate class (TextAd, ImageAd, etc.) so that you can access the specific properties. Since you're using C#, though, I recommend that you

AdWords API Re: Reports API / Videos as gadgetTemplates, videoPlaybacks field missing

2009-08-05 Thread AdWords API Advisor
Hello Kemal, I've opened a bug with the Reports engineering team to investigate why videoPlaybacks (and avgPercentPlayed) are coming back as 0 for those creatives. Apologies for the inconvenience in the meantime. Cheers, -Jeff Posnick, AdWords API Team On Aug 5, 5:22 am, Kemal

AdWords API Using API to access billing information

2009-08-05 Thread Reed
Is it possible to use the API to access montly account billing information? I cannot see anything in the docs, so checking here with the experts! Am hoping that I can automate my current manual process of logging into each client's AdWords account to print out the monthly invoicing information.

AdWords API Re: Using API to access billing information

2009-08-05 Thread AdWords API Advisor
Hi, What fields specifically are you trying to access? The AccountInfo object of the AccountService exposes some information, including the billing address: http://code.google.com/apis/adwords/docs/developer/AccountInfo.html#billingAddress. It is also possible to access the API units used by a

AdWords API Re: Using API to access billing information

2009-08-05 Thread ReedP
Thanks for the reply, but I saw those in the docs. So far as I can tell, that is just the billing address info. I also know about the calls to get the counts. What I am looking for is the invoice data - the data (I'm not trying to sound circular, but I cannot think of any other way to say this)

AdWords API Daily Quota details in sandbox and production

2009-08-05 Thread sree...@cybage.com
Hi, Could you please tell me quota details in sandbox and production environment ? Thanks, Sreenu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to