Will feed_item resource be deprecated?

2022-01-14 Thread Marvin Laskov
I am unsure about the longevity of my currently migrated script to retrieve extension performance via the feed_item resource (from the previous 'PLACEHOLDER_FEED_ITEM_REPORT' in adwords). I understand that we are shifting form feed based to asset based for extensions. From what I am reading in

Re: KeyError when attempting to create a new call asset instance

2021-12-26 Thread Marvin Laskov
Hi Mark, I have managed to resolve it, seems the issue was that I was using the older version of google-ads library I installed in June which did not have call_asset in the asset resource yet. It worked after updating the google-ads library to the most recent one. Cheers, Marvin On Monday, Dec

KeyError when attempting to create a new call asset instance

2021-12-23 Thread Marvin Laskov
A snippet of the script I have written to create a new call extension asset - * asset_service = client.get_service("AssetService")* - *asset_operation = client.get_type("AssetOperation")* - *asset = asset_operation.create* - *asset.name = 'Test Call Asset 1'* - *

Re: How to include LabelIds and Labels in Ad Peformance Reporting?

2021-11-07 Thread Marvin Laskov
Hi Ernie, Thanks for that, it was really helpful. Sincerely, Marvin Laskov On Friday, November 5, 2021 at 3:38:40 PM UTC+8 adsapi wrote: > Hi Marvin, > > I work with Matt and let me provide support to your concern. > > If what you are looking for is a report type only that can

Re: How to include LabelIds and Labels in Ad Peformance Reporting?

2021-11-04 Thread Marvin Laskov
then match the label id to retrieve the label names I require, however I would like to know if there is an easier more straightforward approach? Also will it be possible to include the label name in ad_group_ad resource in future versions? Sincerely, Marvin Laskov On Wednesday, November 3, 2021

How to include LabelIds and Labels in Ad Peformance Reporting?

2021-11-02 Thread Marvin Laskov
I am trying to create a report for Extended Text Ads using Google Ads API in the python language. I was able to do this for my reporting using Adwords API whereby I selected labels and labelids in the columns field. cols = [ 'AccountDescriptiveName', 'AdGroupId', 'AdGroupName', 'AdGroupStatus