Re: Fields name for template ID=138

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Asad, This is a code examplehttps://code.google.com/p/google-api-adwords-dotnet/source/browse/examples/csharp/v201101/AddAds.cs?name=v12.5.0from an older version of the .NET library, it shows how to create a video ad. The code will still work if you change the API version to v201306.

Re: Fields name for template ID=138

2013-07-10 Thread ASAD Mohammadi
Hi Anash, Thanks for your reply. I created the ad in UI, for example, the ad with template id=138. This template has different fields such as headline, description, click button and image source. The problem is that I do not know the name of these fields which can be used in API. When I try

Re: Fields name for template ID=138

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Asad, Your best bet would be to create an ad in UI and retrieve it using the API. We have a limited number of template ads documented at https://developers.google.com/adwords/api/docs/appendix/templateads, but id 138 isn't one of them. Cheers, Anash P. Oommen AdWords API Advisor. On

Fields name for template ID=138

2013-07-08 Thread ASAD Mohammadi
Hi, I'm trying to create new template ad (id=138) with php. I got the error message regarding unknown field name. Is there any document that I can read to find out about the filed names of different template ads? I tried to download it in the editor but could not get much information in