Re: EntityNotFound

2018-03-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Fabio, My apologies as I can only provide support in English. The EntityNotFound.INVALID_ID error means that the ID that you are referencing in your request is not existing in your client account. For

Re: Uploading offline conversions via API

2018-03-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Alex, Yes, you can upload offline conversions via the AdWords API. You can check this guide for more information on how to do this and you may refer to our Java example here

Re: "Dynamic Remarketing" List is shown as 'Unknown' list type when downloading it via AdWordsUserListService

2018-03-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jianbo, In order to better investigate your issue, could you send to me the complete SOAP request and response that was generated when you got the 'UNKNOWN' list type result? You may reply using the *Reply privately to author* option. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~

Re: Getting whitelisted for the Budget Order Service

2018-03-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Luis, Could you provide your MCC Id that you wish to be whitelisted for BudgetOrderService.mutate() ? Kindly use the *Reply privately to author* option. Thanks, Vincent AdWords API Team -- -- =~=

EntityNotFound

2018-03-07 Thread Fabio Luan
Estou recebendo esse erro ao tentar remover um produto de uma campanha: EntityNotFound.INVALID_ID @ operations[0].operand.criterion.id; trigger:'CriterionId{id=53777817}. Chequei todos os dados enviados e eles estão corretos, além disso, utilizo essa mesma operação em outras situações do meu si

Uploading offline conversions via API

2018-03-07 Thread Alex Nikolov
Is there a way to upload my offline conversions via the official API. Right now we are doing this manually from a csv file, but I wont to ditch the whole file thing and just send the data as json from a cron job. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: Failed to refresh access token error after updating Google Adwords library version from v201708 to v201802

2018-03-07 Thread Shafeena Kabir
Hi Vincent, Thank you very much for your help! I was able to figure out that the property file contained duplicate keys for OAuth2 client ID, client secret , refresh token , developer token etc after API version migration. The issue got resolved after the duplicate keys with blank values where

Re: How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
So after I give profesio...@blvnp.com the Oauth and refresh token, all I will have to do is update the INI source file I use to connect with the API? No need to remove and re-add perso...@blvnp.com? On Thursday, March 8, 2018 at 12:16:04 AM UTC+8, Dhanya Sundararaju (AdWords API Team) wrote: >

"Dynamic Remarketing" List is shown as 'Unknown' list type when downloading it via AdWordsUserListService

2018-03-07 Thread Jianbo zhu
Hi, Adwords team, I got one question about AdWordsUserListService . For those 'dynamic remarketing' user list created in Adwwords UI, the list type

Re: adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Trevor, Thanks for explaining your scenario. It seems that this issue is more on the .NET client library as you mentioned that the C# object has adServingOptimizationStatusSpecified field which is set to true automatically, and this makes your request fail since if you are updating a field

Re: AttributePrefixUnbound?v:searchParameters

2018-03-07 Thread 18824261965
Hi, I understand, thank you for your help 在 2018年3月8日星期四 UTC+8上午12:10:40,Sreelakshmi Sasidharan (AdWords API Team)写道: > > Hi, > > Thank you for sharing the screenshots. I see that you are creating a > Display campaign and trying to get the keyword ideas as shown in that UI > view. The Targeting

Re: Some keywords are failing whole volume batch in TargettingIdeaService

2018-03-07 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Folks, We have a fix in place now, could you try and see if the behaviour between API and UI are consistent? Feel free to post examples that don't work on this thread. Cheers Anash P. Oommen, AdWords API Advisor. On Friday, March 2, 2018 at 12:44:00 PM UTC-5, Anash P. Oommen (AdWords API Team

Getting whitelisted for the Budget Order Service

2018-03-07 Thread Luis C. Cruz
Hi I want to perform mutate operations on the Budget Order Service but I must have a whitelisted manager account. However I don't know if we have been asigned a google representative and can't find another way to do it. Who can help me to get whitelisted? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Richard, My knowledge of Gradle is pretty limited, I'm afraid, but did you try adding *mavenCentral()* to your list of *repositories* as shown here ? Thanks, Josh, AdWords API Team

Re: How to map Keywords report and call metrics call details report ?

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As you said, the stats of a specific call can be retrieved using the Call Metrics Call Details Report . Using this report, you will only be able to get the stats at the AdGroup level but not

Re: How to get estimated reach for Universal App Campaign through Adwords API

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Yiwei, Are you trying to analyze the stats of your UAC campaigns? If so, please check this section of the guide for more details about that. You could use the CAMPAIGN_LOCATION_TARGET_R

Re: Issue downloading sitelink performance report

2018-03-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Tirtha, The PAGE_SIZE in the sample code determines the maximum number of account ids returned in the queue for a MCC. So, a change in that value would only restric

Re: AdvertisingChannelSubType not retrieved

2018-03-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Biniam, You will be able to display the data that you want by specifying the selector fields in just the response. Sample code is available in this

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread goldenmaza
Hi Josh 1) Yes, it is intentional as I first believed that by placing the jar files under the libs folder that they would get their respective classpath automatically. 2) I've updated the build file as follows: implementation 'com.google.api-ads:ads-lib:3.12.0' implementation 'com.google.api-a

Re: Structure Report for CustomerNegativeCriterion

2018-03-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right. The CustomerNegativeCriterionService supports only the negative criteria mentioned in this guide at the account level. You could consider taking a look at

Re: How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Garik, In order to change the email displayed in your client's change logs to profesio...@blvnp.com, you would need to provide read-write access to profesio...@blvnp.com in your manager account. Then, after you are logged in as profe

Re: Как получить кол-во установок в отчете CAMPAIGN_PERFORMANCE_REPORT

2018-03-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you let me know what field and where do you find it in the UI? This section in the guide may be handy while mapping reports to the AdWords UI. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: AttributePrefixUnbound?v:searchParameters

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Thank you for sharing the screenshots. I see that you are creating a Display campaign and trying to get the keyword ideas as shown in that UI view. The TargetingIdeaService in AdWords API is analogous

Re: adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-07 Thread Trevor Sanders
I'm not sure I made the issue clear with my original post. I am using the AdWords C# SDK to get and modify campaign objects from the API. These are the steps I'm taking, and the issue I'm having: - Get

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, If you have included all the fields in your selector, you may get the data corresponding to budget as well. Could you please share your SOAP request and response log for CampaignService.get( ) , so

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Richard, Thanks for sending over that info. I noticed two things about your *dependencies* section: 1. The dependencies for the Google Ads APIs Client Library for Java are commented out: //implementation 'com.google.api-ads:ads-lib:3.10.0' //implementation 'com.google.api-ads:adword

Re: set marketing objective parameter in display network type campaign

2018-03-07 Thread V54328u
i need to manage all parameters via api.. Thank you so much for reply. :)) On Wednesday, March 7, 2018 at 1:45:24 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > The campaigns created via the AdWords API will be equivalent to "All > features" campaign in the UI. There

Re: v201802 .NET Client Library Microsoft.Extensions.Configuration error

2018-03-07 Thread Vizergy
Thank you for the feedback. I posted this issue at the link you provided. On Tuesday, March 6, 2018 at 10:11:52 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > The issue you encountered seems to be more on the .Net client library. I > would suggest to post your issue in this

Как получить кол-во установок в отчете CAMPAIGN_PERFORMANCE_REPORT

2018-03-07 Thread igstoreservice
Не могу найти как получить значение "Кол-во установок" в отчете по компаниям (CAMPAIGN_PERFORMANCE_REPORT) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=

How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
Hello everyone, :) I have a manager account with API access that has two emails attached. They are perso...@blvnp.com and profesio...@blvnp.com When I originally setup the manager account and gave it API access I used "perso...@blvnp.com", but now I realize that when the API changes my clients

How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
Hello everyone, :) I have a manager account with API access that has two emails attached. They are ga...@blvnp.com and p...@blvnp.com When I originally setup the manager account and gave it API access I used "ga...@blvnp.com", but now I realize that when the API changes my clients campaigns th

Re: How do I stop an API making automatic changes to my campaigns?

2018-03-07 Thread Dorian Kind
Just as a FYI, that account is associated with the DoubleClick suite. The mentioned Adwords account is most likely being managed in DoubleClick Search. It's hard to fathom why they wouldn't use a more telling email address, but there you go. Best regards, Dorian On Tuesday, 6 March 2018 11:16:

How to map Keywords report and call metrics call details report ?

2018-03-07 Thread pravin . sreedharan
Hi, There was another thread : https://groups.google.com/forum/#!topic/adwords-api/MFjOE-G9N7A, which i was going through to know if it answers my questions, but it didn't seem to. Hence posting my query below: I was looking for information in the forum about how do we map a keyword to call d

AdvertisingChannelSubType not retrieved

2018-03-07 Thread Biniam Asnake
I am using the Python library and I want to retrieve campaigns with ' AdvertisingChannelType' and 'AdvertisingChannelSubType'. But, it is not returned from google Adwords and 'budget' is returned even though I didn't request to get it. Can you please tell me what the solution is? # Initialize a

Re: Retrieving search volume data problem

2018-03-07 Thread 'Steve H' via AdWords API Forum
+1 one for this feature too. Is there any update if this feature will be upcoming any time soon? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=

How to get estimated reach for Universal App Campaign through Adwords API

2018-03-07 Thread yiwei . li
Hi: I am trying to get the total number users I can reach with my location and language setting for a Universal App Campaign through Adwords API. Can you point me to the right endpoint I should use? Thanks, Yiwei -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread goldenmaza
Hi Josh According to the controlpanel I have Java 8 Update 162. build.gradle under app folder: apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" defaultConfig { applicationId "yada.yada" minSdkVersion 23 targetSd