RE: sqlite3 module is required for the SqliteCache error when run in AWS Lambda

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Your concern appears to be a client library issue. With this said, you can open your concern to the Python GitHub Issue Tracker as the client library owners are better equipped in answering your concerns.

Re: TargetingIdeaService RequestType STATS with Google Ads API

2019-04-24 Thread cv
Hello Sai, Thanks for the Answer. I may be not have asked properly. Under UI there is 2 sections under Keyword Ideas. One under heading *Keywords you provided *and second* Keyword ideas.* Is there any method, so that I can get only Keywords you provided section using

RE: User list member emails

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Keren, A single userlist Member can contain multiple email addresses and can accommodate up to 500,000 addresses in one request. You may refer to this sample code (also available

RE: Gmail Ads "Preview" via API

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Unfortunately, it is currently not possible to preview Gmail ads via AdWords API. You may follow our blog for any upcoming features and updates in AdWords API. Regards, Hiroyuki Google Ads API Team

RE: SystemExit: 2 error

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Upon checking, the error that you are encountering seems to be related more to the client library. You can reach out to the python client library owners through this link in Github as they are better

RE: google-ads.yaml file for google ads API

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Dmitry, Thanks for reaching out. You may refer to this guide on how to create your google-ads.yaml file. Here is a sample template of this.

RE: [PHP] Google Ads API - Create AdGroup Ads with : ExpandedTextAdInfo

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ludovic, My apologies as your concern will be better addressed by the product team. With this said, you can open your concern to the Google Ads Community Forum . Regards, Dannison Google Ads API Team

RE: wrong expected behaviour with validate only

2019-04-24 Thread benjamin
I’d say ok for the exception but then I would like to have meaningful errors and their index. If its only related to partial_failure, lets wait for the api to be consolidated and less brittle. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: wrong expected behaviour with validate only

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Benjamin, You mentioned that you expected *validate_only = true* to fail gracefully if there's an exception. Were you thinking of *partial_failure* instead? With validate only enabled, the API is expected to throw an exception if any of the operations have an error. The behavior you

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Aishwarya, I have sent the below response to you email privately, If you have any further questions please let me know. - The sizeRange field must be related to the

RE: Missing performance data in asset data types

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Gavin, These fields are not yet supported through the API. I have raised a feature request to the team. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team

SystemExit: 2 error

2019-04-24 Thread Dmitry Shvetsov
Hi! I'm trying to get keywords usind google ads API (code in the attach) and get respond below. What can be a reason of error and how to fix it? Respond: "runfile('C:/Users/rp/Documents/python_scripts/adsAPI/change_action_content/example.py',

Retrieve percents fields as decimal from Google Ads report tables

2019-04-24 Thread Alejandro Valdes
Hi, I'm using a POST request to get the KeywordPerformanceReport info from Ads API. My problem is that some fields related to percents are in the format 'xx.xx%' an I need these fields as decimal. Also the null values are returned as the string '--'. I want to know if exist a way to config my

Gmail Ads "Preview" via API

2019-04-24 Thread cvieira via AdWords API and Google Ads API Forum
Hello, It's possible to integrate via API the Preview of and Ad from Gmail Ads into my website? So customers can make the ads there e see it too. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How to retrive percents filed as decimals in Google Adword API

2019-04-24 Thread Alejandro Valdes
Hi, I'm using a POST request to get KeyWordPerformanceReport info from Adwords API and some decimal fields are returned with the format 'xx.xx%' and I need as decimal. Also nulls values are returned as '--'. I want to know if there is any way to config my POST request in a way that I will

Getting inactive and cancelled accounts via CustomerService.getCustomers().

2019-04-24 Thread chuckdusseau via AdWords API and Google Ads API Forum
Hi, According to this blog post, inactive and cancelled accounts will not be returned by get requests. Is that applicable to CustomerService.getCustomers()? I.e. will that service only return accounts

RE: AdGroupExtensionSettingOperation removes existing feed items when trying to add a new one

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tim, You can associate the same feed item with multiple entities. If you are looking to use the same extension to all the AdGroups in a campaign, you may set it at the campaign level. Similarly, if you're using a specific extension at the campaign level, you may set them at the account

RE: Select google ads account when using Oauth

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Fede, If the Google Ads client account and MCC account are linked, you should be able to access all the accounts under the MCC if you're generating the OAuth credentials with an email address who has access to the MCC. It is not possible through the API to select which account to select

sqlite3 module is required for the SqliteCache error when run in AWS Lambda

2019-04-24 Thread yliu
A Python script used to download google adwords report. Which runs without any issue locally. The script is something like: client = adwords.AdWordsClient.LoadFromStorage('googleads.yaml') report_downloader = client.GetReportDownloader(version='v201809') However, when I deploy this in AWS

RE: Mobile_Id Casing Format

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, There are no specific limitations on the Mobile Ids casing. You should be able to upload both IDFA or Google Advertising IDs without any issues. Please let me know if you're facing an issue. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ronak, The Automatic Placements report will only return the display name from the Google Ads UI which is youtube.com. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: searching Customers using google ads

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello vadim, Thanks for the suggestion, I have shared it with the team. Meanwhile you could keep an eye on our blog for information related to the future releases. Reards, Sai Teja, Google Ads API Team

RE: [PHP] How to get latest update date for each campaign for each customers

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will be able to use the CustomerSyncService to pull the changes made in the account for the past 90days. The lastchangetimestamp

RE: OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.ad.adgroupad.MutateAction

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please confirm whether the user(owning the OAuth credentials used for the API call) has standard/Admin access to the account? Please share the email address of that user using *reply privately to the author* option. Regards, Sai Teja, Google Ads API Team

RE: TargetingIdeaService RequestType STATS with Google Ads API

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Regarding the KeywordPlanService.GenerateHistoricalMetrics, you have to create a KeywordPla n and should have KeywordPlanKeyword

RE: AdGroupCriterionService mutate InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sam, Regret the delay. The UNEXPECTED_INTERNAL_API_ERROR could be due to a transient issue and retrying the request should work in most of the scenarios. Please find the attached SOAP logs from my testing which worked fine with a similar request. Also, I'm having trouble looking up the

AdGroupExtensionSettingOperation removes existing feed items when trying to add a new one

2019-04-24 Thread Tim
I've written code to add a sitelink to an ad group. When the ad group already has sitelinks in it will remove the existing sitelinks before adding the new one. I require the code to leave existing sitelinks as they are and only add new ones, is this possible? AdGroupExtensionSetting setting =

google-ads.yaml file for google ads API

2019-04-24 Thread Dmitry Shvetsov
Hello! I made a request to the Google Ads API and got responce "A required field in the configuration data wasnot found. The required fields are: ('client_id', 'client_secret', 'refresh_token', 'developer_token')". Could you send me a google-ads.yaml template? I have googleads.yaml file for

Missing performance data in asset data types

2019-04-24 Thread Gavin
Hello, I am working on migration from Adwords to GoogleAds API. This page indicates that the MultiAssetResponsiveDisplayAd* in Adwords properties now are mapped to ad_group_ad.ad.responsive_display_ad.*.

Mobile_Id Casing Format

2019-04-24 Thread ci . wbdigital
Hi Team, I dont see a requirement mentioned in the Mobile_id upload template(attached) to convert the mobile_ids to lowercase in the file before uploading. Could you please confirm whether mobile_ids need to be converted to lower case(as apple ids and google ids are of different casing)

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-24 Thread ci . wbdigital
Hi Team, Could anyone update on the below items? Thanks On Saturday, April 13, 2019 at 11:36:06 PM UTC+5:30, ci.wb...@gmail.com wrote: > > Hi Sai Teja, > > Thank you for the responses. One follow question regarding point 1. > I have attached the screenshot for your reference as

Re: searching Customers using google ads

2019-04-24 Thread vadim
Hi, as I understand many of us have the same problems. Could you please add to the CustomerClient * Clients Name* and *canManageClients* property? And same properties to CustomerClientLink... Thanks On Wednesday, April 24, 2019 at 9:16:32 AM UTC-5, googleadsapi-forumadvisor wrote: > > Hello

Re: How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2019-04-24 Thread Ronak Shah
Hello Bharani, Thanks for your response, yes we have tried downloading the Automatic Placements Report and we do see data but we cannot get the Youtube Channel name.Infact we also cannot see the youtube placement URL instead Display Name column only shows "youtube.com" but we cannot fetch the

Re: User list member emails

2019-04-24 Thread mercadeoprueba19
Hi,Is there a way to define multiple emails for a single user list member via API? I couldn't find a way to do it because the Member object contains one email, but from Adwords UI it's allowed to add multiple email columns (in the csv file) El martes, 23 de abril de 2019, 22:37:47 (UTC-5),

RE: How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ronak, The Where Ads showed data can be pulled using the Automatic Placements Report. Please check the guide on how the API reports are mapped to the Google Ads UI. If you're seeing any discrepancy, could you

Re: python Google Ads API: Troubleshoot Deadline exceeded error 504 for trying to pull geographic region costs for single country for a single day

2019-04-24 Thread Nicholas Lynch
How do you pull a list of segment.geo_target_region for USA physical location? *AND geographic_view.country_geo_target_constant = 'geoTargetConstants/2840'* * AND geographic_view.location_type = 'LOCATION_OF_PRESENCE'* I am trying to pull all of the *geo_target_region * names for the

[PHP] How to get latest update date for each campaign for each customers

2019-04-24 Thread ludovic cardinale
Hi all, My question is simple. It's possible to get the latest date of campaign update ? Example, i create a campaign on 2019-01-01 and i do some update on 2019-02-15. Can i fetch these informations to know if my campaign was updated by someone ? Something like : "Campaign #1234567890 -

Select google ads account when using Oauth

2019-04-24 Thread fede
Hi, I'm working on an App where I need to ask other accounts to let me manage their campaigns using OAuth. There's something I don't understand. I have an gmail address that has access to a Google ads account and also has access to an MCC. The Google ads acocunt and the MCC are not related.

RE: searching Customers using google ads

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Benjamin, I will let my team know regarding your concern to see if there is a possibility to introduce the customer name field in the CustomerClient

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bevis, The team is looking into this. We will let you know when there is an update. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

RE: AdGroupAd service mutate

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Miguel, With Google Ads API, you can use AdGroupAdService to update your ads. Cheers, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.ad.adgroupad.MutateAction

2019-04-24 Thread analytic
Введите код... Good day, I use api v201809 tell me when sending a request to change the status of the ad, an error is issued [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.ad.adgroupad.MutateAction] OAuth client IDs are created under the

How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2019-04-24 Thread Ronak Shah
Hello, We are trying to fetch the data for "Where ADs Showed" tab which is there under Placements section via Adwords API.We have tried Placement Performance Report and Automatic

Re: [PHP] Google Ads API - Create AdGroup Ads with : ExpandedTextAdInfo

2019-04-24 Thread ludovic cardinale
Hi thanks for your response. But, i don't see anything about which character is allowed or not ! These are allowed ? ": # € £ $ / ? : ; _ -" Can you help me for that please ? Le mardi 23 avril 2019 23:00:58 UTC+2, ludovic cardinale a écrit : > > Hello there, > > i'm using the new Google Ads

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-24 Thread bevis_chen
Hi, I also have tried to get the conversion_action in python and got nothing. *Here is my code snip:* ga_service = client.get_service('GoogleAdsService', version='v1') query = 'SELECT conversion_action.id, conversion_action.name FROM conversion_action' results = ga_service.search(customer_id,

Re: [PHP] Google Ads API - Create AdGroup Ads with : ExpandedTextAdInfo

2019-04-24 Thread ludovic cardinale
Hi, thanks for your response. But, the documentation don't help me so much. Because i need to know which characters are allowed or not ! Where can i found that information ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: TargetingIdeaService RequestType STATS with Google Ads API

2019-04-24 Thread cv
Also In addition to above question. I only need to have Ideas that is same as UI like under UI Keywords you provided and Keyword ideas(This I can get using KeywordPlanIdeaService.GenerateKeywordIdeas) But Keywords you provided is something I need. I am using this service to generate some Ideas

Re: Quotas?

2019-04-24 Thread F B
For everybody else stumbling across this topic. This is the result of a python script, where in the* response header (in bold below)* I would see that I am supposed to wait 30 seconds. I have two problems with this: 1. this waiting period information is not available in the actual error

Re: [4-9328000025873] ConversionService RequestError.UNKNOWN

2019-04-24 Thread xuantoi . ads . mtest
Hi Here is soap resquest and response : 2019-04-24 16:22:06.722 INFO 7533 --- [ XNIO-2 task-1] c.g.a.a.a.l.c.A.soapXmlLogger: SOAP request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema;

Re: feeds in google ads vs Adwords

2019-04-24 Thread benjamin
You are right, thanks a lot! On Tuesday, April 23, 2019 at 8:05:32 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hi Benjamin, > > They are still the same in Google Ads. You may use the > ExtensionFeedItemService to manage Extensions. To create and manage > feeds, you could use the

Re: wrong expected behaviour with validate only

2019-04-24 Thread benjamin
In the company I am working, we sync millions of entities, and sometimes errors happen, so it may happen we send twice a request to remove something for instance. Using validate_only I would expect the request to fail gracefully: tell me which operations are valid, which are invalid and why.

Re: AdGroupAd service mutate

2019-04-24 Thread Miguel Graciá
Hi Anthony. Is there a service similar to AdService to update an ad in using Google Ads API? Thanks for your help. El lunes, 8 de abril de 2019, 18:55:58 (UTC+2), googleadsapi-forumadvisor escribió: > > Hi TuyenVu,

Re: TargetingIdeaService RequestType STATS with Google Ads API

2019-04-24 Thread cv
Hi Sai, Thanks for the Answer. For this service to use I need to Add Keywords Plan first? This is not required earlier, and If I need to Add Keywords Plan Should I change it to something else? How I can update same once added? Thanks, On Tuesday, 23 April 2019 00:19:49 UTC+5:30,

RE: Data Mismatch In SEARCH_QUERY_PERFORMANCE_REPORT

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ying, There should be no discrepancy between the value of UI and API. Could you confirm if you tried to only use the '*AdGroupId*', '*Cost*' and '*Query*' fields? I asked this because when I check the fields in the provided screenshot, the fields are not matched with the API report. Please

RE: wrong expected behaviour with validate only

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Benjamin, Thank you for reaching out. Could you further elaborate what you wish to achieve with the validateOnly header in your requests? You can test using production data in a read-only fashion on your production accounts if you use the validateOnlyheader in your requests, and you have an