Mutating RDA Text Assets

2020-08-28 Thread Scott Clumpus
I'm wondering if I'm able to mutate RDA text assets without having to provide the image data? Also, what information needs to be provided to update an RDA? I've been able to mutate RSA assets with the Adwords API and Python. Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Link Checker - False Positives

2020-08-25 Thread Scott Clumpus
Thanks Danica. I will use that group for this issue. On Tuesday, August 25, 2020 at 1:46:40 PM UTC-7 adsapiforumadvisor wrote: > Hi Scott, > > Looks like your issue pertains to the Link Checker > > with

Link Checker - False Positives

2020-08-25 Thread Scott Clumpus
Hi there, I've been using the Larger Scale Link Checker for a few months but have been getting more and more false positives in the last couple months. These errors range from 404s to URL timeouts. Ev

Re: Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
Hi Xiaoming, Unfortunately I've tried that route as well in the past with no luck. Every time I try to query the ad_group_ad_asset_view it returns no results. I've been back and forth with the API team about this. I can provide my previous conversations privately. Thanks, Scott On Tuesday, Aug

Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
Hi there, I'm currently using the AD_PERFORMANCE_REPORT to get a list of my Responsive Search Ad assets that show a *LOW *performance label. Is there any way to obtain the number of impression each asset re

Error: USER_PERMISSION_DENIED

2020-08-18 Thread Scott Clumpus
I'm using a script to retrieve text assets via the GoogleAdsService. This has worked in the past but now I'm encountering an error when I try to run: Fault: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. No

Mutating RSA With Adwords API (AdService)

2020-08-12 Thread Scott Clumpus
I'm in the process of mutating text assets for my Responsive Search Ads using Python. However, I am receiving a GoogleAdsServerFault that looks like this: *GoogleAdsServerFault: [PolicyFindingError{super=PolicyFindingError.POLICY_FINDING @ operations[0].operand, reason=POLICY_FINDING, policyS

How to Mutate Responsive Display Ads?

2020-08-11 Thread Scott Clumpus
I'm using the update_expanded_text_ads.py as a starting point to work towards the goal of updating headline/description assets for my responsive display ads. I'm having a hard time tryin

Update Expanded Text Ads Error

2020-08-10 Thread Scott Clumpus
I'm trying to use the update_expanded_text_ads.py Python script but when I try to run it for a specific ad I get an error: GoogleAdsServerFault: [EntityNotFound.INVALID_ID @ > operations

Re: Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
> inside each to mutate ads in scale. > > Thanks and regards, > Xiaoming, Google Ads API Team > > > > ref:_00D1U1174p._5004Q23HWiY:ref > -- *Scott Clumpus* Victoria, BC *Mobile:* 250-580-8966 *Email:* scottclum...@gmail.com *LinkedIn:* www.linkedin.com/in/scottclumpus -- -- =

Re: Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
To add, I'm using Python. On Tuesday, August 4, 2020 at 9:51:21 AM UTC-7, Scott Clumpus wrote: > > I'm trying to change headlines & descriptions of low performing assets in > my Responsive Search & Display Ads using the mutate ads service. > > Is there a way to u

Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
I'm trying to change headlines & descriptions of low performing assets in my Responsive Search & Display Ads using the mutate ads service. Is there a way to update multiple ads at a time? Say from a spreadsheet/csv? Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
Nevermind! Just realized the default is 100 and I can adjust the limit size. Thanks anyways! *Scott Clumpus* *Email:* scottclum...@gmail.com On Tue, 14 Jul 2020 at 15:41, Scott Clumpus wrote: > Hi Mitchell. > > Thanks for following up. It was actually just issues working

Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
I'm trying to pull all image assets from my account, which has well over 200 images. Thank you, *Scott Clumpus* *Email:* scottclum...@gmail.com On Fri, 26 Jun 2020 at 12:40, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Scott, > > I am from t

How to Setup Logging in Python?

2020-05-27 Thread Scott Clumpus
I'm trying to generate response logs when querying the Google Ads API in my python script. Although I don't know how to setup the logging with the documentation given here: https://developers.google.com/google-ads/api/docs/client-libs/python/logging Any advice would be appreciated. Thanks, Sc

Re: GAQL CLI

2020-05-26 Thread Scott Clumpus
Hi Benjamin, I have a problem obtaining an output from the CLI, in which I don't get anything returned at all. My end result is to query a list of all my responsive search & display assets with their performance levels, into a csv. There's no errors, I've configured the json credentials file an

No Results When Querying ad_group_ad_asset_view

2020-05-26 Thread Scott Clumpus
I'm trying to create a report that has all Responsive Search & Display assets with their performance labels. However whenever I query the ad_group_ad_asset_view resource I get no results. The query I'm using is the one provided in the Fetching Asset Attributes