Ca: MutateError.UNSPECIFIED: Specified version 'v10' not supported.

21 views
Skip to first unread message

Benigna Prochaska

unread,
Jul 9, 2024, 4:42:15 AMJul 9
to Google Ads Scripts Forum
Hello Support Team,

im getting this message from the Template Account irregularities

9.7.2024 10:37:39

Ca: MutateError.UNSPECIFIED: Specified version 'v10' not supported. at getReportStats (Info:232:13) at main (Info:124:22)

Please can you help me?
Thank you.

Google Ads Scripts Forum Advisor

unread,
Jul 9, 2024, 10:10:25 AMJul 9
to adwords...@googlegroups.com

Hi,

Thank you for reaching out to the Google Ads Scripts support team.

I understand that you've encountered the "Ca: MutateError.UNSPECIFIED: Specified version 'v10' not supported" error.  To resolve this error, you should update the value of the apiVersion variable from 'v10' to 'v17'. Kindly note that "v10" is already deprecated and the current version is "v17". 

If the error still persists, please provide us with the following details:

  • Google Ads account ID/CID
  • Name of the affected script
  • Shareable spreadsheet link if you are using in your script

You can share the requested details via Reply privately to the author option or a direct private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJoGg:ref" (ADR-00245709)

Thanks,
 
Google Logo Google Ads Scripts Team


Nils Rooijmans

unread,
Jul 19, 2024, 4:25:14 AM (8 days ago) Jul 19
to Google Ads Scripts Forum
 here's the issue: the  Account Anomaly Detector script is configured to use an outdated version of the reporting API.
To fix this, simply comment out the following line to default to the latest reporting version.
    'apiVersion': 'v10'
so simply add two slashes in front (and see the color change to confirm that part of the code now is commented out:
    // 'apiVersion': 'v10'    

More background info:

Hope this helps,

Nils Rooijmans
https://nilsrooijmans.com
See my Google Ads Scripts FAQ to avoid the same mistakes I made: https://nilsrooijmans.com/google-ads-scripts-faq/
Reply all
Reply to author
Forward
0 new messages