Hi Subin, You need to use AdGroupAdService <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService> to create Ads. You cannot create ads using feeds. Please see this guide <https://developers.google.com/adwords/api/docs/guides/ad-features> for more details. If you would like to customize your Ads by injecting dynamic information into your ads, you can set up Ad customizer feeds <https://developers.google.com/adwords/api/docs/guides/ad-customizers> and then create ads that reference the information in the feed, so the values in the feed are shown at serve time. The AddExpandedTextAds <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201708/basicoperations/AddExpandedTextAds.java> Java example shows how to create Expanded text ads, and the AddAdCustomizer <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201708/advancedoperations/AddAdCustomizer.java> Java example shows how to set up Ad customizers. Examples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/07a2eb12-103b-4990-8d5e-81efdeda24de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
