Hello,
I am trying to create a text asset using the REST interface and I get the error ASSET_DATA_IS_MISSING
Here's my request:
{"operations":[{"create":{"text_asset":{"text":"Test text"}}}]}
and here's the error I get:
400 - {"error":{"code":400,"message":"Request contains an invalid argument.","status":"INVALID_ARGUMENT","details":[{"@type":"
type.googleapis.com/google.ads.googleads.v6.errors.GoogleAdsFailure","errors":[{"errorCode":{"assetError":"ASSET_DATA_IS_MISSING"},"message":"The Asset.asset_data oneof is empty.","location":{"fieldPathElements":[{"fieldName":"operations","index":0}]}}]}]}}
Can you please help me? Thank you,
Eleni