TextAsset Data Object - Campaign Management
A text asset with a unique Microsoft Advertising identifier that can be reused across multiple ads. For example, see responsive search ad Descriptions and Headlines.
Note
Not everyone has this feature yet. If you don't, don't worry. It's coming soon.
Syntax
<xs:complexType name="TextAsset" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Asset">
<xs:sequence>
<xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The TextAsset object has the following elements: Text.
Element | Description | Data Type |
---|---|---|
Text | The meaning and business rules for the text asset vary depending on where it is used. For example, see responsive search ad Descriptions and Headlines. Add: Required Update: Required |
string |
The TextAsset object has Inherited Elements.
Inherited Elements
Inherited Elements from Asset
The TextAsset object derives from the Asset object, and inherits the following elements: Id, Name, Type. The descriptions below are specific to TextAsset, and might not apply to other objects that inherit the same elements from the Asset object.
Element | Description | Data Type |
---|---|---|
Id | The unique Microsoft Advertising identifier for the asset in a Microsoft Advertising account. The same asset can be used by multiple ads. For example if Seemless Integration is a text asset, it will have the same asset identifier across all ads in the same Microsoft Advertising account. After you link a text asset to an ad and then retrieve the ad e.g., via GetAdsByIds, the response will include the asset identifier e.g., ""id:""123 , whether the asset is new or already existed in the account's asset library. Add: Read-only. Even if the asset already exists and you specify an invalid identifier, this value will be ignored. Update: Read-only. Even if the asset already exists and you specify an invalid identifier, this value will be ignored. |
long |
Name | Reserved for future use. | string |
Type | The type of the asset. This value is TextAsset when you retrieve a text asset. For more information about asset types, see the Asset Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13