Re: [PHP] How to convert response getKeyword()->getMatchType() from INT to STRING REPRESENTATION

2018-12-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It seems your concern was more on the implementation of Google Ads API Beta in PHP client library. I would suggest to post your issue on this link as the PHP client library owners are better equipped to assist you here. Thanks and

Re: TargetingIdeaService api results different from the keyword panning tool resutls

2018-12-05 Thread Chen Roger
update --- I found the problem (bug?) Different languages lead to different results But any language, if it is its own keyword, can show results with keyword planner tool. example1 keywrod: "apple watch" location: Taiwan language: English UI tool can get result, api can get result also

Re: Failed to upload MoneyWithCurrency data

2018-12-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Feiran, Thank you for providing detailed information on your concern. Based on your SOAP logs, I noticed that you use moneyWithCurrencyValue as value to your PRICE. You should take note that the data type for AdCustomizerFeedAttribute.Type PRICE

Re: TargetingIdeaService api results different from the keyword panning tool resutls

2018-12-05 Thread Chen Roger
Hi, Peter Thank you for replying to me. I am using python3.6 I don't know how to get SOAP and I provide my code to help you. and question.1: requestType:'STATS , but I don't get "apple watch" question.2: I use the function twice to get results (requestType: 'STATS', requestType: 'IDEAS') ,

Re: Please run this script with UTF-8 encoding to avoid errors.

2018-12-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Bruno, It seems your issue is more related to the Python client library rather than the AdWords API. I would suggest to post your issue on this link as the Python client library owners are better equipped to assist you here. Thanks

Please run this script with UTF-8 encoding to avoid errors.

2018-12-05 Thread Bruno Jin Yano
Hello, I live in Brazil and when I try to make an Adwords API call in Python3 IDE (Spyder) and this error appears: "Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid errors." How can I solve this problem? Thank you, -- --

Please run this script with UTF-8 encoding to avoid errors.

2018-12-05 Thread Bruno Jin Yano
Hello, I live in Brazil and when I try to make an Adwords API call in Python3 IDE (Spyder), this error appears: "Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid errors." How can I solve this problem? Regards, -- --

[PHP] How to convert response getKeyword()->getMatchType() from INT to STRING REPRESENTATION

2018-12-05 Thread Евгений Гардыш
Hi. Trying to use PHP lib google-ads-php. I`m making call getAdGroupCriterion()->getKeyword()->getMatchType() and get results as int. For example: 2 . I found a class Google\Ads\GoogleAds\V0\Enums\KeywordMatchTypeEnum\KeywordMatchType with defined constants which are representing int

Failed to upload MoneyWithCurrency data

2018-12-05 Thread Feiran Yang
Hello, I tried to upload some dummy data to test api call for AdCustomizer, everything worked except for type PRICE: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

Re: Segment fields in Keywords Performance Report

2018-12-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergey, The Keywords Performance Report is implicitly segmented as discussed in this guide and would probably the cause of why you are getting duplicate results. To elaborate, keyword Id along with the

Re: Remarketing audience list: fetch "Size: YouTube" and "Size: GMail"

2018-12-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Maxim, On the AdWords API perspective, I can confirm that only the AdWordsUserlistService is available to fetch the fields indicated in the UI except the three columns: "Size: YouTube", "Size: GMail"

Segment fields in Keywords Performance Report

2018-12-05 Thread Sergey Kapustin
Hello, Shouldn't these fields be considered as "Segment" and not "Attribute" on https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report ? When i query the extracted data in this report i get more then one row per keyword (because same keyword was used in

Re: API Question. Installs, In-app actions

2018-12-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, these specific fields ("Installs" and "In-app actions") are currently not available in any type of reports. You may follow our blog for updates in AdWords API. Best regards, Peter AdWords API Team On

Re: TargetingIdeaService api results different from the keyword panning tool resutls

2018-12-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Chen, Thank you for contacting support. For your question #1, the search term would not be included in the results when your requestType = IDEAS. If you wish to have the '*apple watch*'

'Installs', 'In-app actions' How can I get that value?

2018-12-05 Thread bsjeong87
[English] API is under development. We are using Criteria Performance Report to acquire data. Get Cost, Conversions. I succeeded in getting the value. But I could not find them. 'Installs', 'In-app actions' How can I get that value? [Korean] API 개발 중입니다. Criteria Performance Report를 사용하여 데이터를

Remarketing audience list: fetch "Size: YouTube" and "Size: GMail"

2018-12-05 Thread Maxim Sigalin
Hello, I am looking for a way to obtain data like in AdWords UI/Remarketing Manager/Audience Lists (https://ads.google.com/aw/audiences/management). AdWords API has AdWordsUserListService which provides everything I need except for two columns "Size: YouTube" and "Size: GMail" (actually I also

API Question. Installs, In-app actions

2018-12-05 Thread bsjeong87
[image: install_inapp.png] [English] API is under development. We are using Criteria Performance Report to acquire data. Get Cost, Conversions. I succeeded in getting the value. But I could not find them. 'Installs', 'In-app actions' How can I get that value? [Korean] API 개발 중입니다. Criteria

Re: Php SDK get campaign spent budget (daily)

2018-12-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nicolò, For yesterday's data, you can use ReportDefinitionDateRangeType::YESTERDAY. I was unable to replicate this on my test account. Could you reply back with a client customer id and AssociatedCampaignId where you see this? Also, do you see the same data via Budgets report in the UI

Re: Integer or Float with Customizer

2018-12-05 Thread Costantin
Hi Dannison, Sorry but I still don't get it. The name field should be the column name, for type STRING, I can pass any random name and the column gets appropriately labeled with that name on Google Ads. I'm pretty sure that the same is supposed to happen also with type FLOAT or other types.

Php SDK get campaign spent budget (daily)

2018-12-05 Thread nicolò Cozzani
Hi, would i'd like to achieve is to know everyday how much of the budget was spent the day before. Thas my code : $selector = new Selector(); $yesterday = date('Ymd',strtotime("-2days")); $today = $yesterday = date('Ymd',strtotime("-1days")); $selector->setFields(["Amount","Cost"]);