GAQL CLI

2020-04-28 Thread Benjamin Ryves
Not a question, so feel free to remove this if it's not useful. Today we open sourced our internal Google Ads query CLI, which wraps the GoogleAds Python library. I figured I'd share it here in case folks find it useful. The repo's here, and you can also find it on PyPi. https://github.com/getyo

ad_group_ad_asset_view returning no data

2019-11-06 Thread Benjamin Ryves
I'm trying to use the ad_group_ad_asset_view to return performance_label values, however I don't get any data. Sample query: SELECT asset.id, ad_group_ad_asset_view.performance_label , ad_group.status, metrics.impressions FROM ad_group_ad_asset_view WHERE segments.date DURING LAST_7_DAYS AND a

500 Internal Errors when requesting customers under an MCC from customer_client

2019-11-06 Thread Benjamin Ryves
As described in the topic, we're unable to get a list of customer accounts from the customer_client resource. Using GoogleAdService with our MCC account The query is as follows: SELECT customer_client.descriptive_name FROM customer_client Returning a 500: Internal error (consistent across multi

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-06-04 Thread Benjamin Ryves
Hi Bharani, I'm not sure the name field can be set via the UI - it's exposed via the new Google Ads API. The documentation for the name reads as follows: name StringValue The name of t

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi Peter, I just created the Ad. Could you also comment here when you reply please? Just in case I don't receive the email again. Relevant IDs: CustomerID: 5756889056 Campaign: 1978673413 AdGroup: 70529886185 Ad : 352437368295 Here's the request (you can see again that the name is set). Method

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi Peter, I didn't get the emails unfortunately. Thanks for sending the message here as well. With regards to the ResponsiveDisplayAd we can create another one. The reason you don't see the AdGroup is because we create, query, and then remove the entities on our test accounts as part of our in

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi there - any response on this? I messaged you privately as requested, but haven't heard back. On Wednesday, May 22, 2019 at 9:51:52 AM UTC+2, Benjamin Ryves wrote: > > Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch > Ads using the Google Ads API, a

Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-22 Thread Benjamin Ryves
Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch Ads using the Google Ads API, and we've found that created Ads don't include the Ad name. The operations are being sent with names (which aren't null): `Ad.newBuilder.setName(StringValue.of(operation.name))...` But queryi