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_
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
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
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"