Hello,
I had an issue I was trying to resolve with the google API. Whenever we get a csv file manually from the console UI at the ad level, the headline, description and path1, path2 are included in the file. We were trying to get that same information from the API programmatically.
I found what I believe might be the field I am looking for but I cannot confirm it because I keep getting a syntax error being thrown from google when I make an Ad API call.
Here is the link to the field I am trying to access.
If you could first verify that this is indeed the correct property to access. Secondly if so, please refer below.
As you can see, I circled the points of interest. According to the documentation, the ResponsiveSearchAdInfo seems to be at the Ad level. I confirmed it by looking at google's library and C# implementation of the object structure.
In the query, I've tried many different combinations
"ad_group_ad.ad.ad_data.responsive_search_ad.path1"
"ad_group_ad.ad.responsive_search_ad.path1"
just as a few examples.
If you could assist, we would greatly appreciate it as this is a major stopping point for us.
Thank you very much.