RE: Gmail Ad details - Headline and Description

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Alex, Thank you for reaching out. Could you provide the complete report definition and the clientCustomerId you are using to download the report for further investigation? You may use the reply privately to author option. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFlyG:ref

Which API can get Country Data ?

2019-09-05 Thread sky zhao
I want to get a report for country ,include click num,cost money . but when i use geographic_view, I can't get the data. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RE: execute GetCampaigns.java return DEVELOPER_TOKEN_NOT_APPROVED

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. The DEVELOPER_TOKEN_NOT_APPROVED error occurs when you are using an unapproved developer token to make API calls against production account. You can only use the unapproved and test access developer token to test account in making API calls. Since you menti

RE: Setting date range for GenerateHistoricalMetrics response

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Kenyon, Thank you for posting your concern. On the AdWords API perspective, you may only retrieve targeting ideas using the TargetingIdeaService. However, according to this guide, it's currently not supported to specify the date ranges when using the said service. You may also refer to this

RE: About issues that I can't extract Keyword and Placement

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. So I can further investigate the issue, could you provide the complete report definition together with your Client customer ID via Reply privately to author? Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UHFjCy:ref -- -- =~=~=~=~=~=~=~=~=~

RE: AdWords API via JavaScript?

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Christopher, Thank you for reaching out. I am afraid AdWords API does not support other programming languages that are not listed here. Unofficial APIs such as Node and R client libraries issues are not supported in this forum. However, we would still be able to provide insights in any AdWo

RE: Update Gmail Ad failing with INVALID_AD_TYPE error

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Yehuda, Thank you for reaching out. Yes, you are correct. I am afraid updating of Gmail Ads is currently not supported in the AdWords API. You can refer to this guide for the list of mutable ad types. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFjDX:ref -- -- =~=~=~=~=~=

RE: Get Google Ads Details For Competition

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. In the AdWords API perspective, I am afraid you cannot have access to other accounts to retrieve information. Let me know if you have other concerns regarding the AdWords API. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFjDD:ref -- -- =~=~=~=

Empty Recommendations

2019-09-05 Thread duong xuan toi
Hi, I using google ads API for get recommendations of accounts but it return empty while it have many recommendations in UI. Hear is my SUCCESS REQUEST DETAIL. Request --- MethodName: google.ads.googleads.v2.services.GoogleAdsService/Search Endpoint: googleads.googleapis.com:443 Headers: {de

How to use AdWordsUserListService on an existing campaign/adgroups

2019-09-05 Thread Arnab Ganguly
*Hello,* *I want to use AdWordsUserListService on an existing campagin,adgroups etc.I don't see it takes any of the respective ids as inputs.How do I do that.Any sample examples would be great help.*

RE: How can i get UAC Campaigns metrics

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi, Could you please share the client customer Id or the specific campaign Id for which you're looking to pull the asset details? You may share the details via Reply privately to author option. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHFrkn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Alok, Based on the request shared, it looks like the resource name is not formed correctly. I have included the code snippet in Java along with the logs for your reference. Could you please take a look and let me know if you encounter any issues? You can share the API request and response lo

Re: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-05 Thread Kenneth Oh
I resolved the issue of not receiving the customer_client fields (time_zone , test_account, manager, descriptive_name, currency_code, and id) by updating my google-ads-python package to latest that contains support for querying for these fields. On Wednesday, September 4, 2019 at 2:17:33 PM UTC-

Re: AdWords API via JavaScript?

2019-09-05 Thread Chris Larkin
Another related question: I noticed that there are some platforms that do not appear to be "officially" supported, like R and Node. Is it okay to ask questions here about those languages or do I need to find another forum? Best regards, Christopher On Wednesday, September 4, 2019 at 4:18:25 PM

CustomerClient resource not returning all fields

2019-09-05 Thread Kenneth Oh
Hello, I am using the google-ads-python package, and when querying the CustomerClient resource, I am not receiving all the fields I queried for. Query: SELECT customer_client.client_customer, customer_client.descriptive_name, customer_client.id, customer_client.hidden, customer_client.manager,

Re: Update Gmail Ad failing with INVALID_AD_TYPE error

2019-09-05 Thread Yehuda Adler
Surprisingly this is not supported in the API according to: https://groups.google.com/forum/#!searchin/adwords-api/INVALID_AD_TYPE%7Csort:date/adwords-api/rNINKsPz_hY/O_XX2WlNFQAJ On Thursday, September 5, 2019 at 12:18:18 AM UTC+3, Yehuda Adler wrote: > > Hi, > > I'm succeeding in creating a cam

Re: Is it possible to run 1 API report and get data for LAST_7_DAYS, LAST_14_DAYS and LAST_30_DAYS?

2019-09-05 Thread Martin E
Ah ok, thank you. I've got 3 views at the moment, so I'll keep it as is. On Wednesday, September 4, 2019 at 11:22:33 AM UTC+1, adsapiforumadvisor wrote: > > Hi Martin, > > Thanks for posting your concern. > > I am afraid that it is currently not possible to retrieve the AdWords API > reports wit

How can i get UAC Campaigns metrics

2019-09-05 Thread 임수민
hello I'm trying to get UAC campaigns metrics in each of Asset's element, where does not have any adGroup. I've tried below queries, but they don't return value. SELECT asset.id, asset.name, asset.type, asset.text_asset.text, metrics.cost_micros FROM ad_group_ad_asset_view select UniversalApp

Get Google Ads Details For Competition

2019-09-05 Thread Chris Larkin
There is no such API. Any sites that do competitive analytics are scraping pages in violation of Google’s terms of service, and, worse, the data isn’t very accurate. Depending on the domain, the data is so incomplete as to be almost useless. For example, today I glanced at semrush and ahrefs on

RE: ResponsiveDisplayAdInfo could not be found

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hello Reggie, Could you please confirm whether the client libraries also updated to V1 version using mvn clean install for Java and for rest of the libraries you can find specific commands in the Readme.md file in their respective GitHub repositories. Regards, Sai Teja, Google Ads API Team ref

Re: how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing the details. It is only possible to create Assets through the Google Ads API. Remove operation is not yet supported. I have raised a feature request to the team regarding this. Please keep an eye on our blog for more updates. Regards, Bharani, Google Ads API Team r

ResponsiveDisplayAdInfo could not be found

2019-09-05 Thread Reggie Pasco
Hi, My class is referencing Google.Ads.GoogleAds.V1.Common. I can create Responsive Search Ad using the ResponsiveSearchAdInfo and AdGroupAdServiceClient.MutateAdGroupAds(). But it seems the ResponsiveDisplayAdInfo is not available and could not be found. Please advise. Thanks -- -- =~=~=~=

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi John, Thanks for your patience here. We've updated the protocol buffer definitions for v2 on GitHub to be current with the v2_1 release of the Google Ads API beta. Please let us know if you have any issues with them - Adam. Google Ads API Team ref:_00D1U1174p._5001UHEkaK:ref -- -- =~=~=~=

Re: Gmail Ad image URL

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Alex, Unfortunately, there is currently no report that has field related to the URL of the logo image in the GmailAd. You may also refer to this guide to see the fields for all report types supported in AdWords API. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UHFP8t:ref --

Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-05 Thread alok
Hi Bharani, Thanks for the suggestion. I used update operations and was able to update bid modifiers for Mobile,Tablet and Desktop devices but was not able to update bid modifier for Connected_TV device target. I am using criterionId of CONNECTED_TV as 30004 but request fails with "Resource was

RE: AdgroupAdRotationMode discrepancy

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Julian, Thanks for posting your concern. In order to change ad rotation setting of ad group by using the API, you need to clear the adGroupAdRotationMode setting altogether. This means sending an AdGroup SET operation that looks like this in SOAP: SET 12345 567890 Sample campaign name Samp

Gmail Ad details - Headline and Description

2019-09-05 Thread Alex Mansour
Hello Google Ads API Team, We are in need of retrieving the Ad headline and description and we noticed they are returned null when using the Ad Performance Report; the fields we are trying with are: "gmailAdHeadline" and "gmailAdDescription". Please advise how we can retrieve such Ad details.

Re: Valid Zip Codes Missing in Geotargets CSV

2019-09-05 Thread Zweitze
Certain zip codes are not listed in the geotargets list, because you cannot target them. And yes, the geotargets list only contains geographical areas that you can target in Google Ads. If you intend to target an unlisted zip code, which you can target in Google Ads web interface, do realize th

Re: Gmail Ad image URL

2019-09-05 Thread Alex Mansour
Hi Hiroyuki, Yes, I was referring to the URL of the logo image. That's okay it's not part of the Ad Performance Report yet; is there another report or specific endpoint we can use to retrieve it? Thanks again. Best regards, Alex On Thursday, September 5, 2019 at 4:08:28 AM UTC+2, adsapifor

RE: PolicyFindingError.POLICY_FINDING being thrown by Google Ads

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Sang Jin Kim, Thank you for posting your concern. The RequiredError.REQUIRED occurs when your request is missing required information. To resolve the error, you may check which required information is missing in your request by referring this guide. Also, I would recommend you to log the er