Hi there,
I'm trying to create new ad on low-code tools (zapier, make).
While creating AdGroup Ad there is an issue with 'headlines' field:
INVALID_ARGUMENT (400)
In official api, I've noticed there's a code:
'headlines' => [
new AdTextAsset(['text' => 'Cruise to Mars']),
new AdTextAsset(['text' => 'Best Space Cruise Line']),
new AdTextAsset(['text' => 'Experience the Stars'])
],
Since I'm creating an asset in the previous step, I need to put certain value in this (create ad) step.
What is the correct format of "new AdTextAsset(['text' => 'Cruise to Mars']),"
I was trying the text value, an array (of texts) and a resourcename - nothing works.
Thanks in advance!