v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13217260568.5 KB
dynamicFeeds

Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds, only FeedSchedule can be updated. Other fields will be ignored.

put/studio/dynamicFeeds

Request body

dynamicFeedNamestring

Optional. Name of this dynamic feed. It is defaulted to content source file name if not provided.

hasPublishedboolean

Output only. Indicates whether the dynamic feed has a published version. This is a read-only field.

status'STATUS_UNKNOWN' | 'ACTIVE' | 'INACTIVE' | 'DELETED'

Output only. The status of the feed. It is a read-only field that depends on the the feed ingestion status. The default value is INACTIVE, and it will be updated to ACTIVE once the feed is ingested successfully.

dynamicFeedIdstring int64

Output only. Unique ID of this dynamic feed. This is a read-only, auto-generated field.

studioAdvertiserIdstring int64

Required. Advertiser ID of this dynamic feed. This is a required field.

Response

Successful response