Re: Do AdGroupCriteria support temporary IDs?

2018-03-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Lukas, Unfortunately, the fix is complicated than we thought so it's taking time. I'll update this thread once this is completed. Best, Thanet, AdWords API Team On Thursday, March 29, 2018 at 7:21:01 AM UTC+9, lukaskellingflix...@gmail.com wrote: > > Hi Thanet, > > any updates on using te

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

2018-03-28 Thread Eduard Gan
Good day! Thanks for your reply. Ok, then can you give an advice? Can i treat as a (roughly) *null account budget remainder*, situation where i've got *any*(-1 or -9001 no matters )* negative result* during substraction (campaign performance total) from (budget order total). -- -- =~=~=~=~=

Download Adwords data from R

2018-03-28 Thread Marketing Marketing
I am using R to download data from Adwords using an approved Adwords API with Basic Access. Does anyone have any success downloading data using R. Can you please share sample code that has worked for you? Thanks a lot Anu -- -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

PriceFeedItem API is missing Customer Parameter fileds

2018-03-28 Thread Caihua Du
Hi there, It seems like PriceFeedItem doesn't return back Customer parameter according to the FriceFeedItem API here: https://developers.google.com/adwords/api/docs/reference/v201802/CustomerExtensionSettingService.PriceFeedItem. We saw those parameter can be returned back for AppFeedItem and

Re: Do AdGroupCriteria support temporary IDs?

2018-03-28 Thread lukaskellingflixbus
Hi Thanet, any updates on using temporary IDs with AdGroupCriterionOperation in a batch job? I run into a similar issue when trying to set temporary IDs with AdGroupAdOperation with BatchJobService. Just for context: I am trying to apply labels to ads and adgroup criteria (which is why I need

Error message while downloading data

2018-03-28 Thread Marketing Marketing
I am using R to download data from Adwords. I have an API which has been approved for Basic Access. Below is my Code client_id <- "XXX" client_secret <- "" developer_token <- "X" google_auth <- doAuth() body <- statement(select=c('Clicks','AveragePosition','Cost'

Re: Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2018-03-28 Thread info . amit . dahiya
Hi, Can you please let me know what I am missing because getting the same error like 'Client error: `POST https://adwords.google.com/api/adwords/reportdownload/v201802` resulted in a `400 Bad Request` response' as updating adwords api version to 'v201802'. My XML request is as follwows: 16.04

How to set up a cross-account OFFLINE conversion tracking if auto-tagging can't be enabled on MCC?

2018-03-28 Thread Leongrin
I am trying to set up a cross-account OFFLINE conversion tracking system on my MCC account, but I can't find the auto-tagging feature on the MCC account. We will be using AdWords' API to upload the offline conversions; using the MCC token. In order for us to upload the offline conversions,

Re: Absolute Top Impression Share calculation

2018-03-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Tiana, You will be able to get the searchabsolutetopimpressionshare using the reports types linked in the guide. It might not be possible to calculate these with accuracy at your

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

2018-03-28 Thread srb
Hello, I am using the TargetingIdeaService (STATS) to check search volume on a set of keywords and I keep getting the rate limit error - RateExceededError.RATE_EXCEEDED RateExceededError RATE_EXCEEDED RATE_LIMIT ACCOUNT 30 We only have one dev token. Is the rate limit at the dev toke

Re: General API uses

2018-03-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Each API call will need a target account to be specified in the header. If you have multiple accounts where the same operation needs to be performed, you could look into setting the client customer Id at the run time. Please check here

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, You are only allowed to set the value of parallelTrackingEnabled attribute in test accounts and not in production accounts. To clarify, are you saying if you are passing null

Re: Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I see that you have already posted on the client library issues tracker and talking to Thanet about this on that thread . Please continue your discussion there. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=

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

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I am afraid, the activity_report is not available in AdWords API. The listed reports are the only reports which are supported by AdWords API. Let me know if you have further questions. Thanks, Milind, AdWords AP

Absolute Top Impression Share calculation

2018-03-28 Thread Tiana S.
Hi guys, Just wondering how to get the absolute top impressions and total eligible top impressions from the API: https://support.google.com/adwords/answer/7501826 I know that for e.g. the search impressions you can just make a request for impressions with the network filter set to "search" (wh

Re: CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2018-03-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The status for the remove all step and the upload step are maintained separately in removeAllStatus and uploadStatus

Re: API Error: Temporary problem with the server. Please retry the request after a few moments

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sharing the CIDs. I ran the ACCOUNT_PERFORMANCE_REPORT with same report definition as mentioned in your previous comment for given CID (6744517211,5312855274,4487958769,3149087061) and I am able to download the report successfully. The problem resulting in server error could be a

General API uses

2018-03-28 Thread santiago
Hello! I'm starting to work with the AdWords API (Python). Currently we have 22 accounts in Adwords, and many scripts at the account level, so modifying a script implies making changes in 22 accounts, and it is not viable. Therefore, we want to start using the API. While there are many examples

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-28 Thread Ronald Findling
Hi Josh, I checked the request data that I provided you and they are exactly what I can see in my logs. Maybe I should mention that the provided time is the time at which the request failed not when it was sent to your servers (that time is ~30-40 seconds before). Concerning the thread-safety

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-28 Thread uvsuperDev
The issue is that in the c# library, parallelTrackingEnabled is set to be bool and is not nullable so you can not really assign null to that field. What's the workaround? On Friday, March 23, 2018 at 9:43:48 PM UTC+3, Matthew Wawrin wrote: > > Actually doesn't say these's the ability to opt-out