Ad
Bid
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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

Requirements

CampaignManagementService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.