AI-generated Key Takeaways
-
Display & Video 360 API v1 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, whileAUTHORIZED_SELLER_STATUS_AUTHORIZED_DIRECT_SELLERS_ONLY
targets only direct inventory owners. -
AUTHORIZED_SELLER_STATUS_AUTHORIZED_AND_NON_PARTICIPATING_PUBLISHERS
includes all authorized sellers and automatically excludes unauthorized ones, encompassing publishers without ads.txt files.
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. |