ImportSearchAndReplaceForStringProperty Data Object - Campaign Management

Defines the string search and replace Google import option.

Syntax

<xs:complexType name="ImportSearchAndReplaceForStringProperty" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ReplaceString" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="SearchString" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The ImportSearchAndReplaceForStringProperty object has the following elements: ReplaceString, SearchString.

Element Description Data Type
ReplaceString The replacement string to use in place of the search string. string
SearchString The string to find.

The case-insensitive search string does not support regular expressions.
string

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GoogleImportOption