WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ca25eb0

Browse files
authored
Merge pull request #57 from justwatch/add-standard-enhancements-opt-out
2 parents 518db9b + 140b8c7 commit ca25eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marketing/v22/adcreative.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ type EnrollStatus struct {
325325

326326
// https://developers.facebook.com/docs/marketing-api/creative/advantage-creative/get-started
327327
type CreativeFeaturesSpec struct {
328+
StandardEnhancements *EnrollStatus `json:"standard_enhancements,omitempty"` // Opt-out to disable all Advantage+ Creative enhancements at once
328329
InlineComment *EnrollStatus `json:"inline_comment,omitempty"` // Opt-in if you want the most relevant comment to be displayed below your ad on Facebook and Instagram.
329330
ImageTemplate *EnrollStatus `json:"image_template,omitempty"` // Opt-in if you want overlays added that show text you have provided along with your selected ad creative when it is likely to improve performance. This feature is generated with AI.
330331
ImageTouchups *EnrollStatus `json:"image_touchups,omitempty"` // Opt-in if you want your chosen media to be automatically cropped and expanded to fit more placements. Only applicable to image ads.

0 commit comments

Comments
 (0)