Re: I saw the campaign on Adwords, but I cant get it by Java SDK

2018-03-30 Thread jerry
Hi Dhanya, Thanks your information, I will try with campaign reports. best wish. Dhanya Sundararaju (AdWords API Team)於 2018年3月30日星期五 UTC+8下午11時44分53秒寫道: > > Hi Jerry, > > Thank you for sending all the details that helped us to troubleshoot > efficiently. Unfortunately, Video campaigns are

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, Thanks for sharing the details. Usually, if you find that the total cost of all campaigns is greater that the spendingLimit of the active budget order, you can consider the budget

Re: Adwords API AdGroupCriterionService filter by Partition type (UNIT or SUBDIVISION)

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Yeray, By adtargets do you mean Ad Targeting or targeting an advertiser's webpage ? Could you also please point to documentation as

Re: How to get the installation data in the AD campaigns through API?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm you are looking to fetch Installs and Cost / Installs stats via AdWords API? If yes, I am afraid that the fields Installs and Cost / Installs are not available via the API. If this is not the case, could you please translate your UI page to English and send the

Re: How to query the history change record of the advertising campaigns with API?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I am afraid that it is not possible to get specific details from each account using the AdWords API. The CustomerSyncService.get() is closest service available to change history in the UI. If you

Re: Campaign Performance Report. 'CampaignStatus' field return value

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, If have useRawEnumValues set to true, could you please set it to false and retry? If it still does not resolve your issue, in order to troubleshoot further, could you please *reply privately to author* with

Re: Not able to access API using production Account developer token?

2018-03-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you getting USER_PERMISSION_DENIED error? If so, it means that there is no link between the manager account authenticated in the request and the client account specified in the

Re: Can I create a link to open the AdWords web interface on a certain adgroup/campaign?

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi David, If you question is related to deep linking, I am afraid it is not supported in AdWords. However, you may be able to set up deep links at your application level. To populate the data in your application, you could use the

Re: Site URL Update - Can AdWords API Help?

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Sarah, In order to update the all final urls via AdWords API, you would use the AdGroupAdService to get the urls associated with your current ads, then, create new ads

Not able to access API using production Account developer token?

2018-03-30 Thread nandv
Hi, I have created one production manager account and one test manager account .Under test manager account ,i have created one Client Test account . I also linked my Test manager account with Production manager .I am having developer token in unapproved state so, I have created Test client

Re: Data Delay with Paid Organic Query Report

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm if you are seeing the same data issue via the UI ? If yes, then I would suggest you to post your question on the Advertiser Community Forum

Re: I saw the campaign on Adwords, but I cant get it by Java SDK

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Jerry, Thank you for sending all the details that helped us to troubleshoot efficiently. Unfortunately, Video campaigns are not supported via the API services but are supported in

Re: Ad not showing due to low ad rank

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi David, I am afraid, the API doesn't support the Ad preview feature in the UI. As a workaround, you may have to use the Ad Performance Report to gather the stats aggregated at an Ad Level. Let me know if you have further questions. Thanks, Milind, AdWords API Team. -- --

Re: Google's website crawl timing

2018-03-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Maria, Since, this is Google Merchant Center product question, could you please post your question at the Google Shopping and Merchant Center Forum ? Regards, Dhanya, AdWords API Team -- --

Re: Rate Limit Error: Rate Scope:Account - Is the rate limit at dev token or the account?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The TargetingIdeaService is a more expensive API service call while compared to the other services of the AdWords API. The rate limits for TargetingIdeaService are significantly more strict than for

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-03-30 Thread Ketaki
Hi Dhanya, Thank you for your reply. As per the reply, - Accounts where the segment Network(with search partners) is NOT available in the drop down list, are Display campaigns. and, - Accounts where the segment Network(with search partners) is available in the drop down list, are Search

Re: How to Download Custom Report with Modified Compare Dates

2018-03-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The custom reports are not supported by AdWords API at the moment. To get the stats aggregated at the account level, you will have to use the Account Performance Report . Also, using the API you

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-30 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ron, Sorry, I'm still having trouble locating those requests in our logs. Would you mind sending over the customer ID where your developer token is registered? You can send it only to me by clicking *Reply privately to author*. Regarding the timeout theory, the ReportDownloader won't

Re: Accessing the "Ad Suggestions" setting of an Account through the API?

2018-03-30 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I will file a feature request for this, as that does sound impractical. Unfortunately, I cannot comment on any timelines for future releases or when it may eventually be supported, if at all. Regards, Mike, AdWords API Team On Thursday, March 29, 2018 at 5:07:01 PM UTC-4, Matthew

Campaign Performance Report. 'CampaignStatus' field return value

2018-03-30 Thread 郭文豪
Hi When I invoke the api with these AWQL SELECT CampaignId, CampaignName, ExternalCustomerId, AdvertisingChannelType, CampaignStatus, StartDate, EndDate, Amount FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId IN [...] The response values of