KeywordDestinationUrl Data Object
Defines an object that specifies the destination URL to use in an ad if the specified keyword matches the user’s search query.
<xs:complexType name="KeywordDestinationUrl"> <xs:sequence> <xs:element name="DestinationUrl" nillable="true" type="xs:string" /> <xs:element name="KeywordId" type="xs:long" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type |
|---|---|---|
DestinationUrl | The destination URL to use in an ad if the specified keyword matches the user’s search query. The URL can contain a maximum of 1,024 characters. The URL can contain the same dynamic text strings that you can include in an ad’s destination URL. For details, see Destination URL Dynamic Text Strings. | string |
KeywordId | The identifier of the keyword. | long |