New ad customizers, no fallback ad necessary, does this mean 100% ad customizer ads is possible?

2016-11-23 Thread AvdV
Hi, The question I have is basically in the title, we would like to be able to use Countdown ads for 100% of our impressions instead of the forced 50/50 it used to be. This was because a fallback ad was mandatory and whatever we did with rotation, it would always show 50% fallback and 50%

Re: update keyword's bidding not working

2016-11-23 Thread Wizard Meccup
However, when i try to set bids not using BatchJob, it works fine and all bids are setted. What wrong with BatchJob? public function updateKeywordsBidSingle(array $keywordsData) { $return = array(); try { foreach ($keywordsData as $key => $keywordData) {

Re: Is there a way to get final urls for each keyword from api

2016-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Yali, I tried your code using my test account and was able to get results. You might want to remove the line below as well to have a clearer output : System.out.printf("Keyword final url is %s", bac.getBidModifier()); I could not see which part of your code where you instantiated the "bac"

Re: GetRefreshToken parse error unexpected {

2016-11-23 Thread 'Joyce Lava' via AdWords API Forum
Hi, I will provide support for you since Anthony is on OOO. Regarding the PHP version, it is required by the client library to use PHP 5.3 or higher. Please let us know the results once upgraded to a higher version. Regards, Joyce, AdWords API

Re: GetRefreshToken parse error unexpected {

2016-11-23 Thread Api Noob
Putty Says php 4.4.9.So that maybe the problem. I am upgrading to php 7 to see if that helps. Thanks. On Wednesday, November 23, 2016 at 3:34:49 PM UTC+1, Api Noob wrote: > > I get "Parse error: syntax error, unexpected '{' in >

Re: Unknown exception when calling FeedItemService

2016-11-23 Thread Caihua Du
Thanks Peter for the prompt response. Yes, we enabled the SOAP and we can get the SOAP trace for successful calls. But if the call failed, seems the API request/response is not logged in the trace. I will send over the customer ID and FeedId separately. Thanks! On Wednesday, November 23, 2016

Is there a way to get final urls for each keyword from api

2016-11-23 Thread Yali Wang
Hi All, I recently met an issue with final urls, I tried to get final urls for each keyword but it always return null for some reason, could you please help me with this issue ? Thanks a lot. public class FinalUrls { private static final int PAGE_SIZE = 100; public static void

Conversion Actions individual Conversion Values.

2016-11-23 Thread Daniel Osuna
Hey guys, i'm a little bit frustrated with this issue, i can't manage to get the information i want from the Conversions Actions site of an account we're managing my team and i. I want to get the data from "All Conversions" and "Conversions Value" from each one of the Conversions Actions, but

Re: Unknown exception when calling FeedItemService

2016-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caihua, Could you confirm if you have enabled SOAP in your client library? If you haven't yet, you may refer to this guide (in Java) on how to enable it and send the SOAP request and response so I can further investigate. Let

Unknown exception when calling FeedItemService

2016-11-23 Thread Caihua Du
Hi team, We found that when we call FeedItemService for a specific customer, it will already return the following error. We enabled the trace when calling adwords api, but seems when the error happened, it doesn't trace anything in our log. I have the customerid and feedit that failed when

Re: Is it possible to get a list of possible ProductDimensions with the AdWords API?

2016-11-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, You can get the list of shopping bidding categories using ConstantDataService getProductBiddingCategoryData method. The GetProductCategoryTaxonomy

Re: how to get client customer id of logged in user in js or in php

2016-11-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, To enable users to see their campaign data using your tool, you would need to follow these steps (assuming you already have a valid developer token): 1) User would need to create OAuth2 credentials

Re: Frequently getting Stream closed error whe fetching ads for a Adgroup and for a given campaign

2016-11-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DownloadCriteriaReport Java example demonstrates how to download a Criteria Performance Report using the API. Could you modify

Is it possible to get a list of possible ProductDimensions with the AdWords API?

2016-11-23 Thread Alexander Nitschke
We implemented the RMF of creating and modifying ProductDimension trees with subdivisions and units long ago. However, specifying the tree is very awkward in our UI as the user has to enter everything manually. And I mean *everything*, from dimension value of product partition to refine its

Re: GetRefreshToken parse error unexpected {

2016-11-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you make sure you are using PHP 5.3 or higher? If you are, please take a look at this post . They give many ways to avoid this parsing error. Regards, Anthony AdWords API Team -- --

Re: Mapping a display ad in Ad Performance Report to it's MediaBundle mediaId.

2016-11-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Ad Performance Report doesn't yet provide the MediaIds associated with ads which are of type TEMPLATE_AD. The IDs of the logo image and marketing image used in ResponsiveDisplayAd are available through the EnhancedDisplayCreativeLogoImageMediaId and

Re: Goggle adwords api unable to fetch video campaigns

2016-11-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Brody, It is still currently not possible to use CampaignService for video campaigns. You can filter campaigns in the Video Performance Report by adding a filter on campaign fields such as CampaignId and CampaignName

Re: Goggle adwords api unable to fetch video campaigns

2016-11-23 Thread Brody Humble
Has there been any update to this? We would like to be able to filter and select individual campaigns in the VIDEO_PERFORMANCE_REPORT but it is unclear if this is possible. On Wednesday, November 25, 2015 at 12:48:28 PM UTC-6, Umesh Dengale wrote: > > Hello, > > The AdWords API v201509 does not

Re: How to get list of all campaigns for a given customer Id.

2016-11-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, There is no provision to pass an AdWords account ID in your selector. As explained in my previous response, all you need to get started is to define your 10 digit AdWords account ID as the *clientCustomerId* in your local properties file

Re: AdWords ReportDownloadError.INVALID_VERSION. using .NET client library

2016-11-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Marianne, The ReportDownloadError.INVALID_VERSION error occurs when you are using an API version which is sunset. Please refer to this guide for information on deprecation schedules. Could you provide the version of .NET client

Re: ip blocked

2016-11-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, You need to perform a CampaignCriterionService REMOVE operation to remove the IpBlock

Re: Ananlytics conversions through Adwords API

2016-11-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Roma, The fields you mentioned are the only Analytics specific fields available in AdWords API. However, you can use ConversionTypeName to get the Conversion Name and

Re: update keyword's bidding not working

2016-11-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, CpcBidSource and BiddingStrategySource are read-only fields so they will be ignored when using them. However, if you set the Cpc bids for keywords they should turn to CRITERION level, which is not happening like you said. Because of this, could you please provide me with the SOAP request

GetRefreshToken parse error unexpected {

2016-11-23 Thread Api Noob
I get "Parse error: syntax error, unexpected '{' in /homepages/32/d648207300/htdocs/api/adwords/examples/AdWords/Auth/GetRefreshToken.php on line 78 for GetRefreshToken when I run the php in ssh. I checked php syntax checkers and they all said the file is fine

Ananlytics conversions through Adwords API

2016-11-23 Thread Roma Vinogradov
So, our client linked his Google Analytics Account to Google Adwords account, and want to see conversions from GA in Adwords campaign report.

Re: Auction Insights Report

2016-11-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi guys, Unfortunately, we still do not have an ETA on when this will be released and cannot say whether or not we will add this. If you haven't already, you can follow our blog for any announcements. Regards, Anthony AdWords

update keyword's bidding not working

2016-11-23 Thread Wizard Meccup
Hi, I try to set(update) keyword's bidding with BatchJobService on PHP. I create several operation: foreach ($keywordsData as $keywordData) { // Create ad group criterion. $adGroupCriterion = new BiddableAdGroupCriterion(); $adGroupCriterion->adGroupId = $keywordData['adGroupId'];

Re: How to get list of all campaigns for a given customer Id.

2016-11-23 Thread ntdmbot01
I would like to fetch *all campaigns for a given account*.How to fetch account details i know, but how to fetch all the campaigns for a particular account I'm not getting. I would like to pass account Id and get the list of campaigns under that account. ihope my question is clear. Example:

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-23 Thread oneteste . sem
Hello, Your tips were very important. Apparently it worked perfectly. Thank you very much. Em quinta-feira, 10 de novembro de 2016 00:35:46 UTC-2, Joyce Lava escreveu: > > Hello, > > To update the bids of each itemId, you may go through this previous forum > discussion >

Re: Frequently getting Stream closed error whe fetching ads for a Adgroup and for a given campaign

2016-11-23 Thread ntdmbot01
Hi, I'm not using any stream i just have a select query from ad performance report and after running for a while it gives this error. i have 73 campaigns and for each campaign around 10 adgroups and for each adgroup around 18 ads, so when it runs afetr few minutes it throws the error. On

Mapping a display ad in Ad Performance Report to it's MediaBundle mediaId.

2016-11-23 Thread Parander
When using the Ad Performance Report on ad's which are of the type TEMPLATE_AD (Display Ad) there's no field to map an ad to a mediaId(?). The mediaId here refers to the data you can get from MediaService. The only thing I can find right now is the Headline attribute which seems to be a string

AdWords ReportDownloadError.INVALID_VERSION. using .NET client library

2016-11-23 Thread Marianne Hammer Larsen
Hi I'm trying to get the .NET client library code samples to return a criteria performance report but can't get the code to function. I'm getting an error when clicking the "Download Criteria Report button" on the AdWords.Examples.CSharp.OAuth test page. The error is as following:

ip blocked

2016-11-23 Thread Mario Rossi
hi all how can i remove the ip that i have blocked in a campaign using google api adwords php thx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How to get list of all campaigns for a given customer Id.

2016-11-23 Thread ntdmbot01
Please let me know with an example in selector for campaign how to pass the clientCustomerId and fetch the values. in equals condition what need to be passed please let me know. // Create selector. SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder