TargetingConverterServiceTargetingConverterService provides operations for converting a generic targeting object to a strongly typed targeting object and vice versa. Generic targeting is targeting by means of TargetingAttribute. The TargetingAttributeDescriptor object is an example of a generic targeting object as it can refer to any typed targeting object depending on its ID and TargetingType. This object is used with the TargetingAttribute object. Typed targeting is targeting by means of TargetingProfile. AgeRange, DayPartingTargeting, Gender, GeoLocation, UnderAgeFilter are examples of strongly typed targeting objects. These objects are used with TargetingProfile object. The converter service can interpret/decipher the ID in a generic targeting object (such as TargetingAttributeDescriptor) to meaningful typed objects (such as AgeRange, Gender) and vice versa. Operations
getAgeRangeByTargetingAttributeDescriptorRetrieve the age range value for the specified targeting type and ID.
Capability required: CampaignRead
Parameters
ResponseAgeRange - The age range value for the specified targeting type and ID. getDayPartingTargetingByTargetingAttributeDescriptorRetrieve the day parting setting for the specified targeting type and ID.
Capability required: CampaignRead
Parameters
ResponseDayPartingTargeting - The day parting setting for the specified targeting type and ID. getGenderByTargetingAttributeDescriptorRetrieve the gender value for the specified targeting type and ID.
Capability required: CampaignRead
Parameters
ResponseGender - The gender value for the specified targeting type and ID. getGeoLocationByTargetingAttributeDescriptorRetrieve the geographical location details for the specified targeting type and ID.
Capability required: CampaignRead
Parameters
ResponseGeoLocation - The geographical location details for the specified targeting type and ID. getNetworkByTargetingAttributeDescriptorRetrieve the network details for the specified targeting type and ID.
Added in: Version 5.2.0
Parameters
ResponseNetwork - The network details for the specified targeting type and ID. getTargetingAttributeDescriptorByAgeRangeRetrieve the targeting type and ID for the specified age range.
Capability required: CampaignRead
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified AgeRange. getTargetingAttributeDescriptorByDayPartingTargetingRetrieve the targeting type and ID for the specified day parting. DayParting's targetingAttributeID is a string containing XML. Note that premium values in DayPartingTarget object will be ignored as a result of conversion.
Capability required: CampaignRead
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified day parting. getTargetingAttributeDescriptorByGenderRetrieve the targeting type and ID for the specified gender.
Capability required: CampaignRead
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified gender. getTargetingAttributeDescriptorByGeoLocationRetrieve the targeting type and ID for the specified geographical location.
Capability required: CampaignRead
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified geographical location. getTargetingAttributeDescriptorByNetworkRetrieve the targeting type and ID for the specified network.
Added in: Version 5.2.0
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified geographical location. getTargetingAttributeDescriptorByUnderAgeFilterRetrieve the targeting type and ID for the specified under-age filter settings. The only valid input to this API is UnderAgeFilter.Enable. There is no TargetingAttributeDescriptor for UnderAgeFilter.Disable. See TargetingService Overview for more details.
Capability required: CampaignRead
Parameters
ResponseTargetingAttributeDescriptor - The targeting type and ID of the specified under-age filter. getUnderAgeFilterByTargetingAttributeDescriptorRetrieve the under-age filter setting for the specified targeting type and ID.
Capability required: CampaignRead
Parameters
ResponseUnderAgeFilter - The under-age filter setting for the specified targeting type and ID. |