Hello,
Starting yesterday (Sept 16 ~2pm PST) some assets (image or text) no
longer return a "name" attribute. This is a breaking widespread issue
affecting most of our accounts.
Here is a query example (account id=1198137187):
SELECT
campaign.id,
ad_group.id,
asset.id,
asset.name,
asset.type
FROM ad_group_ad_asset_view
WHERE campaign.id in (1541477645)
Returned item example that has a name (works as expected):
{
'campaign': {
'resourceName': 'customers/1198137187/campaigns/1541477645',
'id': '1541477645'
},
'adGroup': {
'resourceName': 'customers/1198137187/adGroups/55960217661',
'id': '55960217661'
},
'asset': {
'resourceName': 'customers/1198137187/assets/263418373',
'type': 'IMAGE',
'id': '263418373',
'name': 'file://******.jpg'
},
'adGroupAdAssetView': {
'resourceName':
'customers/1198137187/adGroupAdAssetViews/55960217661~294804738640~263418373~MARKETING_IMAGE'
}
}
Response with a asset.name missing (problem):
{
'campaign': {
'resourceName': 'customers/1198137187/campaigns/1541477645',
'id': '1541477645'
},
'adGroup': {
'resourceName': 'customers/1198137187/adGroups/55960217661',
'id': '55960217661'
},
'asset': {
'resourceName': 'customers/1198137187/assets/263418409',
'type': 'IMAGE',
'id': '263418409'
},
'adGroupAdAssetView': {
'resourceName':
'customers/1198137187/adGroupAdAssetViews/55960217661~294804738640~263418409~MARKETING_IMAGE'
}
}
If this is not the best place to report issues please advice where to
forward it.
Thank you.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27c13695-ec36-4eb0-96d3-9974bf36a026n%40googlegroups.com.