Re: Placement targeting for specific Mobile Apps

2016-08-10 Thread Praveen Maurya
I have replied with the images.. Please look and wait for your feedback. Thanks again. On Thursday, 11 August 2016 13:41:48 UTC+8, Peter Oliquino wrote: > > Hi Praveen, > > It appears that the screenshots you attached cannot be viewed from our > end. If it isn't too much trouble, could you try

Re: Placement targeting for specific Mobile Apps

2016-08-10 Thread Praveen Maurya
Hi, Thanks, I've attached again in the mail. App url format we enter through API - Image 1 Google Adwords UI to show list of Apps available to target - Image 2

Re: Placement targeting for specific Mobile Apps

2016-08-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Praveen, It appears that the screenshots you attached cannot be viewed from our end. If it isn't too much trouble, could you try attaching them once more as a file so we could investigate further? Should they contain sensitive information such as your developer token or any information

Placement targeting for specific Mobile Apps

2016-08-10 Thread Praveen Maurya
Hi , We are trying to create targeting at specific mobile app by entering App URL as below - Once user enters it, we can not verify if this is available to target or not and so user assumes he has targeted it in the expected way. Also we do not get any API validation response if the App

Re: Support HD solution image for image ad?

2016-08-10 Thread maxSonic Sun
Hi, I think this feature is heavily used by most of the adwords customer. So will it go into production in the next few months? On Thursday, August 11, 2016 at 2:50:00 AM UTC+8, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > We have added this enhancement to the feature request list but

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, To help debug, could you please provide me with the SOAP XML report definition? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to Group stats on the basisi of week days

2016-08-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sachin, Criteria Performance Report is aggregated at the ad group criteria level, one row per ad group and criteria combination i.e. it is not aggregated at the Date/Day of the week level.

Re: Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
Hi Anthony, thanks for your reply. I just found that my API version (201601) is deprecated so maybe this is the problem. I'll try to migrate to the newest version and check my issue. Thanks! среда, 10 августа 2016 г., 20:56:47 UTC+3 пользователь Anthony Madrigal написал: > > Hi Vadim, > > The

Re: Create biddable ProductPartition without setting CPC on Criterion level (Shopping campaigns)

2016-08-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Robert, I'm afraid this option is not available in the AdWords API as of now. Please keep an eye on our blog for any announcements about this feature. Please create a new post for your query in the future to avoid spam of

Re: Support HD solution image for image ad?

2016-08-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, We have added this enhancement to the feature request list but we don't yet have a date on when this would go into production. Please follow our blog for future updates on this feature. Regards, Vishal, AdWords API Team -- --

Re: Get all account TextAds via API

2016-08-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Vadim, The code you provided should give you all your ads, regardless of campaign since there is no predicate to filter certain campaigns. This should also give you only enabled ads. Are the ads in your other campaigns enabled? If so, could you please *reply privately to author *your SOAP

Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
HI all, I'm trying to get All ads from my Adwords account via the API (PHP). I'm using *AdGroupAdService:* $adGroupAdService = $user->GetService('AdGroupAdService', self::ADWORDS_VERSION); $selector = new Selector(); $selector->fields = [ 'Headline', 'Id', 'CreativeFinalUrls',

Re: large number of cancelled batch jobs

2016-08-10 Thread GregT
Roughly 25% of yesterday's batch jobs, and roughly 40% of today's batch jobs (so far) have ended up CANCELED instead of DONE. We'd love any help we can get on this. Thanks, Greg On Tuesday, August 9, 2016 at 4:53:02 PM UTC-5, GregT wrote: > > Hi, > > We released to production our upgrade from

Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-10 Thread Ketaki
Hi AdWords team, We have set AdWordsAppConfig's property IncludeZeroImpressions to False in the code as shown below, AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = user.Config as AdWordsAppConfig; config.IncludeZeroImpressions = False But we are getting some rows with

Re: OAuthTokenGenerator.exe reports "Your browser is not supported anymore. Please update to a more recent one"

2016-08-10 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I have confirmed that this is because the OAuth token generation no longer supports IE6. The WebControl identifies itself as IE6, and therefore is disallowed by the server side. The .NET client library team is currently working on an update to the token generator tool for the library.

How to Group stats on the basisi of week days

2016-08-10 Thread Sachin Kumar
Hello Team, I have to show conversion rate, current bid etc per weekday(Monday to Sunday) basis i.e one row per each day. Currently we are using 'for' loop(form 1 to 7 ) in order to get the total data per weekday basis from criteriaPerformanceReport. As I am using loops it's taking lot of

Re: Campaign Performance Report blank

2016-08-10 Thread 'Joyce Lava' via AdWords API Forum
Hi Perdana, Could you please confirm if you set *includeZeroImpressions* to true? This will include zero impression rows in the report generated. If you set it as true and the issue persists, could you please *reply privately to author* the clientCustomerId, the sample report generated, and

Campaign Performance Report blank

2016-08-10 Thread perdana adhitama
Hi All, I am using Adwords API to get campaign performance report but there was no data to return. Here is my code define('CLIENT_ID', 'MY_CLIENT_ID'); define('CLIENT_SECRET', 'MY_CLIENT_SECRET'); define('REFRESH_TOKEN', 'MY_REFRESH_TOKEN'); define('DEVELOPER_TOKEN', 'MY_DEVELOPER_TOKEN');

Generate report to get ad groups or campaigns without sitelinks (or without sitelinks impressions)

2016-08-10 Thread AvdV
Hey all, I would like to generate a report to get list of ad groups or campaigns that dont have sitelinks (or without sitelinks impressions). How would this be done? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: anyway to choose ios > 8.0?

2016-08-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Unfortunately, the only OS versions currently supported are the ones listed in the guide and 7 is the latest for iOS. In the mean time, you may follow our blog for any future updates or announcements. Best regards, Peter AdWords API Team -- --

Support HD solution image for image ad?

2016-08-10 Thread maxSonic Sun
Hi, I tried to create the HD solution image ad for an all feature display campaign, but failed. However, in the UI page of adwords, that is a description saying that the HD solution is supported. But in the api document, unlike the one in template ads, there is no way to set the dimension

anyway to choose ios > 8.0?

2016-08-10 Thread maxSonic Sun
Hi, According to the adwords document https://developers.google.com/adwords/api/docs/appendix/mobileplatforms, it seems that I can only select ios > 7.0 ? Anyway to choose a larger version number? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: