Hello, Apologies for the inconvenience, You will be able to create a ExpandedDynamicSearchAd <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads#create_the_dsa> and use description2 <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ExpandedDynamicSearchAd#description2> field starting from v201809 <https://developers.google.com/adwords/api/docs/reference/release-notes/v201809> version of AdWords API. You could refer the code sample AddDynamicSearchAdsCampaign.php <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/AdvancedOperations/AddDynamicSearchAdsCampaign.php#L242> to create an ExpandedDynamicSearchAd. Please note that you won't be able to use the description2 field with versions older than v201809. You can get the latest version of PHP client library from here <https://github.com/googleads/googleads-php-lib/releases/tag/37.1.0> and you could refer to the migration guide <https://developers.google.com/adwords/api/docs/guides/migration/v201809> while upgrading.
If you are still facing issues, please share the entire SOAP logs(request and response) without redacting any information. You could use reply privately to the author option while sharing the requested data. Regards, Sai Teja, AdWords API Team. On Monday, September 24, 2018 at 2:47:28 PM UTC-4, [email protected] wrote: > > Hi, > > Using the PHP library, i am able to set the Description for an Expanded > Dynamic Search Ad. > What i would like to ask, is if adding a Description line 2 is supported > through API. If yes, is there any example i could use? > > > Thanks in advance > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/66e39ab5-3c73-4f96-9241-fafd60e5b2d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
