Re: Is the Auction Insights data available via API?

2017-10-24 Thread Anup Mamachan
Hi Shwetha, Thanks for the response, I got to know from your previous posts that Auction Insight Report API is still not available. It would be great if you can give us some hint on how to get the same report by aggregation of below reports. - SearchImpressionShare

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-24 Thread hari krishna
We changed url like this and it is working fine. oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).withTokenUrlServer("www.xxx.com/token/").fromFile().build() .generateCredential(); Thanks! Hari. On Thursday, October 5, 2017 at 4:07:39 PM UTC+5:30, hari krishna wrote:

Re: TargetingIdeaPage Entries always is null

2017-10-24 Thread pham tri
Vào 10:48:47 UTC+7 Thứ Tư, ngày 25 tháng 10 năm 2017, pham tri đã viết: > > Thanks .This is my log. > > Vào 13:11:00 UTC+7 Thứ Ba, ngày 24 tháng 10 năm 2017, Peter Oliquino đã > viết: >> >> Hi, >> >> You may be able to enable SOAP logging by referring to this guide >>

Re: TargetingIdeaPage Entries always is null

2017-10-24 Thread pham tri
Thanks .This is my log. Vào 13:11:00 UTC+7 Thứ Ba, ngày 24 tháng 10 năm 2017, Peter Oliquino đã viết: > > Hi, > > You may be able to enable SOAP logging by referring to this guide > . >

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread Hyungchul Park
Hi, okay, i understand what you say. i waiting for your message please responded back to this post Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Credential could not be refreshed, java client library version v201708

2017-10-24 Thread hari krishna
Seems this is issue with our proxy server, our proxy server changing the url and that causes this refresh token expire issue. We fixed it in our side. Thanks! Hari. On Friday, September 22, 2017 at 11:11:00 PM UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Hari, > > To

I need to get userList added to a particular campaign for java client library v201708

2017-10-24 Thread hari krishna
Hi, 1) My requirement is to removed particular email address from user list added to a particular campaign. Can you please help me on how to do that.I checked example code and could not find anything like this. 2) Is there any possibility to get all user list from a campaign and remove or

Re: label_service.get() returns None in Python

2017-10-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Margaret, You are right, if there are no labels matching the text, the API should give a response with zero "totalNumEntries". Could you enable logging and share the SOAP request and response along with

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that the criterionId is that of a keyword. Bid modifiers are not supported for criteria of type Keyword. Please see this guide for the targeting and bidding options available for different Criteria types. The

Re: Adwords API don't return results for some keywords

2017-10-24 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'd be glad to help you troubleshot the issue you are having with the AdWords API TargetingIdeaService . Please ensure that you are selecting the same options in TargetingIdeaService and keyword

label_service.get() returns None in Python

2017-10-24 Thread Margaret
I have code that tries to "get" a label with certain text, and if it doesn't find it, creates a new label with the text. I expect if the label doesn't exist I would still get a LabelPage back with totalNumEntries = 0, but recently I've been getting None back from time to time. When this

label_service.get() returns None in Python

2017-10-24 Thread Margaret
I'm trying to check to see if a label exists in my test account (which has a lot of labels), but when I try to use the result of my get request, it seems to be None instead of a LabelPage with totalNumEntries = 0. Is it just taking time for the response to come back? Is there a way to have the

Re: Get and mutate operations is returning 'None' in python api.

2017-10-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you saying that the all of your API calls started to fail recently? Are they failing with some error or just that you are getting zero results in the response? Could you please enable logging and

Re: Is the Auction Insights data available via API?

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, I'm afraid you cannot retrieve saved reports using AdWords API. You can use the API to download various report types as described in this guide . You can use the DownloadCriteriaReportWithAwql

Re: Pause Adwords Express campaign via API

2017-10-24 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Phani, You can check if the corresponding promotion in AdWords Express is paused by going to the AdWords Express user interface and navigating to the corresponding business. You'll then see the list of promotions, and each one will have a status slider at the bottom. For example, here's a

Re: How to check conversion which are imported from GA

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eric, I just wanted to check if this is still a concern for your application? It looks like Google Analytics conversion trackers are not being returned by ConversionTrackerService. I have filed a feature request on your behalf. I wanted to gather a few details on your use case where you

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-24 Thread upwork
Hi, I am new to Adwords, I am using the Api version 'v201708 with python ad_group_bid_modifier_service = client.GetService('AdGroupBidModifierService', version='v201708') and getting the error as : No handlers could be found for logger "suds.client"Traceback (most recent call last): File

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, The "The Expanded Text Ads with an additional line of description" is an experimental Ad format which was not supported in AdWords API. I would suggest that you contact AdWords product support or your account manager for more

Adwords API don't return results for some keywords

2017-10-24 Thread mcc
Hi guys, For some keywords, Google Adwords don't return results for search volume and other data, but Keywords planner has this data. For example: keyword "עידכוני חדשות". Can you assist? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Pause Adwords Express campaign via API

2017-10-24 Thread seshaphani . v
Hi Josh, Is there any way where we can check the campaigns appearing in the adwords account from the API ? We have an adwords express account for which we are not getting data after sept 5, the campaign status shows "PAUSED". How do we check if the status is paused and if the data coming is

Re: Is the Auction Insights data available via API?

2017-10-24 Thread Anup Mamachan
I have Auction Insights Report (scheduled weekly)saved in Reports tab. Is it possible to fetch these reports using any API. On Friday, October 16, 2015 at 6:33:43 PM UTC+5:30, Tat Angwattanapanich wrote: > > I know that the auction insights data is available on the adwords > interface, but can

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to set the BiddableAdGroupCriterion.userStatus to PAUSED in the SET operation to pause a criterion. I'm afraid Kotlin is not one of the supported

Re: Cant Get Developer Token

2017-10-24 Thread 'Jude Amagoh' via AdWords API Forum
Hi Thomas, I took a look at CID: 885-367-4573, due to it being a client account you won't be able to apply for API access. As discussed earlier, only Adwords Manage (MCC) Accounts can request API access. Unfortunately, Adwords don't allow you to change a client account to a manager account. I

Get and mutate operations is returning 'None' in python api.

2017-10-24 Thread Eduardo Cesar
We have an application that initialize the adwords client as bellow: self.adwords_client = adwords.AdWordsClient.LoadFromStorage(GOOGLE_ADS_PATH) Then, a lot of clients are instanced as bellow: adgroup_client = self.adwords_client.GetService('AdGroupService', version =SERVICE_VERSION) Then, we

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
The Code example should look like this sorry: fun ChangeKeywordStatus(keywordId: Long, adGroupId: Long) { val keyword = Criterion() keyword.id = keywordId val biddableAdGroupCriterion = BiddableAdGroupCriterion() biddableAdGroupCriterion.adGroupId = adGroupId

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
The code example should look like this sorry: fun ChangeKeywordStatus(keywordId: Long, adGroupId: Long) { val keyword = Criterion() keyword.id = keywordId val biddableAdGroupCriterion = BiddableAdGroupCriterion() biddableAdGroupCriterion.adGroupId =

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sending over the update privately. I was just able to reproduce the issue, and as you suspected, it does seem to be related to the specific developer token. I don't see any issues with how that developer token is configured, however, so I have filed an issue with the appropriate

How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
I'm trying to create a function in a Kotlin application (which uses the Java API) that will update the status of the keyword. By looking over the documentation i've been able to get close, but I'm not clear on what exactly I need to do to set the status. This is what I have so far: fun

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread Dmitry Iliev
Hello Swetha, some of our clients has reported that Google AdWords does not offer *"The Expanded Text Ads with an additional line of description" *anymore. Could you confirm that? If so we would like to update our corresponding documentation. On Wednesday, October 4, 2017 at 8:49:10 AM UTC+3,

Re: AWQL Reporting slowdown?

2017-10-24 Thread AdWordsApiUser
Hi Michael, Any updates on this? It appears that some particular accounts are affected more badly than others. If I find something specific I will send it across. Thanks. MG On Wednesday, October 18, 2017 at 5:50:42 PM UTC+5:30, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Thanks

Re: where I approve ThirdPartyRedirectAd?

2017-10-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Angel, To better assist you, could you provide your clientCustomerId? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: adwords Fatal error: Uncaught Error

2017-10-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pradeep, The issue you are encountering appears to be more of a PHP client library specific error. This being said, you can get in touch directly with the PHP client library owners via this link . Best regards, Peter AdWords API Team

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread Hyungchul Park
> > Hi >> >> i still encounter same issues >> >> i think this problem is not temporary issue. may functionality issue or >> developer token issue. >> >> if this problem temporary issue, why i encounter this issue for a week? >> >> because of this problem, i can't develop at company >> >>

where I approve ThirdPartyRedirectAd?

2017-10-24 Thread angel . ortiz
I tried to create a ThirdPartyRedirectAd but sent me this error "AdError.CUSTOMER_NOT_APPROVED_THIRDPARTY_REDIRECT_ADS". where I approve this type of ads? my code: ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd(); thirdPartyRedirectAd.setName("Example third party ad #" +

Re: TargetingIdeaPage Entries always is null

2017-10-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may be able to enable SOAP logging by referring to this guide . Once enabled, you can try your request once more and send to me privately (using the *Reply privately to author*