Hi here is a snippet of my code:
campaign_service = self.get_service(CAMPAIGN_SERVICE)
parameters = [
{
'key': 'refcode',
'value': refcode
}
]
campaign_operations = []
for campaign in campaigns:
campaign_operations.append({
'operator': 'SET',
'operand': {
'name': campaign,
'urlCustomParameters': {'parameters':
parameters}
}
})
response = campaign_service.mutate(campaign_operations)
return response
The campaigns is a list of campaigns that are currently serving. I am now
getting back an Internal API Error when b4, this same code didn't have that
issue. Any help would be appreciated.
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/f57a0647-da74-4d9b-8036-a24d621ded26%40googlegroups.com.