Google Ads Api Error invalid_grant

2024-11-19 Thread Frank
We use the Google Ads API to obtain token information, which expires every seven days. The app is already in the "In production" state and is refreshed every hour. However, the token expired after seven days. Are there any other reasons that could cause the refresh token to expire? thanks -- -

Value Rules not Displaying in UI

2023-04-25 Thread Frank Balle
We are trying to update conversion value rules via the API. The issue is, while the I can seemingly create, edit, and delete the rules, I cannot see the rules in the AdWords UI. Further when I create a rule manually, I am able to edit, delete or update that rule and can see my changes. It is si

How can I get the status of an adAccount?

2022-01-24 Thread Frank S
Hi all, Here I have the code to access the Customer try (CustomerServiceClient customerServiceClient = googleAdsClient.getLatestVersion() .createCustomerServiceClient()) { String customerResourceName = ResourceNames.customer(adsAccountId); Customer customer = customerServiceClient.getCustomer(cus

Re: Upload with Lead Form User-Provided Data

2022-01-11 Thread 'Frank Lazur' via Google Ads API and AdWords API Forum
Hi, yes I am the Google representative for the client. Will contact the product team now, thank you. On Monday, January 10, 2022 at 10:54:30 PM UTC-8 adsapi wrote: > Hi Frank, > > Thank you for the reply. > > Could you confirm if you are the Google representative of your client?

Re: Upload with Lead Form User-Provided Data

2022-01-10 Thread 'Frank Lazur' via Google Ads API and AdWords API Forum
Hi, how do I privately reply? Not sure what your email is. On Wednesday, January 5, 2022 at 1:19:12 PM UTC-8 adsapi wrote: > Hi Frank, > > Thanks for reaching out. Can you please reply to us privately and provide > us with the customer ID of the account that intends to use

Upload with Lead Form User-Provided Data

2022-01-05 Thread 'Frank Lazur' via AdWords API and Google Ads API Forum
Hello, I am a Noogler and my client recently asked for help gaining access to this: https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers I can give more info on who the client is if needed.They didn't give me any other information but I can ask them questions if need

RE: Failed to refresh access token.

2021-10-20 Thread Frank Boateng
g@01D7C5C4.D4B62E10] From: Google Ads API Forum Advisor [mailto:adsapi@forumsupport.google] Sent: Tuesday, October 19, 2021 6:30 AM To: Frank Boateng Cc: adwords-api@googlegroups.com Subject: RE: Failed to refresh access token. This email originated from outside Truworths. Please exercise caution before

RE: Failed to refresh access token.

2021-10-18 Thread Frank Boateng
GoogleAdsClient Adwords API code [cid:image004.png@01D7C438.F7309D50] Ads API Code [cid:image004.png@01D7C438.F7309D50] Regards Frank From: Frank Boateng Sent: Thursday, April 29, 2021 11:16 AM To: 'Google Ads API Forum Advisor Prod' Cc: adwords-api@googlegroups.com Subject: RE: Failed

Re: Accessing invoices without developer token

2021-08-25 Thread Frank Groeneveld
developer token is always limited to a Google Ads manager account and therefore that data. Is that not correct? Thanks again. Frank Op do aug 26 2021, om 8:11 schreef Google Ads API Forum Advisor: > > Hi Frank, > > Thanks for reaching out to us. > > Yes, each API request woul

Accessing invoices without developer token

2021-08-25 Thread Frank
their invoice details in my application? It seems to me that this is not possible with the developer token requirement. Thanks in advance. Regards, Frank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Manager Accounts don't return customer_client results

2021-07-26 Thread Frank Birzle
We found the issue. The error was caused by our implementation and not by the library itself. Thanks! On Tuesday, 6 July 2021 at 11:33:31 UTC+2 adsapi wrote: > Hi Frank, > > Thank you for reaching out to our API support team. > > Could you also provide to us the complete re

final urls and display urls

2021-07-25 Thread 'Frank McManus' via AdWords API and Google Ads API Forum
We are retrieving all campaign data except for final urls and display urls Where are these found in the api? We need the url that is displayed to the user in the ad but also the url of the landing page where the link actually goes to? Thanks for any help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Manager Accounts don't return customer_client results

2021-07-01 Thread Frank Birzle
mission related problem on the customer's side or are we missing something in the retrieval? We're authenticating the user via OAuth with the scope https://www.googleapis.com/auth/adwords. Thanks a lot! Frank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

api data for ads that haven't run yet

2021-06-15 Thread Frank Harvey McManus
Hi we are using the google ads api to track ad metrics. Can we obtain info for an ad that hasn't run yet? For example our ads are entered into the google ads UI in a 'paused' state before they run. Can we get info on that ad in from the api before it's live? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Failed to refresh access token.

2021-04-29 Thread Frank Boateng
Thank you Xiaoming for your response. Yes the status was Testing and its now In Production From: Google Ads API Forum Advisor Prod [mailto:adsapiforumadvi...@gmail.com] Sent: Wednesday, April 28, 2021 3:02 PM To: Frank Boateng Cc: adwords-api@googlegroups.com Subject: RE: Failed to refresh

Failed to refresh access token.

2021-04-28 Thread Frank Boateng
Hello everyone, I have an app that uses refresh token to communicate but it expires after some days. This is the message {Error:"invalid_grant", Description:"Token has been expired or revoked.", Uri:""} I would like to have one fresh token that does not expires or enable my app to generate and

Re: get account hierarchy issue

2021-01-07 Thread Frank Harvey McManus
Thank you! On Tuesday, January 5, 2021 at 10:27:52 PM UTC-5 adsapiforumadvisor wrote: > Hi Frank, > > Thank you for reaching out. > > The login-customer-id > <https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid> > > should be specifie

get_account_hierarchy in google-ads-python library not working

2021-01-07 Thread Frank Harvey McManus
Hi, I'm trying to run the get_account_heirarchy.py example and I keep running into this error: Traceback (most recent call last): File ".\get_account_hierarchy.py", line 202, in main(google_ads_client, args.login_customer_id) File ".\get_account_hierarchy.py", line 101, in main custo

get account hierarchy issue

2021-01-05 Thread Frank Harvey McManus
Hi I was getting this error message in Python when trying to fetch campaigns for our MCC account: message: "Metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account." So, I am trying to use the get_acc

MCC account limit

2020-11-30 Thread frank mcmanus
Hi we are running into this 20 MCC account limit error and wondering what we have to do to workaround this (we are a large agency needing to add dozens of manager accounts under us. We can't remove access from any other accounts. Any help would be much appreciated. Thank you! [image: adwords-m

Re: get ad formats from api call

2020-08-21 Thread frank mcmanus
at 10:09:47 AM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > When running a report from the ad_group_ad level, you can use the field > ad.type > <https://developers.google.com/google-ads/api/fields/v4/ad_group_ad#ad_group_ad.ad.type> > > to see what kind of ad you are usi

get ad formats from api call

2020-08-19 Thread frank mcmanus
Hi we are generating performance reports from the ads api. We are trying to get ad_format as a metric/column. What resources/metric do we request in order to see an individual ads format, i.e. 'discovery ad', 'bumper ad', 'outstream', etc. like here: https://support.google.com/google-ads/answ

Re: video ads keywords

2020-07-21 Thread frank mcmanus
Well that would make sense then. Thank you! On Friday, July 17, 2020 at 5:09:19 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > The query you used looks to be ok. However, when I looked up the > campaign 745578195, I saw that it didn't contain any keywords so that is >

Re: ad_name from keyword resource

2020-07-21 Thread frank mcmanus
Thank you! On Monday, July 20, 2020 at 1:44:25 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > I am checking on this further within the team. Rest assured we will reach > out to you once we have more insight on why you are unable to retrieve the > ad_group_ad.ad.name valu

Re: ad_name from keyword resource

2020-07-17 Thread frank mcmanus
thank you. CID is 2486418405 ad_group_id is 77006920716 ad_id 377211373888 On Friday, July 17, 2020 at 5:29:56 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > Upon double-checking here > <https://groups.google.com/forum/#!topic/adwords-api/bBdNvBqDx1I>, object > I

Re: ad_name from keyword resource

2020-07-17 Thread frank mcmanus
i'm using chrome but 'reply to author' is grayed out On Friday, July 17, 2020 at 4:35:33 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > In order for me to further look into this, can you please provide your > CID? Additionally, if you can provide an example ad

Re: video ads keywords

2020-07-17 Thread frank mcmanus
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 po

Re: video ads keywords

2020-07-17 Thread frank mcmanus
Also, our query was valid in the query builder tool and does not return any errors back from the api but just no data is coming back[image: gqb.png] On Friday, July 17, 2020 at 3:35:55 PM UTC-4 frank mcmanus wrote: > Thank you. We were able to render a list of video campaigns using t

Re: ad_name from keyword resource

2020-07-17 Thread frank mcmanus
WHERE segments.date = '2020-01-01' ORDER BY campaign.id ''' All fields return data but NOT ad.name On Friday, July 17, 2020 at 10:38:54 AM UTC-4 frank mcmanus wrote: > We are getting ad metrics from the keyword resource and ad_group_ad.ad.id &

Re: video ads keywords

2020-07-17 Thread frank mcmanus
ads and campaigns. Would the query above work in any way? From a different resource possibly or at a different level, ad, ad_group, campaign? Thank you for your help. On Friday, July 17, 2020 at 1:20:46 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > Unfortunately, it is not

Re: video ads keywords

2020-07-17 Thread frank mcmanus
Another way to ask is how can we get video ad metrics from the keyword_view resource? We are currently getting ad level performance metrics from the keyword_view resource but video ads are not showing up. On Friday, July 17, 2020 at 9:42:24 AM UTC-4 frank mcmanus wrote: > We are gett

ad_name from keyword resource

2020-07-17 Thread frank mcmanus
We are getting ad metrics from the keyword resource and ad_group_ad.ad.id works but not ad_group_ad.ad.name. How can we get the ad name too? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

how to get keyword metrics for video ads

2020-07-17 Thread frank mcmanus
we are getting ad metrics from the 'videos' resources but how do we get the keyword metrics associated with that video ad? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ad name from keyword view

2020-07-17 Thread frank mcmanus
I'm getting ad level metrics like 'id' from the keyword view but how can I also get the ad name? ad_group_ad.ad.name is not working but ad_group_ad.ad.id is. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

video ads keywords

2020-07-17 Thread frank mcmanus
We are getting video ad metrics but how can we get the associated keyword metrics with that ad? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

ads api keyword_id metric

2020-07-10 Thread frank mcmanus
We are able to see a keyword_id at the ad level in reports we run from the Ads UI Dashboard but we can't seem to do this through our api calls. Is there a way to get keyword_id metric? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

Ads api geo targeting report

2020-07-08 Thread frank mcmanus
We are trying to get the geographic metro area segment from the Ads api at the campaign and ad level. Something like: SELECT campaign.id, campaign.name, segments.geo_target_metro_area FROM campaign Our first attempt returned an error message saying that the segment is not compatible with the r

How to get association for AdExtension

2020-01-10 Thread Frank We
Hello, I've been trying to get all the adgroup and campaign associated while getting AdExtension through report in *extension_feed_item*. but I can't seem to find a way to get this adgroup or campaign in report. I've tried using extension_feed_item.targeted_ad_group and extension_feed_item.tar

How to get association for all AdExtension

2020-01-10 Thread Frank We
Hello, I've been trying to get campaign and adgroup associated with the AdExtensions retrieved from extension_feed_item, but I can't seem to find a way to get the association. I've tried using fields targeted_ad_group and targeted_campaign but they are all null. Tried getting association us

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-13 Thread Frank Ruwolt
Hi Nikisha, thank a lot! That sounds promising - i'll give it a try. Regards, Frank Am Freitag, 11. Oktober 2019 15:48:53 UTC+2 schrieb adsapiforumadvisor: > > Hi Frank, > > With Google Ads API, you could use billing_setup > <https://developers.google.com/g

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-10 Thread Frank Ruwolt
the code only gets the available billing details/setups, but that's not the selected setup for a customer client account) Best regards Frank Am Donnerstag, 10. Oktober 2019 22:03:09 UTC+2 schrieb adsapiforumadvisor: > > Hi Frank, > > Thank you for reaching out. It is no

Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-10 Thread Frank Ruwolt
ounts() function, but this only returns all available billing accounts for that client customer. Thanks Frank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Keywords performance report API not matching UI

2018-08-15 Thread frank
Alright, thank you very much! On Wednesday, August 15, 2018 at 11:23:07 AM UTC+2, Luis Xander Talag (AdWords API Team) wrote: > > Hi Frank, > > My apologies as the API does not support the invoice report and is > currently available only in the UI. For your concerns in in

Re: Keywords performance report API not matching UI

2018-08-15 Thread frank
) wrote: > > Hi Frank, > > You cannot compare the Campaign Performance Report with invoice report > from the UI as they are both different report types. Invoice report from UI > is currently not available through the API. > > Thanks and regards, > Luis > AdWords API Te

Re: Keywords performance report API not matching UI

2018-08-14 Thread frank
Hi, i have a somewhat similar question. I also use the Api to get the invoices in a machine readable way and expect the data to match the invoices (pdf, csv) from https://adwords.google.com/aw/billing/invoices I am doing something like this: SELECT Clicks, Impressions, Cost FROM CAMPAIGN_PERFO

SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED, only when removing GeoTarget (campaign criterion)

2018-03-18 Thread frank
Hi Everyone, We are trying to remove many GeoTargets (CampaignCriterion) recently. And we get this error "SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED". Usually, we split the operations into 2000 per requests, sometimes with batch mode depends on the number of requests. Such procedure worked fine

SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED when deleting GeoTargeting of Campaign

2018-03-18 Thread frank
r. Thus we guess the error is not caused by the number of operations. Then we wonder if it is because of the request size in MB. But we had much bigger request size when uploading ad-copies. So we don't think that is the reason either. We appreciate your help. T

Getting a second token with readonly access

2017-09-12 Thread Assaf Frank
Hi, We currently have a standard token (read/write) but would like to offer a service to customers that only requires read access. We would like to display the "grant access" message to the users that we would like access to "read" only and not to fully manage their accounts (I understand this

API via PHP web page

2017-05-08 Thread Frank Bravo
I've been at this for days and still am really no closer to a solution. I've installed the googleads-php-lib via Composer onto a server and am (sort of) able to get data via command line and the example files, but I can't find any examples of how to turn this into a web application... and when

Web page API data example

2017-05-08 Thread Frank Bravo
I've been at this for days and still am really no closer to a solution. I've installed the googleads-php-lib via Composer onto a server and am (sort of) able to get data via command line and the example files, but I can't find any examples of how to turn this into a web application... and when

Webpage from API

2017-05-08 Thread Frank Bravo
I've been at this for days and still am really no closer to a solution. I've installed the googleads-php-lib via Composer onto a server and am (sort of) able to get data via command line and the example files, but I can't find any examples of how to turn this into a web application... and when

Re: 64-bit signed integer to decimal with PHP?

2016-05-05 Thread Frank Martens
Thanks, I've sended you a message! Op donderdag 5 mei 2016 22:03:09 UTC+2 schreef Frank Martens: > > I'm getting the targeted monthly searches by the Google Adwords API. The > problem is, the response looks like this: > Array ( > > [KEYWORD_TEXT] => Strin

64-bit signed integer to decimal with PHP?

2016-05-05 Thread Frank Martens
I'm getting the targeted monthly searches by the Google Adwords API. The problem is, the response looks like this: Array ( [KEYWORD_TEXT] => StringAttribute Object ( [value] => zeemeerminpak [AttributeType] => StringAttribute [_parameterMap: Attribute:private] => Array ( [Attribute.Type] =>

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-06 Thread Assaf Frank
I would like to add that these reports* ran OK up to a couple of days ago.* Now the same reports seem to be taking too much time so we get an exception - com.google.api.ads.adwords.lib.utils.ReportException: Problem sending data to report download server Is there currently an issue with the repo

Re: Large number of 'Problem sending data to report download server.' errors

2016-01-06 Thread Assaf Frank
Hi Anash, This same issue is happening since yesterday. We have a few large clients that their account performance report with several segments (date/device) is causing time out and failing. The same reports worked fine up to yesterday. We are using Java to fetch the reports. Is there any know

Re: Exception downloading Performance Report with java

2015-08-20 Thread Assaf Frank
Hi Anash, Is there anyway to use the AccountPerformaceReport (or any other report) to get statistics for each account (1 row per account) under my MCC account? Many thanks, On Monday, February 4, 2013 at 9:40:19 AM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > Hi Adrian, > > When sett

Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-14 Thread Assaf Frank
Hi, My creation of ads *worked properly a week ago and now *, for some reason, I can't create ads. Is this due to the last changed in upgraded URLs etc ? I do set all parameters - AdWordsServices adwordsServices = new AdWordsServices(); // Get the CampaignService. Ad

Getting Placement URL via API?

2015-01-02 Thread Frank
Right now I am running a display campaign without keywords, and I would like to gather the placements where our ads have shown. The catch is, I cannot pull all the reports available, and everything I have tried results in Content, AutomaticContent, or the keywords for other campaigns / ad group

Re: Keyword Planner Tool API

2014-10-29 Thread Frank T
On Tuesday, October 28, 2014 9:08:22 PM UTC-7, Frank T wrote: > Did anyone knows how to apply the keyword Planner Tool API when applying it > to a web based software platform? How do we apply it and is it free to use > the API or do we have to pay for it? > > Can anyone like any

Keyword Planner Tool API

2014-10-29 Thread Frank T
Did anyone knows how to apply the keyword Planner Tool API when applying it to a web based software platform? How do we apply it and is it free to use the API or do we have to pay for it? Can anyone like any users use it on their own AdWords account or just the admin (owner) only the one to use

Re: Got a refresh token for an MCC account, but GetCampaigns results in: AuthenticationError.NOT_ADS_USER

2014-03-07 Thread Frank Tolsma
wns the MCC account do it for me. But I can successfully execute the following, so I think that means the MCC account info and the refreshToken are ok. Credential oAuth2Credential = new OfflineCredentials.Builder() .forApi(Api.ADWORDS) .fromFile() .buil

Re: Got a refresh token for an MCC account, but GetCampaigns results in: AuthenticationError.NOT_ADS_USER

2014-03-06 Thread Frank Tolsma
example, I also get a AuthenticationError.NOT_ADS_USER error. That then probably means that my MCC account info is wrong? thanks, Frank Op woensdag 5 maart 2014 20:06:45 UTC+1 schreef Ray Tsang (AdWords API Team): > > Frank, > > You can only pull campaign data when you have specifi

Got a refresh token for an MCC account, but GetCampaigns results in: AuthenticationError.NOT_ADS_USER

2014-03-05 Thread Frank Tolsma
Going through the OAuth2 steps, I generated a refreshToken and put that in ads.properties. That was for a 'normal' account, one that is managed by/from the MCC account. Running GetCampaigns worked. Then I did the same for the MCC account, because I need all campaigns, for all customers. But tha

Re: OAuth2 migration - Maven based examples - how to run from command line ?

2014-03-05 Thread Frank Tolsma
Yes, sorry about the double post, but that was my first post and it seems to take a while before you can see your own post. Thought it had gone into the bitbucket somehow... Op woensdag 5 maart 2014 00:35:03 UTC+1 schreef Ray Tsang (AdWords API Team): > > Frank, > > I've re

Re: OAuth2 migration - using Java/Netbeans - Maven hm... how to generate something that can simply be run from the command line, without using Maven

2014-03-05 Thread Frank Tolsma
g the campaigns for a MCC account. Posting that as a separate issue.. Op woensdag 5 maart 2014 00:28:08 UTC+1 schreef Ray Tsang (AdWords API Team): > > Frank, > > Please see if Maven's exec > plugin<http://mojo.codehaus.org/exec-maven-plugin/usage.html>works for y

OAuth2 migration - using Java/Netbeans - Maven hm... how to generate something that can simply be run from the command line, without using Maven

2014-03-04 Thread Frank Tolsma
Migrating from ClientLogin to OAuth2, I thought it a good idea to start using Maven, as suggested. I can run the examples (like GetCampaigns) from within Netbeans, by doing a (right mouse menu): Run File. But I have to run this from another machine as well, that does not have Netbeans and Maven

OAuth2 migration - Maven based examples - how to run from command line ?

2014-03-04 Thread Frank Tolsma
I use Java from the Netbeans environment and have downloaded the Maven version of the Adwords API examples. Running them from within Netbeans, by doing Run - File, works, but how can I get Maven to build something executable that can be run from the command line? I realize this is more a Maven

Re: Cannot select image.mediaId and image.name using AdGroupAdService

2012-02-07 Thread Frank Mueller
obtain the mediaId associated with an ImageAd? Thanks for your help, Frank -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Cannot select image.mediaId and image.name using AdGroupAdService

2012-01-30 Thread Frank Mueller
According to the AdWords API documentation it should be possible to select image.mediaId and image.name using AdGroupAdService.get(). http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupAdService However, when I try to select the fields I'm not returned either va