InteractiveAdvertisingBureau / Taxonomies

Easy access to IAB Tech Lab taxonomies, including Content, Audience and Ad Product
103 stars 26 forks source link

Purchase Intent modifier is used with non-Purchase Intent info in an API example #30

Open bact opened 11 months ago

bact commented 11 months ago

from an example of Purchase Intent given in https://app-api.datalabel.org/docs/enums :

Example: "247|PIPR6;805;855|PIFI2"

The above string specifies three standard taxonomy values, two of which are modified:

    ID 247 (Budget Cars) modified with purchase in 6 months or less (PIPR6)
    ID 805 (Automotive Ownership) with no modifiers
    ID 855 (Car Alarms) modified with Future Buyer Intent Medium (PIFI2)

Since ID 247 (Interest | Automotive | Budget Cars |) is an Interest, should it be allowed to be modified by a Purchase Intent PIPR6?

Or PIPR6 was meant to be a modifier for 805 (Purchase Intent* | Automotive Ownership) instead?