Enum AccountsResource.CreativesResource.CreateRequest.DuplicateIdModeEnum
Indicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public enum AccountsResource.CreativesResource.CreateRequest.DuplicateIdModeEnum
Fields
Name | Description |
---|---|
FORCEENABLEDUPLICATEIDS | Not recommended. Using this option will allow multiple creatives to share the same ID. Get and Update requests will not be possible for any ID that has more than one creative associated. (List will still function.) This is only intended for backwards compatibility in cases where a single ID is already shared by multiple creatives from previous APIs. |
NODUPLICATES | Recommended. This means that an ID will be unique to a single creative. Multiple creatives will not share an ID. |