Hi there!
I'm looking for a way to get text type from asset:
Headline or
DescriptionNow I can get both type of text asset using this query
SELECT
asset.text_asset.text
FROM asset
.....
And it return this data
results {
asset {
resource_name: "customers/2309565764/assets/17999745303"
text_asset {
text: "Unleash your potential"
}
}
}
How to get extra information about type of text . I need to understand for examle that
text: "Unleash your potential" is Description or Headline as in UI interface
https://ibb.co/1JyQYDc