Re: CUSTOM_DATE Api AdWords.

2017-01-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies as I can only provide support in English. To set the date range, you could try adding the below code to your report definition : $selector->dateRange = new DateRange('20170101', '20170110'); $reportDefinition->dateRangeType = 'CUSTOM_DATE'; The date range should be MIN then

CUSTOM_DATE Api AdWords.

2017-01-25 Thread myrabotakostya
Здравствуйте, подскажите пожалуйста как мне выбрать период за который мне необходимо сгенерировать отчет? Что нужно добавить? googleads-php-lib-master v201607: // Create selector. $selector = new Selector(); $selector->fields = array('Impressions',

Re: Tracking template at the account level

2017-01-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Bhaven, Tracking template can be specified at a customer level too. You can use CustomerService.getCustomers

Tracking template at the account level

2017-01-25 Thread CDM
Hi, We are currently using an account level template. As part of the ad performance report and keyword performance report, the tracking template column only shows the value at that level i.e. tracking template set at the ad or keyword level. Is there a way to retrieve the account level

Re: Leading spaces in keywords?

2017-01-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Reed, If you are using v201605 version of the API, string values that start with a - or + character will be rendered differently. A leading space will be added in these cases to prevent automatic imports from assuming the field is a formula. In the newer version of the API, the field will

Re: BatchJobProcessingError.INTERNAL_ERROR and other batchjob issues

2017-01-25 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Mario, Thanks for checking in! We're still working on it. I'm hoping to get back to you soon on this. Best, Nadine, AdWords API Team On Wednesday, January 25, 2017 at 6:59:30 AM UTC-5, adshopit@gmail.com wrote: > > Hi Nadine, > > any news on this? > > Thanks, > Mario > > > Il giorno

Leading spaces in keywords?

2017-01-25 Thread Reed
We seem to be seeing leading spaces in the keyword text field of CSV format criterionperformance reports, but only for certain clients/campaigns, and only for certain keywords. Is anyone else seeing this? Trying to determine if this is a local issue or something more global. Thanks Reed --

Re: Display Planner: Codes for Topics

2017-01-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jared, You need to use the IDs listed here as Topic codes in the Display Planner to get insights and forecasts for the your targeting. Regards, Shwetha, AdWords API Team. -- --

Re: how to make google keyword planner tool in my website?

2017-01-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, TargetingIdeaService can be used in AdWords API to fetch keyword ideas based on a number of inputs (such as seed keywords, seed ad group ID etc.). This guide

how to make google keyword planner tool in my website?

2017-01-25 Thread Maulana Aji
how to make google keyword planner tool in my website? thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: BatchJobProcessingError.INTERNAL_ERROR and other batchjob issues

2017-01-25 Thread adshopit . dev
Hi Nadine, any news on this? Thanks, Mario Il giorno venerdì 20 gennaio 2017 00:26:11 UTC+1, Nadine Sundquist (AdWords API Team) ha scritto: > > Hi Mario, > > We found the root cause of the issue. It is something on our side. Please > stop submitting jobs that are similar to the ones you are

Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-25 Thread Ketaki
Hello Joyce, I received your reply. I will try your given solutions. Thank you. Thanks, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Display Planner: Codes for Topics

2017-01-25 Thread Jared
Hello, I can't seem to find the code for topics in here:https://developers.google.com/adwords/api/docs/appendix/codes-formats#affinity-categories I need to put it in the display planner to get insights and forcast for my targeting Kindly let me know Thanks -- --

Re: Date in Google Click Performance

2017-01-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Shay, The Date field pertains now to the time when the impression was made. You may refer to this blog post

Date in Google Click Performance

2017-01-25 Thread sbarchen . work
Hi, Following the last changes on GCLID, that is now being generated on Impression time - What does the Date field on Google Click performance State for - 1. Is it the Date of the Impression ? 2. Is it the Date of the Last Click ? Thanks, . Shay -- --