Re: Display Value in adGroupCriterionService

2014-08-21 Thread Ads Developer
Hi, I have given the details in the following post.Sorry for duplicating the question. https://developers.google.com/adwords/api/community/?place=msg%2Fadwords-api%2FA_AsOsSAj4A%2FSb61Ywa8PVEJ On Thursday, August 21, 2014 8:38:35 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi, >

Re: Product Partition Tree Structure

2014-08-21 Thread Ads Developer
Hi Ray, This is the sample code that I am using to get the above output mentioned. AdGroupCriterionServiceInterface criterionService = adWordsServices.get(session,AdGroupCriterionServiceInterface.class); Selector selector = new Selector(); selector.s

Large number of 'Problem sending data to report download server.' errors

2014-08-21 Thread mm
Hey guys - This afternoon we started seeing a large number of these errors, across multiple accounts in our production environment. They seem to resolve themselves with a lot of wait/retry-ing, but in some cases that is taking as much as 30 mins. These are all just reports for today's performanc

Re: Getting Remarketing Tag through API

2014-08-21 Thread Warner Onstine
And to clarify I'm hitting this service url: https://adwords.google.com/api/adwords/cm/v201406/ConversionTrackerService?wsdl On Thursday, August 21, 2014 3:23:29 PM UTC-7, Warner Onstine wrote: > > Here's the xml request > http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:tns="https://adwords.g

Re: Getting Remarketing Tag through API

2014-08-21 Thread Warner Onstine
Here's the xml request http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="https://adwords.google.com/api/adwords/cm/v201406"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201406"; xmlns:ns1="https://adwords.google.com/api/adw

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Ray Tsang (AdWords API Team)
Oscar, Most likely the user you used to login/authorize the OAuth 2.0 token does not have the permission to access the account. Please double check and regenerate the token. Thanks, Ray On Thursday, August 21, 2014 4:36:07 PM UTC-4, Oscar Martinez wrote: > > More info... > > Debugging we fi

Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Scott, Could I trouble you to mockup a desired format? (or, before/after for better comparison). Thanks, Ray On Thursday, August 21, 2014 1:21:57 PM UTC-4, Scott Luther wrote: > > Hi Ray, > > Thanks! > > Is there any way to have the "xml attribute" be the header in the report, > as opposed t

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Oscar Martinez
More info... Debugging we find this error message: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''] We find it in: protected virtual object[] MakeApiCall(string methodName, object[] parameters) { ErrorHandler errorHandler = CreateErrorHandler(); while (true) {

Re: Alert Service CREDIT_CARD_EXPIRING details

2014-08-21 Thread level7 . mcctest
Ray ~ Thanks for responding. Since the alert is no long in use, please let me know if there is any way to retrieve this information via the API. Also, I would appreciate it if you could let me know which other alerts are no longer in use. Kevin On Wednesday, August 20, 2014 4:26:42 PM UTC-5

Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Oscar Martinez
Hi, I get this error trying to get information about campaigns. I'm using one of the examples of the official .Net Library. Looking for a similar post, I found this: https://groups.google.com/forum/#!msg/adwords-api/WOlH5z4-yDs/US4ZY-4QhlwJ Answering what Takeshi Hagikura asked in the post rep

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
Thanks Rai and Stacie. Yes, I saw the error and I created the configuration for Developer Account. I have a progress and I got the code for the webconfig.xml. Now I get an exception executing an example to retrieve campaigns. But Maybe this is not the correct thread to post it. Thank you, On

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-08-21 Thread GregT
Hi, Anash. Any word on this -- particularly as to why adding ad group mobile bid modifiers on shopping campaigns would not be permitted through the API when it works fine through the AdWords UI? We'd really like to be able to set these, as we previously were on our PLA campaigns. Thanks, Greg

Re: How to get Text Ads count of AdGroups

2014-08-21 Thread mm
Hey Aswini - At least with the java client, I don't believe that you actually have to download all of the ads. Instead, set up your selector, and then do something like: Paging paging = new Paging(); paging.setNumberResults(1); //make this as small as possible since we don't real

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Stacie Waleyko
Hi Oscar, the guide that Ray posted is the one I used. The client ID and client secret that you give to the token generator comes from the developers console (not the customer ID on the top right corner of AdWords or the developer token). The "Create a client identifier and client secret" secti

Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Scott Luther
Hi Ray, Thanks! Is there any way to have the "xml attribute" be the header in the report, as opposed to the display name? On Thursday, August 21, 2014 8:41:01 AM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Scott, > > We don't yet have incompatible field types at the moment. I'll note it >

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Ray Tsang (AdWords API Team)
Oscar, Please see the AdWords API Authentication guide . The developer token is not the client secret. Thanks, Ray On Thursday, August 21, 2014 12:22:42 PM UTC-4, Oscar Martinez wrote: > > Sorry, I forot the attachments. >

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-21 Thread Josh Radcliff (AdWords API Team)
Hi, >From tests I just ran, it appears that the *Keyword Planner* is not calculating its displayed *Avg. Pos.* strictly as an average of the min and max *Ad position*. For example, I have: *Keyword Planner* Ad position = 3.36 - 4.1 Avg. Pos. = 3.70 However, if I take the average of the min and

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
Sorry, I forot the attachments. On Thursday, August 21, 2014 10:20:00 AM UTC-6, Oscar Martinez wrote: > > Hi, > > I'm trying to access Google AdWords Application, but I can't get the > Refresh Token. I'm trying with an official MCC account (Token it's pending > approval) and a Testing MCC Accou

Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
Hi, I'm trying to access Google AdWords Application, but I can't get the Refresh Token. I'm trying with an official MCC account (Token it's pending approval) and a Testing MCC Account. Using .Net Library I get the error "invalid_client" (see attachment). Based on other posts, I tried to create

Re: Should I set both headline and promotionline field to get ad report ?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Hi, DisplayName are returned as criteriaDisplayName. However, Headline and PromotionLine are indeed having different selector fields. It's safe to select both. Thanks, Ray On Thursday, August 21, 2014 2:34:12 AM UTC-4, 照沼領 wrote: > > Hi all, > > I want to retrieve text and product ad report d

Re: Product Partition Tree Structure

2014-08-21 Thread Ray Tsang (AdWords API Team)
Hi, Was the "value" attribute not being returned? Thanks! Ray On Thursday, August 21, 2014 1:39:04 AM UTC-4, Ads Developer wrote: > > Hi Team, > > I am using AdGroupCriterionServiceInterface to fetch the data related to > Product Partition. > > I was able to retrieve the following information

Re: Priority of Product Listing Ads campaigns

2014-08-21 Thread Josh Radcliff (AdWords API Team)
Hi David, Thanks for sending over the campaign IDs -- the issue is that in your new shopping campaign (186298450) you haven't yet set up a ProductAd in your ad group. Each shopping campaign ad group m

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-08-21 Thread Ray Tsang (AdWords API Team)
As discussed in a different thread, there will need to be additional steps to associate billing to managed accounts. Cheers, Ray On Wednesday, August 20, 2014 10:33:53 AM UTC-4, GDZ wrote: > > Mike, > > it doesn't seem to work the way you said. Campaigns in the newly created > account do not r

Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Scott, We don't yet have incompatible field types at the moment. I'll note it down. Thanks, Ray On Wednesday, August 20, 2014 6:13:50 PM UTC-4, Scott Luther wrote: > > Oops, this is for the Campaign report type, not Accounts. My bad! > > On Wednesday, August 20, 2014 3:12:23 PM UTC-7, Scott L

Trying to connect to AdWords API .Net

2014-08-21 Thread Oscar Martinez
Hi, I'm trying to connect to AdWords API using .Net Library. I'm trying to connect to API, but my the token of my official MCC account it's en pending approval, but I created a testing account and I don't get the connection because I need a token from OAuth2. Trying to get that token from OAut

Re: How to add dummy data to my test account

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Ron, You need to setup a test campaign with a low budget(say, $1/day) on a production AdWords account, and use the gclid you get from that campaign to test your uploaded conversions. Since gclid is generated by clicks, and test accounts don't serve ads, there's no way to test this feature us

Re: Display Value in adGroupCriterionService

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please post a screenshot to show what field you are trying to access? I cannot make that out from your email. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, August 21, 2014 1:28:56 AM UTC-4, Ads Developer wrote: > > > Hi Team, > > I am using adGroupCriterionService to

Re: Missing feedItems

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
ns2="https://adwords.google.com/api/adwords/ch/v201406"; xmlns:ns3=" > https://adwords.google.com/api/adwords/rm/v201406"; xmlns:ns4=" > https://adwords.google.com/api/adwords/o/v201406"; xmlns:ns5=" > https://adwords.google.com/api/adwords/mcm/v201406";

Re: Is it possible to create a Video Campaign in adwords through API ?

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Krishna, Video Campaigns (i.e. AdWords for Video) is not supported through AdWords API. Cheers, Anash P. Oommen AdWords API Advisor. On Thursday, August 21, 2014 4:16:43 AM UTC-4, Krishna Sistla wrote: > > > Is is possible to create a video campaign & ad using AdWords API ? If > possible ho

Re: Remarketing - Change Image

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Rene, Looks like your question was answered on https://www.en.adwords-community.com/t5/Basics-for-New-Advertisers/Remarketing-Campaign-Change-Image/m-p/386951. If you want to use AdWords API, then you have to use AdGroupAdService to delete the old ad and create a new one in its place. Che

Re: Getting Remarketing Tag through API

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Warner, The js snippet should be available through https://developers.google.com/adwords/api/docs/reference/v201406/ConversionTrackerService.AdWordsConversionTracker#snippet, when using ConversionTrackerService. If you are not getting the snippets back, could you post a SOAP request and re

Re: Adwords Script: Bulk Income Targeting

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Garrett, This feature is not supported in Scripts yet. You can do this through AdWords API though, using LocationGroups. See https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/targeting/AddCampaignTargetingCriteria.java#L105

Re: MANUAL_CPC is not supported in v201402?

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi Luca, I'll ask the tech writer to update the documentation. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, August 20, 2014 12:41:23 PM UTC-4, Luca Fiaschi wrote: > > Hi I have a similiar error with api version v201402: > > indeed using "anonymous" bidding strategy for the ManualC

Re: FeedItems will be returned 7 times

2014-08-21 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you post a newer log showing the problem? The current logs that you posted is old and I don't have access to it. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, August 21, 2014 5:09:47 AM UTC-4, GrueneOrchidee wrote: > > This behaviour still exists. What's the planned date

Product Partition Tree Structure

2014-08-21 Thread Ads Developer
Hi Team, I am using AdGroupCriterionServiceInterface to fetch the data related to Product Partition. I was able to retrieve the following information getPartitionType: UNIT getProductDimensionType: ProductCustomAttribute getCaseValue:com.google.api.ads.adwords.axis.v201402.cm.ProductCustomAttri

Remarketing - Change Image

2014-08-21 Thread René Rübner
How can I change an image in an existent remarketing-campaign? Thanks from Germany! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~

Getting Remarketing Tag via API

2014-08-21 Thread Warner Onstine
I've been looking at similar questions in the forum and this does seem possible through the ConversionTrackerService api calls. But when I call on my test account I'm not seeing any conversion trackers (comes back with a 0 response so the call is working from what I can tell). I know that I hav

Is it possible to create a Video Campaign in adwords through API ?

2014-08-21 Thread Krishna Sistla
Is is possible to create a video campaign & ad using AdWords API ? If possible how can I do that ? I found this https://developers.google.com/adwords/api/docs/guides/template-ads#video_ads Thanks & Regards, Krishna. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Display Value in adGroupCriterionService

2014-08-21 Thread Ads Developer
Hi Team, I am using adGroupCriterionService to fetch the following data getPartitionType: UNIT getProductDimensionType: ProductBiddingCategory getParentCriterionId:* getID:* getType:PRODUCT_PARTITION But the Display name of the partition type is not available. I tried get

Adwords Script: Bulk Income Targeting

2014-08-21 Thread Garrett Button
I'm just trying to figure out if it's possible to apply income targeting in bulk to my campaigns. It seems like the answer might be in Scripts, but at this point I'll try anything. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Getting Remarketing Tag through API

2014-08-21 Thread Warner Onstine
Sorry if this is a double post, but my other one isn't showing so posting again to make sure it goes through properly. I'm trying to get the remarketing tag/snippet through the API. Looking at a few other answers in here this should be possible through the ConversionTrackerService. I've tried s

Re: Priority of Product Listing Ads campaigns

2014-08-21 Thread David Juarez
Hi Josh, The old regular campaign is 68259730. We have also a multi-account in Google Merchant Center. One of the new shopping campaigns (for one of our merchants) is 186298450. Thanks, David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Missing feedItems

2014-08-21 Thread GrueneOrchidee
.google.com/api/adwords/o/v201406"; xmlns:ns5="https://adwords.google.com/api/adwords/mcm/v201406"; xmlns:ns6="https://adwords.google.com/api/adwords/express/v201406"; xmlns:ns7="https://adwords.google.com/api/adwords/billing/v201406";> 20140820 0100

Re: FeedItems will be returned 7 times

2014-08-21 Thread GrueneOrchidee
This behaviour still exists. What's the planned date for the fix? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=