Re: discrepancy between API and UI

2018-11-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Can you include a screenshot that has more context, including column names and filters, to help us investigate? You can reply privately to me rather than post publicly by using the drop-down arrow at the top-right of my post. Regards, Mike, AdWords API Team On Wednesday, November 7,

Re: discrepancy between API and UI

2018-11-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thanks for the screenshot! I am going to investigate and get in touch with the team in charge of this column to try to figure out why it's showing in the web interface but not in the API. I will let you know when I have any information to share. Regards, Mike, AdWords API Team On

Re: discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
That would be greatly appreciated. Thank you! On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Thanks for the screenshot! I am going to investigate and get in touch with > the team in charge of this column to try to figure out why it's

Re: LocationCriterionService, location name is not fully translated in RU locale, why?

2018-11-07 Thread Олег Голованов
Hi. Example shown above is just one of many-many others. The main question is: why keyword planner ( https://ads.google.com/aw/keywordplanner/home ) shows correctly translated region, but API not? Keyword planner uses another "database", or? Thanks. On Wednesday, November 7, 2018 at 2:55:04

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2018-11-07 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Robert, The solution described by Jean seems to be the best option for you based on your requirement. Regards, Sai Teja, AdWords API Team. On Friday, August 25, 2017 at 2:42:38 PM UTC-4, Tim Johnson wrote: > > Hi Support, > > As my application will be supporting users from multiple MCC

Re: AVERAGE_CPC feedback

2018-11-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you confirm if you were trying to get the RequestType.STATS using the TargetingIdeaService

Re: discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
I just sent a screenshot to you. Thanks very much for taking a look! On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Can you include a screenshot that has more context, including column names > and filters, to help us investigate?

Re: Error accepting MCC invitation with PHP

2018-11-07 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Facundo, Glad the problem is resolved. Thanks for sharing your solution, it might be helpful for others. Regards, Sai Teja, AdWords API Team. On Tuesday, November 6, 2018 at 6:15:51 AM UTC-5, Facundo Fasciolo wrote: > > Hello. > > I'm having some trouble accepting a sent MCC link

Re: USER_PERMISSION_DENIED to a new MCC account

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Omri, The AuthorizationError.USER_PERMISSION_DENIED error occurs when user does not have permission to access the customer. It could be that there is no link between the manager

Re: Product Performance Reporting not showing products that were deleted only on Merchant

2018-11-07 Thread Rafael Botas
Could anyone please help? quarta-feira, 7 de Novembro de 2018 às 16:33:47 UTC, Rafael Botas escreveu: > > Hello, > > we built a system that automatically detected when a user deleted a > product from Merchant and then checks on Google Ads if it exists to delete > it from there too. > To do that

Re: Error accepting MCC invitation with PHP

2018-11-07 Thread Facundo Fasciolo
Hello Teja! I could solve this issue, I'll share the problem in case it can help another person. The problem was that I had an error in code: When trying to accept the invitation, instead of doing: $linkOp->setOperator(Operator::ADD); I had to do: $linkOp->setOperator(Operator::SET); That

Re: Check if telephone number was clicked in Google Ads

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eryk, Account statistics in reports(such as clicks, conversions and impressions) are are usually computed within a day. You may refer to this guide about data freshness for further details. As per your

How links (map)product from Product Partition Report and Shopping Performance Report

2018-11-07 Thread Александр Михайленко
Hello. How I can links products from Product Partition report and products from Shopping Performance report ? I recieve data from shopping campaign report, doing some calculations, and need to update product bid (max.CPC) in my account. But i can't find a criteria ID in shopping campaign

Newbie In Need Of Direction

2018-11-07 Thread Daniel Starns
Hi All, I have been studying programming & computer science for a year now. HTML & CSS for more than 2 years. I am very confident using javascript & have been producing app scripts on ads for months. I have started learning python due to the fact there is a demand for using the ads api at my

Error when set advertisingChannelSubType value

2018-11-07 Thread Tuan Nguyen Minh
Hi, When i create new campaign with advertisingChannelSubType value, i receive an error: *OperationAccessDeniedReason.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE. (Error: OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE, FieldPath:

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while adding HTML5 ads

2018-11-07 Thread Inessa M
Hi all, I try to add some HTML5 ads using BatchJobs (I didn't try to send it without BatchJobs; API version is 201802) and get InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. Can anyone help me please? Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: UNEXPECTED_INTERNAL_API_ERROR when creating html5 template ad

2018-11-07 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, This is quite an old thread. Can you do me a HUGE favor? Could you please start a new thread with this question as I believe this may be a new issue? Thanks, Nadine, AdWords API Team On Tuesday, November 6, 2018 at 7:23:21 PM UTC-5, Inessa M wrote: > > Hi all, > > I try to add some

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while adding HTML5 ads

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The UNEXPECTED_INTERNAL_API_ERROR indicates that there might be a temporary issue in the servers or could be due to a bug. Could you confirm if you are able to encounter

Re: Product Performance Reporting not showing products that were deleted only on Merchant

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rafael, To investigate this further, could you provide the clientCustomerId used in downloading the report and screenshot that shows the product in the Google Ads UI? You may send them to me using the *reply privately to author* option. Regards, Dannison, AdWords API Team On Thursday,

Re: Error when set advertisingChannelSubType value

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tuan, The error OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE is encountered when you are invoking an operation that is not supported for that specific campaign type. Upon checking

Re: Product Performance Reporting not showing products that were deleted sakahjlblhbibfkshr.coonly on Merchant

2018-11-07 Thread الشيخ الروحاني الحاج رشيد الكندي
Re: Product Performance Reporting not showing products that were deleted sakahjlblhbibfkshr.coonly on Merchant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Newbie In Need Of Direction

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dan, Unfortunately, I can only point you to our documented guide. To help you get started you can follow this guide about the AdWords API and for the sample Python code basic operations you may refer to this guide

Re: UNEXPECTED_INTERNAL_API_ERROR when creating html5 template ad

2018-11-07 Thread Inessa M
Hello Nadine, Sure, here is the new thread https://groups.google.com/forum/#!topic/adwords-api/GT4j1vigFC8 . Regards, Inessa M. четверг, 8 ноября 2018 г., 7:08:21 UTC+10 пользователь Nadine Sundquist (AdWords API Team) написал: > > Hello, > > This is quite an old thread. Can you do me a HUGE

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2018-11-07 Thread Srinivas Giduthuri
Thanks, Sreelakshmi for the update. We are using a test account, what can we do in this case? Do we need to wait for the fix? Thanks, Srinivas On Wednesday, November 7, 2018 at 3:50:01 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Srinivas > > To share an update with

Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, Unfortunately, I cannot provide a comment on why it is redirecting to your catch function. However, you could refer to the sample codes for reporting provided in this guide and our reporting guidelines

Linking Adwords Account to MCC Account Not Authorized

2018-11-07 Thread Anouar Kacem
I am trying to link an Adwords Account to MCC Account 1. Adwords Account : User1 (Our Client) 2. MCC Account: User2 (Our Company) 3. 4. I created a project/application on google console developer to get *Client_ID* and *Client_Secret* using User2 email. 5. I recovered Access

KEYWORDS_PERFORMANCE_REPORT does not returns Negative Keywords and returns more keywords as there is at the accouunt

2018-11-07 Thread Saidar Ramazanov
Hi Everyone! I faced with a problem of getting Report from AdWords using API ad JAVA. The problem is: 1) KEYWORDS_PERFORMANCE_REPORT - does not returns any negative keywords on the AdGroup level. It is my queary for Negative keywords: query = new ReportQuery.Builder() .fields(

Re: LocationCriterionService, location name is not fully translated in RU locale, why?

2018-11-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as I can not comment on if they utilize different databases or back-end configurations. However, I have already created a feature request for this to further check this behavior. I will inform you once there are updates. Best regards, Vincent AdWords API Team On Thursday,

Re: How links (map)product from Product Partition Report and Shopping Performance Report

2018-11-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The ProductGroup field of Product Partition Report returns the full product partition path. If your product partition tree is only one level deep, it will return something like ' * /

Average CPC Feedback

2018-11-07 Thread dsole . transperfect
I have done a comparison between keyword planner and google adwords API. When you search the keyword "hola" (filtered by spain location) you get a CPC suggested bid of €0.46. But when you get the results of Google Adwords API you get an average CPC of 309151 ~= 0.31 $. Why it differs too

SearchRankLostImpressionShare mismatch between API and UI

2018-11-07 Thread Xiaoyun Yang
Trying to get the search rank lost impression share via google adwords API using *ADGROUP_PERFORMANCE_REPORT*, but most of my ad groups show undefined search lost is (rank): Campaign ID Ad group ID Device Day Avg. > position Impressions Search Lost IS (rank) >

Data difference between API and UI

2018-11-07 Thread Xiaoyun Yang
When I download adgroup performance that includes search lost is rank data, most of the ad groups show undefined while the UI shows actual numbers. What could be the problem? Here is the query I used: SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions,

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2018-11-07 Thread robert
Hello Im about to start using the php-library after 10 years of Adwords Api the native style. But I am not able to find out how to share my credentials (including access token). When I read this thread I get the feeling that it is not a common use case, but when I read Google Ads-docs its

AVERAGE_CPC feedback

2018-11-07 Thread dsole . transperfect
I have done a comparison between the keyword planner and the adwords api results. When you search the keyword "hola" (filtered with spain location) in keyword planner, you get the suggested bid: €0.46 But when you use the google adwords api (filtered with spain location), you get an average

Re: Can I set target setting to Observation when I add audience or topic to ad group via api?

2018-11-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, Setting the targeting setting of an audience to Observation is not yet supported in the API. You can only do this currently in the UI as you can see in this guide . Kindly follow our blog

Re: LocationCriterionService, location name is not fully translated in RU locale, why?

2018-11-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, We were able to replicate the scenario. With this, I have created a request to update that particular location to its Russian equivalent. However, it is not a guarantee that this will be updated. You may follow our blog for

Both in-market categories csv file and ConstantDataService don’t contain inmarket audience 91100

2018-11-07 Thread Hayley Ye
Hi, Is there an in-market audience's id is 91100? I can't find it in the csv file(https://developers.google.com/adwords/api/docs/appendix/codes-formats#in-market-categories) and ConstantDataService. Could you provide me more details about this audience and why I can't find it in

USER_PERMISSION_DENIED to a new MCC account

2018-11-07 Thread omrigal
Hi, We are a third party that manages our new customer MCC account. When calling *ManagedCustomerService *we receive - AuthorizationError.USER_PERMISSION_DENIED. I would like to add the full logs once I can replay privately, Thanks in advance, Omri Gal -- --

Re: Check if telephone number was clicked in Google Ads

2018-11-07 Thread Eryk Schubert
Hey, thanks for you answer. I have a few more questions. You said that this is not being made in real-time. So you mean that the information about call is usually inserted to report with some delay, right? What is the delay then? Is there any way to use some other reports (with having that

Fwd: Data discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
-- Forwarded message - From: Xiaoyun Yang Date: Tue, Nov 6, 2018 at 2:58 PM Subject: Data discrepancy between API and UI To: Trying to get the search lost is (rank) from adgroup performance report; But most of my ad groups, even high performance groups get undefined search lost

Difference between API and UI

2018-11-07 Thread Xiaoyun Yang
Trying to get the search lost is (rank) from adgroup performance report; But most of my ad groups, even high performance groups get undefined search lost is while the UI shows actual numbers. The query I am using is: SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions, >

discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
Trying to get the search lost is (rank) from adgroup performance report; But most of my ad groups, even high performance groups get undefined search lost is while the UI shows actual numbers. The query I am using is: SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions, >

Re: Cancel account in api

2018-11-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you clarify if you are referring to cancellation of link invitation to client account? If so, then you can use the ManagedCustomerService . This is done by setting the link status to CANCELLED

Can I set target setting to Observation when I add audience or topic to ad group via api?

2018-11-07 Thread Ken Hsu
Hi everyone Is there any way to set target setting to Observation when I add audience or topic to ad group via api? Just like attachment thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Cancel account in api

2018-11-07 Thread fedorinovaaori
Hi. I have mcc and I want to cancel the linked customer The adwords interface has a button "Cancel my account". How to do the same in api (AdWords API or Google Ads API)? Is there a method "Cancel account" in api (AdWords API or Google Ads API)? -- --

LocationCriterionService, location name is not fully translated in RU locale, why?

2018-11-07 Thread Олег Голованов
Hi. Let's take as example location with id = 9057027. Its canonical name is "Petersburg Borough,Alaska,United States". Problem: if i request that region with locale=RU, its name will be "Petersburg Borough,Аляска,Соединенные Штаты Америки". At the same time thats region is correctly translated

Re: Both in-market categories csv file and ConstantDataService don’t contain inmarket audience 91100

2018-11-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hayley, I also checked the CSV file and tried checking the list being returned by the getUserInterestCriterion() method of the ConstantDataService

Why I got empty content in CRITERIA_PERFORMANCE_REPORT in python

2018-11-07 Thread swu45 via AdWords API and Google Ads API Forum
Here's code I most copy from the sample(https://developers.google.com/adwords/api/docs/samples/python/reporting#download-a-criteria-performance-report-with-awql) import sys from googleads import adwords def main(client): # Initialize appropriate service. report_downloader =

Re: Offline Call Conversions Upload Error - Getting "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR"

2018-11-07 Thread joel
Hello Dannison, The issue was in fact related to the large size of the request you mentioned. Everything is working fine now. Thank you for your response! On Monday, 5 November 2018 19:04:46 UTC+1, Dannison Yao (AdWords API Team) wrote: > > Hi Joel, > > The UNPARSEABLE_CALLERS_PHONE_NUMBER

Re: AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-11-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, Thanks again for raising this issue. The fix for this is live, so you can now filter by *AdType* in your *AdService* get requests. Please give it another try and post back here if you encounter any issues. Cheers, Josh, AdWords API Team On Monday, October 22, 2018 at 12:20:26 PM

Re: Why I got empty content in CRITERIA_PERFORMANCE_REPORT in python

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, Upon reviewing this thread, Saidar is correct in his conclusion that you might not have any data on your account. Make sure that the clientCustomerId you're using is correct when downloading the report. However, if you validate that there is indeed some data in your account and the

ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread saidar
Hi everyone! I faced with another one issue, and cannot understand what can be a problem... ReportQuery query = new ReportQuery.Builder() .fields( "Id") .from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT) .where("Status").equalTo(ENABLED_STATUS) .build(); ReportingConfiguration

Re: AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-11-07 Thread Dorian Kind
Hi Josh, works great now! Thanks for the quick fix. Best regards, Dorian On Wednesday, 7 November 2018 15:56:03 UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi Dorian, > > Thanks again for raising this issue. The fix for this is live, so you can > now filter by *AdType* in your

Re: Why I got empty content in CRITERIA_PERFORMANCE_REPORT in python

2018-11-07 Thread saidar
Hi! As I understood that kind of reply means that you do not have data ion your account. There are can be different things: 1) Check that you are sending request to the right account: (not Managment account (Test/Prod) it should be exact Testing or Prod customer account) 2) Check that you have

Product Performance Reporting not showing products that were deleted only on Merchant

2018-11-07 Thread Rafael Botas
Hello, we built a system that automatically detected when a user deleted a product from Merchant and then checks on Google Ads if it exists to delete it from there too. To do that we are using the Product Partition Report to get all the Google Ads products in not removed Campaings/AdGroups.