Re: YouTube iOS App ID Causes INVALID_MOBILE_APP CriterionError

2016-06-13 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Mark, Let me check and get back to you when I have updates. Cheers, Thanet, AdWords API Team On Tuesday, June 14, 2016 at 3:18:36 AM UTC+9, Mark Rogoyski wrote: > > In a Display Network - mobile app installs campaign, when trying to set a > campaign placement exclusion for the Google YouTube

Html5 Bundle Template

2016-06-13 Thread Adrian Blanco
Im trying to create Html5 Ad Template (419) through adwords API. I'm getting MediaBundleError.INVALID_PATH each time. For every bundle, I access to it, and I modify in runtime some values of index.html and index.js. Any ideas? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mark, I'll be glad to take a look at what is going on here. You can send me the details privately via *reply privately to author. *Please provide the report definition, clientCustomerId and some video Ids you expect to see. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How can I get Ad Performance Report that only contains the ads of Display Network Only groups?

2016-06-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Using that filter should give you only Display Network stats. Could you please provide via *reply privately to author *with your report definition, ad Ids and their associated ad group Ids that you are expecting to see as Content only? It may also help to provide me with the report you are

Re: AdWords API 201605 add ExpandedTextAd does not work

2016-06-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The new *ExpandedTextAd* and *ResponsiveDisplayAd* formats are currently only available with test accounts (see the release notes ). If you ar

YouTube Video ID in Video Performance Report Does Not Match

2016-06-13 Thread Mark Rogoyski
The Video ID field of the Video Performance Report does not match the ID found form other sources for a specific video. For example, in the Web URL, the video ID is found at the end of the URL: https://www.youtube.com/watch?v={VIDEO_ID} For a certain video we are using and querying with the API

AdWords API 201605 add ExpandedTextAd does not work

2016-06-13 Thread Nikolay Gordienko
I trying to create ExpandedTextAd and got INVALID_AD_TYPE_FOR_WHITELIST error. What does it mean? I did it using BatchJobService and AdGroupAdServiceInterface but result the same. Example I took here: https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java

Re: Google API (get merchanrID)

2016-06-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ivanova, While fetching the campaigns data via the API, you can also get the campaign settings, which contain the merchant ID for the campaign. Please refer to a sample java code to retrieve campaigns here

Display Network - Mobile App Installs Campaign Showing Ads on YouTube Web Site

2016-06-13 Thread Mark Rogoyski
In a Display Network - Mobile app installs campaign with managed app category placements, ads are being shown on YouTube the Web site, which should not happen, as it is not a mobile app. When querying for stats, we will see line items for the YouTube App, as well as individual YouTube Web video

YouTube iOS App ID Causes INVALID_MOBILE_APP CriterionError

2016-06-13 Thread Mark Rogoyski
In a Display Network - mobile app installs campaign, when trying to set a campaign placement exclusion for the Google YouTube mobile app on iOS using a NegativeCampaignCriterion, the API returns the following error: [CriterionError.INVALID_MOBILE_APP @ operations[0].operand.criterion.appId; trig

How can I get Ad Performance Report that only contains the ads of Display Network Only groups?

2016-06-13 Thread 王立洋
I tried to get *Ad Performance Report* with a filter on *AdNetworkType2* field: createPredicate("AdNetworkType2", PredicateOperator.EQUALS, "CONTENT" ) But I still get the ads of *Search Network Only *groups, and their *AdNetworkType2* is *CONTENT.* It looks so weird to me, how can I get Ad Perfo

Google API (get merchanrID)

2016-06-13 Thread Анастасия Иванова
Is it possible to get the MerchantIDs that are linked to Adword accounts? What API to use? What method describes this? Thank you for the help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Re: I have closed my campagin last month for 1 $ but why i am seeing now on my ad word account Current balance $8.06 Estimated tax of $0.00 has been deducted ?

2016-06-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Unfortunately, this is not within the scope of this forum. However, you can reach out to the AdWords by following this link . Please feel free to contact us in the future for any AdWords API related issues. Regards, Anthony AdWords

Re: GetIdeas example - ApiException not instance of Throwable?

2016-06-13 Thread P G
Hello, I'll try to answer, hoping to remember correctly from one year ago. As for me, it was a problem of importing packages. I was trying to import only a subset of the packages in adwords.axis.(etc.) to create a smaller project. When I included the whole jar. (with all sub-jar), it worked. I ho

I have closed my campagin last month for 1 $ but why i am seeing now on my ad word account Current balance $8.06 Estimated tax of $0.00 has been deducted ?

2016-06-13 Thread gmail
I have closed my campagin last month for 1 $ but why i am seeing now on my ad word account Current balance $8.06 Estimated tax of $0.00 has been deducted ? I already paid 1 $ for one day to advertise my site. But now i don't want to pay anymore .. now i am seeing this red alert on googleadword

Re: GetIdeas example - ApiException not instance of Throwable?

2016-06-13 Thread Greg Snider
Josh, I'm having the issue as OP. I have tried troubleshooting my classpath, but have been unsuccessful. I am using Android Studio and the line I am using which generates an unhandled exception is straight from the GetCampaigns.java sample code: "page = campaignService.get(selector);" I am

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Carl-Johan, The engineering team is still investigating the issue. We don't have an update at the moment. You could try to generate the code using this schema for now as an alternative to BatchJobOps.xsd. Let me know if

Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-06-13 Thread Idit Goldenberg
Thank you! On Monday, June 13, 2016 at 3:37:40 PM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Idit, > > Thanks so much for more information. > > Nadine is on vacation, so I'm answering this post on behalf of her. > We're chasing this issue now and will keep this thread

Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-06-13 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Idit, Thanks so much for more information. Nadine is on vacation, so I'm answering this post on behalf of her. We're chasing this issue now and will keep this thread updated when we have more information. Cheers, Thanet, AdWords API Team On Monday, June 13, 2016 at 6:49:23 PM UTC+9, Idi

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-13 Thread Carl-Johan Kjellander
No news yet? On Thursday, June 9, 2016 at 6:58:43 AM UTC+2, Joyce Lava wrote: > > Hi Carl-Johan, > > As of the moment, there is no news yet. But I assure that will let you > know as soon as possible if there is any update. Will try to check on them > again by Friday. > > Thanks and Regards, > Jo

Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-06-13 Thread Idit Goldenberg
Hey Nadine, >From what I looks like, when the campaign is created, the StartDate is saved as Date time according to the activity log in adwords. For example: I created a campaign today (Jun 13th) using adwords API and I put Jun 14 for the start date of the campaign. My account's timezone is GMT

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I am referring to the AdWords API limitation. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Even for the API ? Or you're talking about the website ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The current limit is 800. You may also refer here for the other limits for Targeting Idea. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goo

Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Hello, I'm wondering how many keywords can be passed in a single request for the TargetingIdeaService ? Thanks for you answer and have a good day :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

Re: Exception while trying to download result using BatchJobService

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hello, Could you please provide me the SOAP request and response logs for this Batch operation along with the BatchJob ID? Just click *Reply privately to author* in the forum when responding. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Negative values in my TargetingIdeaService results

2016-06-13 Thread François-Régis Lancien
Ok, nice ! I changed my ID's to new values and that's ok. The results are good :) Le vendredi 10 juin 2016 18:21:57 UTC+2, Shwetha Vastrad (AdWords API Team) a écrit : > > Hi, > > Could you provide the SOAP XML request and response logs for this request > along with your clientCustomerId? You

Re: Get Account Performance & download report xml

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hello, I am not sure what you meant by BudgetUtilizationReport.cs, as I am only familiar with the report types listed here . To get the account performances, you can run Account Performance Report