AI-generated Key Takeaways
-
Display & Video 360 API v2 is no longer in use.
-
Authorized seller status targeting can be set to include only direct sellers, all authorized sellers (including non-participating publishers), or default to authorized direct sellers and resellers if unspecified.
-
AUTHORIZED_SELLER_STATUS_UNSPECIFIED
defaults to including both authorized direct sellers and resellers and is equivalent to "Authorized Direct Sellers and Resellers" in the user interface. -
AUTHORIZED_SELLER_STATUS_AUTHORIZED_DIRECT_SELLERS_ONLY
targets only authorized sellers directly owning the inventory, aligning with "Authorized Direct Sellers" in the user interface. -
AUTHORIZED_SELLER_STATUS_AUTHORIZED_AND_NON_PARTICIPATING_PUBLISHERS
targets all authorized sellers, encompassing those without ads.txt files and corresponding to "Authorized and Non-Participating Publishers" in the user interface, while automatically excluding unauthorized sellers.
Possible authorized seller status targeting options.
If an enum value is not set, "Authorized Direct Sellers"
Enums | |
---|---|
AUTHORIZED_SELLER_STATUS_UNSPECIFIED |
Default value when authorized seller status is not specified in this version. This enum is a placeholder for the default value, or "Authorized Direct Sellers and Resellers" in the UI. |
AUTHORIZED_SELLER_STATUS_AUTHORIZED_DIRECT_SELLERS_ONLY |
Only authorized sellers that directly own the inventory being monetized, as indicated by a DIRECT declaration in the ads.txt file. This value is equivalent to "Authorized Direct Sellers" in the UI. |
AUTHORIZED_SELLER_STATUS_AUTHORIZED_AND_NON_PARTICIPATING_PUBLISHERS |
All authorized sellers, including publishers that have not posted an ads.txt file. Display & Video 360 automatically disallows unauthorized sellers. This value is equivalent to "Authorized and Non-Participating Publishers" in the UI. |