Hi Jip,

Performance Max campaigns require certain minimum Assets to be attached to the 
campaign. You can see all the requirements on this guide.

Using one of your errors as an example:

"assetGroupError": "NOT_ENOUGH_HEADLINE_ASSET"

This means you are not adding enough Text Assets to the Campaign.
Based on the table from the guide you need a minimum of 3 Text Asset.

On your query you are only sending one create operation for the Campaign but 
not telling it what assets to use.

{
    "operations": [
        {
            "create": {
                 ....
            }
        }
    ]
}


First you need to create these Assets using the Asset endpoint sending an Asset 
Operation. You will need to do this for all the Assets required.

Then you need to also include the AssetGroupAsset Operations as part of the 
Campaign request you are sending.

Regards,

Daniel
Google Ads API Team
ref:_00D1U1174p._5004Q2fpC2r:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/O30rS000000000000000000000000000000000000000000000RLEKVR00MKYEWhjpTgquz8sLm9LfTQ%40sfdc.net.
  • ho... Jip Veerbeek
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Jip Veerbeek
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
          • ... Jip Veerbeek
            • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
              • ... Jip Veerbeek
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
                • ... Jip Veerbeek
                • ... Jip Veerbeek
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to