Re: WRITE_ACCESS_DENIED when adding FeedItems

2015-08-12 Thread Stacie Waleyko
Hi Julia, What kind of feed items are you trying to create? We were having problems yesterday because the ONLY field for call extension feeds was sunset. Stacie On Wednesday, August 12, 2015 at 6:00:41 AM UTC-7, Julia Garibaldi wrote: Hi Guys, We are creating FeedItems using the AdWords

Re: WRITE_ACCESS_DENIED when adding FeedItems

2015-08-12 Thread Stacie Waleyko
One more thing - are you still using destination URLs? I think someone had a similar problem recently: https://groups.google.com/forum/#!topic/adwords-api/Ok4IqISpxl8 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: MarginalCpc Using getCriterionBidLandscape

2015-08-12 Thread Anthony Madrigal
Hi Uttam, The error INVALID_FIELD_NAME is occurring because the field *MarginalCpc *was deprecated in v201502 https://developers.google.com/adwords/api/docs/reference/#v201502. Unfortunately, there is no workaround to get this field's data. Regards, Anthony AdWords API Team -- --

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-08-12 Thread Ashley Xu
We currently don't have that log. Is there a way to get it? We are using AdwordsApiClient_18.6.0. Do we have API to get this? Thanks Siming Xu On Tuesday, August 11, 2015 at 9:00:30 AM UTC-7, Anthony Madrigal wrote: Hi Ashley, Could you please send me your SOAP request and response through

Re: How to manipulate cells (with data) that have been inserted in a new row after the form submission

2015-08-12 Thread Umesh Dengale
Hello, This forum is related to the AdWords API. Please post your question in the Apps Script https://developers.google.com/apps-script/support and follow the instructions https://developers.google.com/apps-script/support#questions for posting. Thanks, Umesh, AdWords API Team. -- --

Re: WRITE_ACCESS_DENIED when adding FeedItems

2015-08-12 Thread Umesh Dengale
Hi Julia, Could you provide the SOAP request and response logs? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: budgetService.mutate() returns exception [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null']

2015-08-12 Thread Adam Nowak
I found solution for this exception ([AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null'] ): the problem was in refresh token - when I generated his with *OAuthTokenGenerator* and he shows new window and ask for permission I was logged in my private email, not as mcc-t...@gmail.com.

MarginalCpc Using getCriterionBidLandscape

2015-08-12 Thread uttam mohanty
Hi I am trying to get the marginalCpc using the getCriterionBidLandscape service. I am making soap call to the service. *Request :* SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201506; SOAP-ENV:Header

WRITE_ACCESS_DENIED when adding FeedItems

2015-08-12 Thread Julia Garibaldi
Hi Guys, We are creating FeedItems using the AdWords Java API. This was working fine until yesterday, when we started getting the WRITE_ACCESS_DENIED error while doing the exact same operation. Has anything been changed? Any new permissions needed? The feed items that we are trying to add

Singular and plural keywords

2015-08-12 Thread Lance Matthews
I’m new to AdWords and wanted to know if it was necessary to include a plural for a keyword or whether Google included a search for the singular when someone searched for plural and vise versa. What about a word like ‘canopy’ and ‘canopies’? -- --

Edit existing customer data.

2015-08-12 Thread Adam Nowak
Hello. I want to change name of one of my customer by AdWords API. https://lh3.googleusercontent.com/-hbqtlyd1MH4/Vcs552s4pRI/ABM/9ch5GeBgIQw/s1600/Przechwytywanie.PNG Is it possible? I wanted to use ManagedCustomerService (like in add new customer case) but according to documentation

Re: Singular and plural keywords

2015-08-12 Thread Anthony Madrigal
Hey Lance, Welcome to AdWords! Your question is probably best suited for someone in the AdWords Community forum. Could you please submit your question there https://www.en.adwords-community.com/ since this forum is focused on AdWords API https://developers.google.com/adwords/api/? Thanks and

Creating Mobile App Engaement Ads in bulk

2015-08-12 Thread sebastian . lamelas
Hello, I have a couple of questions regarding the creation of Mobile App Engagement Ads. 1) As of my understanding, the AdWords Editor does not allow you to upload many Mobile App Engagement Ads in a bulk. Is that so? 2) Because of this limitation, we are going to use the AdWords API. Mobile

Re: oAuth v201506 cannot download the report

2015-08-12 Thread Umesh Dengale
Hello, Could you enable the SOAP logs https://github.com/googleads/googleads-dotnet-lib/wiki/Understanding-App.config#user-content-logging for the .NET client library and see the inner exception? If you are not able to fix the above issue by going over the SOAP request and response then

Re: Edit existing customer data.

2015-08-12 Thread Anthony Madrigal
Hello Adam, Unfortunately, there is is no way to set the customer name through the API, like you said. However, you can set the account name through the UI by clicking on the pencil icon that is shown in your screenshot. Regards, Anthony AdWords API Team -- --

How to manipulate cells (with data) that have been inserted in a new row after the form submission

2015-08-12 Thread adrien . tardif
Hello My aim is to fill a pre-formated spreadsheet from a google form. The issue I am facing is The new row inserted after submitting a new form is not applying the formatting I have defined for my sheet. I would like to manipulate the inserted cells and their data using the trigger

Re: WRITE_ACCESS_DENIED when adding FeedItems

2015-08-12 Thread Julia Garibaldi
Hi guys, Thanks a lot for your answers. We already fixed this by setting the Final URL field instead of the Link URL field. Best regards. El miércoles, 12 de agosto de 2015, 13:45:05 (UTC-3), Umesh Dengale escribió: Hi Julia, Could you provide the SOAP request and response logs? Just click

Re: bid adjustments

2015-08-12 Thread CFJ
This thread is nearly two years old, but according to the documentation, AdGroupBidModifierService still has HighEndMobile as the only Criterion type that it accepts. Is that still true? If so, are bidModifiers for Gender on the roadmap anytime soon?