![]() |
Google Ads API Team |
[2025-07-24 21:43:40Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01swhVH:ref" (ADR-00320127)
I understand that you are encountering the CREATION_NOT_SUPPORTED error while creating the store visits conversion action.
This error means that the creation of this conversion action type isn't supported by the Google Ads API. According to this documentation, the conversion action type STORE_VISITS is read-only and creating the conversion action is not supported in Google Ads API. This is why you are seeing the ‘CREATION_NOT_SUPPORTED’ error.
In this context, asking the question again:
If the Customer Level does not have the Store Visit Conversion Action in the first place, then how do we add that Store Visit Conversion action to the Customer/Campaign level?
Thanks
Ash
SELECT conversion_action.id, conversion_action.name, conversion_action.type FROM conversion_action WHERE conversion_action.type = 'STORE_VISITS'
Once you have the resource name, you can assign it as a goal for your Performance Max campaign.
![]() |
Google Ads API Team |
[2025-08-01 16:26:48Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01swhVH:ref" (ADR-00320127)