Re: How to get All Ads Details

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hello Chirag, You may use the below query to pull these details: SELECT ad_group_ad_asset_view.performance_label, asset.id, ad_group_ad.ad.responsive_search_ad.descriptions, ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.path1, ad_group_ad.ad.responsive_search_

Re: How to get All Ads Details

2019-07-17 Thread cv
Hello Bharani, I was ablr to get the headline descriptions etc.. But my original question is I was not able to get the details which Adwords API is providing under the headline and description json string. The details not coming with new Ads API is "assetId" "assetPerformanceLabel" "assetApp

RE: How to get All Ads Details

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Through the Google Ads API, you will be able to pull the Responsive Search Ads using the fields below: ad_group_ad.ad.responsive_search_ad.descriptions ad_group_ad.ad.responsive_search_ad.headlines ad_group_ad.ad.responsive_search_ad.path1 ad_group_ad.ad.responsive_search_ad.path2 Co

Re: How to get All Ads Details

2019-07-16 Thread cv
Hi, I mean in Adwords API we used to get this info against the Headlines and descriptions but in new Ads API only text is returning. { "assetText":"Professional cators & Installers. Attractive Styles.", "assetId":123456789, "assetPerformanceLabel":"PENDING", "assetApprovalStatus":"UNDER_REVIEW"