Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-27 Thread hari krishna
Hi Josh, Please find soap and java error logs for the one of the failure. Please help us in resolving this kind of issues. Thanks! Hari. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goog

Re: How to increase bid on a placement.

2017-09-27 Thread bruce
Hi Peter, I did what you have suggested but I get this error "Uncaught exception 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message '[RequiredError.REQUIRED @ operations[0].operand.criterion.id]". Do I need to add criterionId? Thank you, Ben On Tuesday, September 26, 2017 at 2:25:05

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, just to clarify: The documentation at https://developers.google.com/adwords/api/docs/reference/v201708/FeedItemService.FeedItemAttributeValue clearly says *"Leave empty to clear an existing PRICE attribute value."* when talking about the "moneyWithCurrencyValue" field. So is the

Re: How to increase bid on a placement.

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ben, Yes, you will need to set the ID of the Placement criterion and other dependent objects that you wish to modify. If the issue persists, kindly send to me privately, via the *Reply privately to author* option, the generated SOAP request and response so I can investigate further. Best re

Add ad ID as URL parameter

2017-09-27 Thread Vladimir Tatarsky
Hi guys! Is that possible to add an advertisment ID as URL parameter somehow? We need that for Analytics. I know that Ad object is immutable. Is there any workaround? Thanks, Vladimir -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: Get The Operations List

2017-09-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you still have clarifications, kindly provide the information that I asked in my previous reply. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

Re: Error: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response:

2017-09-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you are still facing this issue, kindly provide the details that I asked in my previous reply. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

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

2017-09-27 Thread hari krishna
Hi, Our company has a policy that we cannot directly call adwords urls instead we need to call different url that url will intern call adwords apis and give result back to us. Is there any place that we can change this to make it work. For example, like below. Direct url: https://ac

Cannot setup Link Checker with the instructions given on the article

2017-09-27 Thread angeline . loo
I have copied the source code to my script and replaced the spreadsheet URL with the URL of the copy i made from the template given. the issue came up when i tried to preview the Script. it returns "Invalid argument: url (line 970)" in which line 970 refers to the code " return SpreadsheetApp.o

How to recover all accounts MCC?

2017-09-27 Thread fabrice . boccaccini
How to recover all accounts MCC? I have been looking for a few days on google but I find nothing. I would like to retrieve all accounts manager from an adwords account. For the moment I only get the first one. I have seen : https://developers.google.com/adwords/api/docs/samples/python/accou

How to recover all accounts MCC?

2017-09-27 Thread fabrice . boccaccini
How to recover all accounts MCC? I have been looking for a few days on google but I find nothing. I would like to retrieve all accounts manager from an adwords account. For the moment I only get the first one. I have seen : https://developers.google.com/adwords/api/docs/samples/python/accou

Re: Add ad ID as URL parameter

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vladimir, I'm afraid that you will have to REMOVE the Ad first and ADD them back along with the UrlCustomParameters you wish to include or modify. Best regards, Peter AdWords API Team

Is there any functions like DownloadReportFromUrl() available in API version201708

2017-09-27 Thread silvester correya
Hi support, Is there any functions like DownloadReportFromUrl() available in API version201708. such that I can get the csv/xml data in a variable and store it in DB. Thanks, Joseph -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Add ad ID as URL parameter

2017-09-27 Thread Vladimir Tatarsky
Hi Peter, thanks for answer. But new ads will have new, different ID's or not? Also, custom parameters I need to add are `utm_source`, `utm_medium` etc, and underscores in parameter keys are not allowed. I guess I have to simply add my parameters to URL then? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AWQL Reporting slowdown?

2017-09-27 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, No changes were made that should affect reporting speed, so I have some followup questions to see if we can determine the root cause here. - Is this across all report types, or is there a specific report type where you're seeing the slower behavior? - Do you see more rows get returned or

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorian, Thanks for pointing this out. I tried a couple of things and the following operation successfully cleared the price: SET FeedId FeedItemId 7

Unsupported DateRange type: ALL_TIME

2017-09-27 Thread Filip Holmberg
This is probably a aw-reporting related issue only but since we're in a hurry to get it solved I'll try to post here as well... "Preparing our update to v201708 but receive a "Unsupported DateRange type: ALL_TIME" message when trying to fetch all time data as we always have done. java -Xmx1G -ja

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, that works indeed! Thanks a lot for your support! Best regards, Dorian On Wednesday, 27 September 2017 16:08:46 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dorian, > > Thanks for pointing this out. I tried a couple of things and the following > operation successfully c

Re: Cannot setup Link Checker with the instructions given on the article

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address questions related to AdWords API. Since your question is related to AdWords Scripts, I would suggest that you post it in the AdWords Scripts forum as they are better equipped to address this issue. Regard

Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-09-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Francisco, You could check the clicks for those rows which are having clickType as "CALLS" in Ad Performance Report

Re: How to recover all accounts MCC?

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking to get all the accounts linked to an AdWords MCC account? If so, you need to use ManagedCustomerService.get() method as shown in the get_account_hierarchy.py

We need urgent help Please

2017-09-27 Thread Yuval Haimov
Hi guys In the past 24 hours our batch job requests are taking way more time than it used to take. Sometimes it takes over 30 minutes (until yesterday it took no more than a few minutes to complete). Any known issue with the batch job service? Our MCC account is which uses the API is adwo...@cli

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

2017-09-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hari, Appending the AdWords API URL to your server URL might not work as the resultant URL will not be a valid one. Your application will have to have the logic to internally redirect calls from the application to the corresponding AdWords API service/reports. If you are interested in using

Batch job service executes slowly

2017-09-27 Thread uvsuperDev
Hi guys In the past 24 hours our batch job requests are taking way more time than it used to take. Sometimes it takes over 30 minutes (until yesterday it took no more than a few minutes to complete). Any known issues with the batch job service? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hari, I noticed that the underlying error here is: 1495223 [main] ERROR org.apache.axis.SOAPPart - Exception: *java.lang.IllegalArgumentException: The char '0x0' after 'return code: 401* Authorization Required Authorization Required Description: Authorization is required for access to this

Re: AdGroupCriteria remove AgeRange failed

2017-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, To map the API userStatus to the user interface, you will have to set the TargetingSettingDetail at the AdGroup level using the AdGroupService

User List Size is 0 from API but not in UI

2017-09-27 Thread Stephanie Vance
I am trying to get the size of all my user lists with the python SDK. When I check the UI, I have lists of varying size from 1,300 up to 300k members. When I use the get operation of the AdWordsUserListService, all my CRM and Similar lists come back with a size of 0 and size range of "LESS_THAN

Re: Batch job service executes slowly

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide a couple of BatchJobIds so I can take a look? For large BatchJobs, to track the progress of operations, you can log the progressStats returned while the job is runni

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2017-09-27 Thread Tirtha Ghosh Dastidar
Hi Team, What if we need to download zero impressions too? I am getting this error when I am downloading keyword performance with zero impressions= True to build my structure data. On Wednesday, May 14, 2014 at 1:52:10 PM UTC-7, Jeremy Aube wrote: > > I'm trying to get a PLACEHOLDER_FEED_ITEM_R

Campaign status

2017-09-27 Thread fishli1986
Hi , 1.Are these statuses from those fields reported in the campaign report (CAMPAIGN_PERFORMANCE_REPORT)? (For the time being, from CAMPAIGN_PERFORMANCE_REPORT.ServingStatus, CAMPAIGN_PERFORMANCE_REPORT.CampaignStatus, SearchBudgetLostImpressionShare, ContentBudgetLostImpressionShare can no

When updating AdWords, does the original list get deleted?

2017-09-27 Thread david
Whenever an audience is pushed into AdWords, I have heard that it takes a couple hours for it to match and in that time it deletes the "original" list, so during that time we aren't serving ads to those people. Can anyone confirm if this behavior is true, or does the original list still serve a

campaign statuses

2017-09-27 Thread fishli1986
1. Are these statuses from those fields reported in the campaign report (CAMPAIGN_PERFORMANCE_REPORT)? (For the time being, from CAMPAIGN_PERFORMANCE_REPORT.ServingStatus, CAMPAIGN_PERFORMANCE_REPORT.CampaignStatus, SearchBudgetLostImpressionShare, ContentBudgetLostImpressionShare can not get the

Adwords delay during list sync

2017-09-27 Thread david
Hi AdWords team, We had heard that whenever an audience is pushed into AdWords, it takes a couple hours for it to match and in that time it deletes the "original" list so during that time we aren't serving ads to those people. Can you confirm if this is true, or if AdWords creates a separate li

Custom Columns at the keywords level

2017-09-27 Thread nvilleneuve
Hi all, It's been a while that I ask this feature to my dedicated Rep without any update, so I'll ask here too. Are you aware of any development regarding a custom column at the Keywords level? This would be amazing to evaluate keyword from different conversion items, Hard Lea

Google api calendar doens't find events in the calendar

2017-09-27 Thread andreas . svensson
So, I'm making a little web site where we want a google calendar to show certain responsebilities. Everything is done, but no events are found. We have been troubleshooting like mad for two days and only found that the date isn't used from optParam. Autherization and the other id:s are doing fi

Allowing API access to a user account

2017-09-27 Thread Adam Marples
Hi, I am hitting the API to download a SEARCH_QUERY_PERFORMANCE_REPORT for several CIDs. I need to easily allow people to add their CID or MCC CID to my project and have consequently created a u...@gmail.com account which has OAuth privileges to which I am encouraging people to grant access to t

Getting response error when downloading zero impressions

2017-09-27 Thread Tirtha Ghosh Dastidar
Hi Team, I am trying to build structure data hence downloading keyword performance report with zero impressions=True (this was suggested to us by our google account manager/contact). I am downloading using python api. But I am getting this error. I have includeZeroImpressions=True ERROR_GETTIN

Re: User List Size is 0 from API but not in UI

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stephanie, You need to include the values "SizeForSearch" and "SizeRangeForSearch" in the selector to get the estimated number of users in a user list in the google.com domain which are available for targeting in search campaigns. Could you retry the AdwordsUserListService.get() request by

Re: User List Size is 0 from API but not in UI

2017-09-27 Thread Stephanie Vance
Shwetha, Yes that worked! Thank you! Stephanie On Wednesday, September 27, 2017 at 3:32:39 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Stephanie, > > You need to include the values "SizeForSearch" and "SizeRangeForSearch" in > the selector to get the estimated number of users i

Re: Adwords delay during list sync

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, Yes, it takes 6 to 12 hours for a list to be populated with members. Please see this article for more details on the email matching process. Since this is not specific to AdWords API, I would suggest that you post this question on t

Re: Is there any functions like DownloadReportFromUrl() available in API version201708

2017-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Joseph, Currently, our client libraries do not support reading the report data in a variable. You may refer to this reporting guide which is an open

Re: Google api calendar doens't find events in the calendar

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since this issue is related to Calendar API, I would suggest you use one of the support options listed here . Regards, Shwetha, AdWords API Team -- -- =~=~

Re: Campaign status

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the ServingStatus field in Campaign Performance Report to check if th

Re: Adwords delay during list sync

2017-09-27 Thread david
Thanks Shwetha, I guess just to get some clarity here, during those 6-12 hours of the update, is Google still serving ads against the old audience list? Or is it serving no ads at all? On Wednesday, September 27, 2017 at 3:34:36 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi David,

Can we filter the api response by account name ?

2017-09-27 Thread Tirtha Ghosh Dastidar
Is there a way to filter api reponse by account name? For eg we have a convention of naming bad accounts as ABCD:XY. I donot want to download data for these accounts. I am using python api on v201708. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: Adwords delay during list sync

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, Since this is a general AdWords concern, I would suggest that you use the AdWords Community Forum as they are better equipped in addressing this question. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Latency has been increased for CampaignFeedServce and AdGroupFeedService?

2017-09-27 Thread Caihua Du
Hi AdWords team, We found that the latency of calling CampaignFeedServce/AdGroupFeedService has been increased from yesterday. Is there any known issue from AdWords side? Thanks Caihua. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Change History tool and "Changes" column via Adwords API

2017-09-27 Thread Thao
Dear all, I'm try to use Adwords API for get all changes detail from *Change History *tool in UI, with https://developers.google.com/adwords/api/docs/reference/v201705/CustomerSyncService just return *ChangeStatus *are FIELDS_UNCHANGED, FIELDS_CHANGED, NEW of campaign, ad group or ad and not

Re: Getting response error when downloading zero impressions

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, To better investigate the issue, could you provide me your clientCustomerId and the complete report definition you used? You may reply using the *Reply privately to author* option. Best reg

Re: adwords api concurrent request

2017-09-27 Thread adwordsapi
Request Response 在 2017年9月26日星期

Re: Can we filter the api response by account name ?

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, Could you confirm if you are using the AdWords API reports when downloading the data you mentioned? If yes, you may use the AccountDescriptiveName

Re: Campaign status

2017-09-27 Thread adwordsapi
hi, guy ! Would you mind tell me more detail about " You could consider comparing the cost accrued for the Campaign for the day against the daily budget. " I got two example , you can check it out and answer me two questions : first one :

Re: Add ad ID as URL parameter

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vladimir, Yes, the newly created ads will also have new IDs. You may also refer to this guide on how to add URL parameters into your ads and as for the allowed string values in the URL parameters, you may consult the prod

Fetching system status of share bid strategies in v201708

2017-09-27 Thread Alex Fung

Re: Latency has been increased for CampaignFeedServce and AdGroupFeedService?

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caihua, There is an ongoing issue that is causing the slow responses in the AdWords API. Our team is currently looking into this as high priority and we'll provide updates as soon as they are available. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Allowing API access to a user account

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, The email invite system is for users to be able to have access and manage other accounts via the AdWords UI. In the AdWords API, in order to access an account, the user will need to have the OAuth2 credentials of the specific account they wish to access or manage. This means, for your

Re: Exception while calling OfflineConversionFeedService

2017-09-27 Thread Shafeena Kabir
Hi, Later I used Fiddler to check the Adwords API response and found the below error when code was throwing this exception : INVALID_STRING_DATE_TIME . This got to work after I corrected the feed.conversionTime value to proper format (Eg: DateTime.Now.ToString("MMdd HHmmss")

Re: Change History tool and "Changes" column via Adwords API

2017-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Thao, Currently, the CustomerSyncService only returns limited information as compared to the Change History feature in the AdWords UI. You may follow our blog

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

2017-09-27 Thread hari krishna
Thanks Sreelakshmi, May i know what is the significance of below property. My intention is not appending my server url, I am trying to call a different url when ever google client library call google url. is there any place i can setup this. Instead of https://adwords.google.com

invalid_user

2017-09-27 Thread w2116o2115
this’s our test account error: Exception in thread "main" com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. at com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:229) at adwords.axis.v201708.basicoperati