‘DownloadCriteriaReportWithSelector‘ The data obtained is empty?

2018-11-30 Thread gamepiphk
- ‘DownloadCriteriaReportWithSelector‘ The report using the CVS format downloaded from this class is empty and has no data? Can you use it normally? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-30 Thread Boštjan
I have a couple of additional question if the scenario that I want in my previous post doesn't work. I'm assuming that if I send conversion (online transaction) from my website into gAds directly with API (not with gTag conversion snippet and not through analytics import), then I'd be able to

Re: ‘DownloadCriteriaReportWithSelector‘ The data obtained is empty?

2018-11-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To better assist you on this, could you provide your clientCustomerId and the complete report definition you used in generating the report? Kindly reply via the *Reply privately to author*. Best

Not able to print the SOAP logs when using BatchJobService for Adwords Java API

2018-11-30 Thread shweta . sontakke . tc
Hi, I am using BatchJobservice using Java API, I am not able to print the SOAP request and response logs. Here is my log4j.properties file: log4j.category.com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger=INFO, CONSOLE log4j.category.com.google.api.ads.adwords.lib.client

Re: Adwords API BatchJobService returns FILE_FORMAT_ERROR

2018-11-30 Thread shweta . sontakke . tc
Hi Shwetha, I am facing the same issue with BatchJobService. I am using batch job service for Feed Creation and it is throwing me an error saying "FILE_FORMAT_ERROR". Even I am not able to print the SOAP logs. Following is the property I am using for logging the SOAP requests and responses: lo

How to calculate video played to 25% from API reports

2018-11-30 Thread kishore
I am fetching last 7 days campaign performance reports through API. Now I want to calculate the all metric values at the current day from last 7 days. To calculate video_view_rate I have added all VideoViews divided by sum of impressions( from docs) which will gives me the exact answer. In the s

How to load Campaign location and language settings to keyword targeting idea service function

2018-11-30 Thread 'Yuechen Zhang' via AdWords API and Google Ads API Forum
Hello Guys, I am very new to Google AdWords API. Currently, I am trying to get new related SQs from seed keywords. However, for each seed keyword, I want to load different Language and location targetings, which is very trivial is I do it manually by feeding Location IDs and language IDs. The

CustomerFeedOperation throws EntityNotFound (but entity exists)

2018-11-30 Thread api . fwmoc . 01
I have a problem with creating a customer feed. I have created, via the api, a location feed with feedId 85274068 with MyBusiness backing. The Feed is ENABLED, the origin is ADWORDS. Reading the FeedItem models via the api I encounter three locations, with ids 55415035292, 55415035973, 554150

Re: How to calculate video played to 25% from API reports

2018-11-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kishore, You can use the fields: VideoQuartile25Rate and VideoQuartile50Rate in Campaign Performance Report to get the percentage of impressions where the viewer watched 25% and 50% of your video respectively. If that does not answer your question, could you please elaborate with specific ex

Re: Not able to print the SOAP logs when using BatchJobService for Adwords Java API

2018-11-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shweta, You can retry after replacing all INFO with DEBUG and see if you are able to get the logs. Please refer to this section for better clarity and let me know if you have any further questions. Regards, Dhanya, AdWords API T

Re: Adwords API BatchJobService returns FILE_FORMAT_ERROR

2018-11-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Swetha, The FILE_FORMAT_ERROR occurs when the entire batch upload request is not formed correctly or does not meet the upload requirements listed here

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You can adjust a conversion by uploading an OrderIdOfflineConversionAdjustmentFeed object when you have an order ID

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, Welcome to AdWords!! You will be able to use the TargetingIdeaService based on a number of inputs listed here

Re: CustomerFeedOperation throws EntityNotFound (but entity exists)

2018-11-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please share the client customer id along with the SOAP logs(request and response ) of the operation without redacting any information. You could refer this README.md