IntentOption Value Set - Campaign Management
Defines the possible intent options for location criterion, for example to target people in, searching for, or viewing pages about your targeted location.
Note
PeopleSearchingForOrViewingPages is deprecated as of April 2024. If you try to set IntentOption to PeopleSearchingForOrViewingPages, it will be set to PeopleInOrSearchingForOrViewingPages instead. We will automatically convert existing campaigns with this setting to PeopleInOrSearchingForOrViewingPages.
Syntax
<xs:simpleType name="IntentOption" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="PeopleInOrSearchingForOrViewingPages" />
<xs:enumeration value="PeopleIn" />
<xs:enumeration value="PeopleSearchingForOrViewingPages" />
</xs:restriction>
</xs:simpleType>
Values
The IntentOption value set has the following values: PeopleIn, PeopleInOrSearchingForOrViewingPages, PeopleSearchingForOrViewingPages.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13