Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ List<MutateOperation> createAndLinkImageAsset(
return mutateOperations;
}

// [START create_and_link_brand_assets]
/** Creates a list of MutateOperations that create linked brand assets. */
List<MutateOperation> createAndLinkBrandAssets(
long customerId,
Expand Down Expand Up @@ -643,6 +644,7 @@ MutateOperation createCampaignAssetMutateOperation(
CampaignAssetOperation.newBuilder().setCreate(campaignAsset).build();
return MutateOperation.newBuilder().setCampaignAssetOperation(campaignAssetOperation).build();
}
// [END create_and_link_brand_assets]

// [END add_performance_max_campaign_8]

Expand Down