Google Ads Optimisation Score

2019-07-12 Thread Joe Stedman
Is this available through the API? I couldn't see it referenced anywhere. https://support.google.com/google-ads/answer/9061546?hl=en-GB Joe -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Remove Shared Sets

2019-07-09 Thread Joe Stedman
Hi guys, I've removed some shared sets (negative keyword lists) using the GUI. But whenever I use the SharedSetService to retrieve the sets they still appear as Enabled. This happens when I use SharedSetService, or CampaignSharedSetService, both on the Ads API and AdWords API. Is there any

Re: Did Google Ads API provide access log ?

2019-07-08 Thread Joe Stedman
Not related to Google Ads specifically, but if you log into your Google account (the one that granted access to the 3rd party app). You can select 'Security -> Third-party apps with account access' and revoke the access there. Joe On Monday, July 8, 2019 at 11:29:40 AM UTC+1, Jayce Li wrote:

Re: Conservative Targeting in AdWords API

2019-04-05 Thread Joe Stedman
I hate to be *that *guy but, is this still not available through the AdWords or Ads APIs? I couldn't see anything in the change history but i'm kinda hoping you'd expose it in the new ads API at least. Joe On Tuesday, January 16, 2018 at 9:58:23 PM UTC, Josh Radcliff (AdWords API Team) wrote:

Re: Shopping campaign setup via API

2019-03-13 Thread Joe Stedman
There are a few tools out there that do this already but are built on the AdWords API. (I even built one myself). I think the Google Ads API has a few limitations. eg. I don't think it can subdivide by product category yet. Might be worth waiting til V2. Joe On Tuesday, March 12, 2019 at

Re: List of campaign attributes.

2019-03-12 Thread Joe Stedman
19 at 2:00:30 PM UTC, Joe Stedman wrote: > > Hi, I'm trying to get a list of attributes+metrics for the campaign > artifact along with their enum values if applicable. > I managed to get the metrics using the GoogleAdsFieldService with this as > the query: > "SELECT name, ca

List of campaign attributes.

2019-03-12 Thread Joe Stedman
Hi, I'm trying to get a list of attributes+metrics for the campaign artifact along with their enum values if applicable. I managed to get the metrics using the GoogleAdsFieldService with this as the query: "SELECT name, category, selectable, enum_values, filterable, sortable, selectable_with,

Re: Google Ads API Metric List

2019-03-08 Thread Joe Stedman
No worries, I'm sure I can put one together. Thanks for sharing it with the team, it can be a really useful addition! :) Joe On Thursday, March 7, 2019 at 10:54:20 PM UTC, googleadsapi-forumadvisor wrote: > > Hello Joe, > > Currently, downloading the reports in CSV format is not yet

Google Ads API Metric List

2019-03-07 Thread Joe Stedman
Hi, With the AdWords API it's always been possible to download a csv of all the metrics found here: the button at the top of this page . Does something similar exist for the Google Ads API? Closest thing I could find

Re: Assigning an AdCustomizer row to multiple AdGroups

2018-12-20 Thread Joe Stedman
Is this still possible with Ad Customizers? When I try to use a matchingFunction to assign an ad customizer feeditem to a campaign I get an "INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA" error. The function I'm using is: "EQUALS(FEED_ITEM_ID,*feed_item_id_goes_here*)" On Thursday, April 27,

FeedItemTargetService and the SET operator.

2018-12-19 Thread Joe Stedman
I'm writing a program where I need to set the campaign targeting on ad customizer feed items. I'm using v201806 of the API. I can use the ADD and REMOVE operators just fine but i get a operand_not_supported error if I try and SET the targeting. For now my workaround is to remove all the

Re: Retrieving Ad Extensions

2018-05-10 Thread Joe Stedman
Thanks, your private reply fixed the issue for me. For future people that may stumble upon this: I was using the same selector for all three calls to the API. *Between calls i forgot to reset the page index to 0.* Joe On Tuesday, May 8, 2018 at 5:47:02 PM UTC+1, Dhanya Sundararaju (AdWords

Retrieving Ad Extensions

2018-05-08 Thread Joe Stedman
Hi, I'm trying to get a list of all the ad extensions in an account at account level, campaign level and ad group level. I've used the *CustomerExtensionSettingService *and the *CampaignExtensionSettingService *with a selector applied containing the fields: 'ExtensionType' and 'Extensions'.

Re: Finding automated ads with awql

2017-12-14 Thread Joe Stedman
at 12:02:55 PM UTC, Joe Stedman wrote: > > Hi, > > I'm using the c# library to request an awql report for automated ads in my > account. > The Nuget package version I'm using is 22.4.0.0 > > When I try and request the report using this string: > "SELECT > Cre

Finding automated ads with awql

2017-12-14 Thread Joe Stedman
Hi, I'm using the c# library to request an awql report for automated ads in my account. The Nuget package version I'm using is 22.4.0.0 When I try and request the report using this string: "SELECT

Re: Google Product Taxonomy vs Product Bidding Category

2016-09-29 Thread Joe Stedman
Hi Shwetha, Thank you for getting back to me. I still have a problem though, example: I have a selection of products with the taxonomy "Hardware/Painting & Wall Covering Supplies/Paint" Using the ConstantDataService, I can get category ids of '1689639310991627077' for Hardware and

Google Product Taxonomy vs Product Bidding Category

2016-09-28 Thread Joe Stedman
Hi All, When automating the creation of shopping campaigns I noticed that the Google Product Categories returned by the API don't quite match up with the taxonomy found here: https://www.google.com/basepages/producttype/taxonomy-with-ids.en-GB.txt Causing my code to throw exceptions when it