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 valid campaigns which are serving. I have used
this code before and it has made the changes.
Only now when I call, it is giving me the
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR.
I don't know why this is the case.
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/c3723bc5-39ff-4b5e-a884-e20b57dbb4cf%40googlegroups.com.