Cannot modify finalUrl of ExpandedTextAd

13 views
Skip to first unread message

Emily Jia

unread,
Nov 17, 2020, 10:08:10 AM11/17/20
to AdWords API and Google Ads API Forum
I am trying to use the ad group ad service to modify the finalUrl of an expanded text ad. I call mutate with the ad group ad service , but I get 
'faultMessage': '[AdError.CANNOT_MODIFY_AD @ operations[0].operand.ad.finalUrls]'

Here are the operations:

  operations = [{
      'operator': 'SET',
      'operand': {
        'xsi_type': 'AdGroupAd',
          'adGroupId': ##,
          'ad': {
              'id': ##,
            'finalUrls': [##]
          },
        'status': 'ENABLED'
      }
  }]
Reply all
Reply to author
Forward
0 new messages