Is Click Performance Report ever adjusted for fraud clicks?

2015-11-20 Thread HK
Hi, Can someone confirm whether the Click Performance Report is ever adjusted for fraud clicks? Based on what we are seeing, for example requesting this report two days in the past, fraud clicks don't seem to be removed while they are in the Ad Performance Report for the same date. Thanks, Han

Re: Creating TrueView Template Ad

2015-11-20 Thread Nick Brandes
Thanks so much Josh. The script is now working. For anyone else who comes across this, the syntax I used is: { 'name': 'video', 'fieldMedia': { 'mediaId': '1112048128', 'xsi_type': 'Video' }, 'type': 'VIDEO'

Re: Creating TrueView Template Ad

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi, I just verified I can do this via the Java client library, and it looks like what may be missing is *'xsi_type': 'Video'*. Below is the snippet of my XML containing the *templateElements*, in case that's helpful. adData

Re: Conversions

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi Etienne, Reporting works a bit differently, as it simply streams CSV, TSV, or XML results directly (instead of using SOAP). The Reporting Basics guide gives a good overview of how to run reports, and the examples in the PHP li

Re: Want to generate Adwords Report through API

2015-11-20 Thread Anthony Madrigal
Hello, Our client libraries have examples on how to run reports with the API. For example, here is our Java version

Re: Conversions

2015-11-20 Thread etienne . veilleux
Hi Josh and thank you for your answer. I completely forgot to add the field in the selector, so it always sent me an empty field. It was my mistake ... I think I'm exhausted from my work week. *Here's my working code:* function test(AdWordsUser $user) { $service = $user->GetService('Conversi

Re: Conversions

2015-11-20 Thread etienne . veilleux
Josh Hi and thank you for your answer. I completely forgot to add the field in the selector, so it always sent me an empty field. It was my mistake ... I think I'm exhausted from my work week. *Here's my working code:* function test(AdWordsUser $user) { $service = $user->GetService('Conversi

Re: Conversions

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi Etienne, Have you gone through the Working with Objects guide ? That explains how to specify which attributes of an object you want to retrieve from a service. The Selector fields list

Re: Creating TrueView Template Ad

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi, Have you tried *also* putting *'type': 'VIDEO'* *inside* the *fieldMedia* field? Cheers, Josh, AdWords API Team On Friday, November 20, 2015 at 1:28:34 PM UTC-5, Nick Brandes wrote: > > Has anyone successfully used this template with Python? I have looked up > the media id with mediaServic

Re: Conversions

2015-11-20 Thread etienne . veilleux
Hi Nadine ! Thanks for the info. I had previously tested with "NULL" but I had not paid attention then it worked thank you! Now that it's done, I can't find information to retrieve the values returned by the service. Do you have any info on this on how to do this? Also, I found the "Conversion

Re: Invalid grant when using Token Refresh

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi, Is it possible that you are seeing a large # of invalidated refresh tokens because they have not been used for 6 months ? If that does not explain the invalid grant errors: 1. Could you let me know if this error has occurr

Re: Conversions

2015-11-20 Thread Nadine Sundquist (AdWords API Team)
Hi Etienne, Your English is definitely easy to understand. No worries there. I looked at the PHP code that you have, and I looked at the Report Utils PHP

Re: Creating TrueView Template Ad

2015-11-20 Thread Nick Brandes
Has anyone successfully used this template with Python? I have looked up the media id with mediaService, but am still getting the INVALID_MEDIA_TYPE error. If anyone could post the code you are using to create template 433 in Python it would be super helpful. This is the syntax I am trying to

Re: Adwords Dynamic Remarketing Setup

2015-11-20 Thread Nadine Sundquist (AdWords API Team)
Hi J, Could you point out where in the AdWords user interface you're having to manually fill out these fields? That way we can find an AdWords API equivalent to what you're trying to do. It sounds like you're trying to programatically come up with a

Re: Conversions

2015-11-20 Thread etienne . veilleux
Hi ! Ok I tried several things and in different ways but if I don't specify filePath, logs always returns me: PHP Warning: fopen (): Filename can not be empty in src/Google/Api/Ads/AdWords/User/ReportUtils.php For now I'm stuck here. If you have a solution let me know and I will meanwhile do

Re: CampaignService with AdvertisingChannelType

2015-11-20 Thread etienne . veilleux
Hi, Ok so I was finally able to retrieve the Boolean value of each network. I add my piece of code if it can help someone else. Thank you ! //Definition //Ads will be served with Google.com search results //targetGoogleSearch //Ads will be served on partner sites in the Google Search Network

Re: CampaignService with AdvertisingChannelType

2015-11-20 Thread etienne . veilleux
Hi, Ok so I was finally able to retrieve the Boolean value of each network. I add my piece of code if it can help someone else. Thank you ! //Definition //Ads will be served with Google.com search results //targetGoogleSearch //Ads will be served on partner sites in the Google Search Networ

Re: CampaignService with AdvertisingChannelType

2015-11-20 Thread etienne . veilleux
Hi, Hi, Ok so I was finally able to retrieve the Boolean value of each network. I add my piece of code if it can help someone else. Thank you ! //Definition //Ads will be served with Google.com search results //targetGoogleSearch //Ads will be served on partner sites in the Google Search Net

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-20 Thread Umesh Dengale
Hello, Could you specify the list of fields to select from the FeedMapping in your code? Please see this link

Re: Invalid grant when using Token Refresh

2015-11-20 Thread jnewman0817
Well that certainly can't be the problem because we don't get new refresh tokens except when we oauth an account. Our process goes as follows: Oauth an account which gives us an access and refresh token. We use the access token till it expires and then use the refresh token to acquire a new acc

Re: v201509 Conversions and AllConversions are double and not long?

2015-11-20 Thread Robert Rodakowski
Hi MG, As described here *double* format is a preparation to more sophisticated attribution models. Regards, Robert. W dniu środa, 11 listopada 2015 16:46:39 UTC+1 użytkownik Josh Radcliff (AdWords API Team) napisał: > > H

Re: Node.js support

2015-11-20 Thread Erik Evenson
For what it is worth, I am the author of an unofficial node.js client library at https://www.npmjs.com/package/googleads-node-lib. It is getting closer to a full feature set every day. Pull requests are welcome. Best, Erik On Thursday, October 29, 2015 at 7:59:30 AM UTC-5, Gergely Nemeth wro

Re: BudgetOrderService filter by dates

2015-11-20 Thread Josh Radcliff (AdWords API Team)
Hi, The field *id* is not working because it also is not one of the selector field names listed here . When specifying fields to select or fields in your predicates, make sure you are using one

Re: Invalid field name

2015-11-20 Thread Béla Szabó
Thank you. 2015. november 20., péntek 15:59:28 UTC+1 időpontban Nadine Sundquist (AdWords API Team) a következőt írta: > > Hi Bela, > > That does look like an issue to me. I'm checking with the engineers who > work on this component to figure out if there have been any recent changes > in regar

Re: Invalid field name

2015-11-20 Thread Nadine Sundquist (AdWords API Team)
Hi Bela, That does look like an issue to me. I'm checking with the engineers who work on this component to figure out if there have been any recent changes in regards to AdType. I'll get back to you as soon as I hear back from them. Regards, Nadine, AdWords API Team On Friday, November 20, 201

Re: Conversions

2015-11-20 Thread Anthony Madrigal
Hi Etienne, I am not 100% certain of the PHP equivalent since I focus primarily on Java, but I will help as best I can. I believe that for *Lib\Util\ReportUtils.DownloadReport *for the PHP example

Re: Report created manually in Report page has slightly different values for Clicks and Impressions than the same report in the Campaigns page

2015-11-20 Thread Anthony Madrigal
Hello George, This issue seems to be something from the AdWords product side rather than AdWords API. For these type of questions, it is better to ask the AdWords Community Forum since they specialize in questions

Want to generate Adwords Report through API

2015-11-20 Thread marketing
Hello Team, I want to generate Google adwords report through API. Please allow me to explain the data fields. Impression clicks CTR Conversion Impr Share Cost CPC Clicks Vs Impressions Campaign Performance Ad Performance Keyword Performance Device Performance Please help me. Thanks --

Adwords Dynamic Remarketing Setup

2015-11-20 Thread J
Hi I was being guided that in order for the dynamic remarketing tag to work for your Adwords campaigns and other data collection by Google, you need to *manually* fill in fields in the tag like product ID and other custom parameters. Question would be, do i need to repeat this process for 100

Re: Invalid field name

2015-11-20 Thread Béla Szabó
Hi, I looked into it yesterday also and couldn't find it there, but this code has been working since last year, and the error reference is the AdType field. This error came up only yesterday. More code: // Get the service, which loads the required classes. $adGroupAd

Cannot get removed FeedMapping using FeedMappingService

2015-11-20 Thread Petter
Hi, I using FeedMappingService to get REMOVED FeedMapping, but response page is empty. Here is my code: var selector = new Selector { fields = AllField, predicates = new[] { new Pre