Re: KEYWORDS_PERFORMANCE_REPORT bounce rate issue

2015-01-02 Thread khalid . m
Thanks a lot. This solution solved my problem :D On Friday, January 2, 2015 8:10:25 PM UTC+5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The *BounceRate* field returns a percentage, so valid values are between > *0* and *1*. Have you tried changing the *values* to "0.8" for 80% > inste

Re: Axis doesn't generate TargetingIdea class from WSDL

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Is there some reason why you aren't using the .NET client library ? It takes care of generating classes from WSDLs for you, and will save you from the headache of working with wsdl.exe. Thanks, Josh, AdWords API Team On Friday, January 2,

Re: Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, For an explanation of how to get campaign and adgroup IDs from your ad groups, please see the following post from earlier today: https://groups.google.com/d/msg/adwords-api/B7HQ5ZGzIx8/py-9203QrGgJ Once you have the ID of the ad group, you can just submit the same AdGroupAdService.mutate

Re: Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Sam
Great. Thank You. I'm wondering if you have any suggested solution to my problem. I'm a little confused how the flow should be... Since I won't be able to bulk create ads beforehand and then tie them to adgroups/campaigns afterwards is there any way to: create ads via API and in that same step

Re: Axis doesn't generate TargetingIdea class from WSDL

2015-01-02 Thread Ari
I'm having this same issue in C#. However changing the entriesField to a one dimensional array causes "Unexpected Internal API errors with Google. I'm curious to how you changed the entriesField attribute to a "TargetingIdea" from "Type_AttributeMapEntry" Where did that come from? Did you defin

Re: Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding question #1, we're aware that there's some interest in this, but we don't have any immediate plans to support shared ads. You may want to subscribe to our blog so that if and when support is added, you'll know. Fo

Re: Problem with Adwords Api .NET ClientReport

2015-01-02 Thread chris h
You could switch to using the protocol directly instead of using the client library. This is precisely the reason that I don't use the libraries. On Wednesday, December 31, 2014 7:14:43 AM UTC-5, Αυγερινός Καραλής wrote: > > Hi, > > I'm using the google adwords.net api (googleads-dotnet-lib > <

Re: Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Sam
Thank you for the clarification Josh. 1) Is it planned to support this functionality via the API in the future? 2) Can Ad Objects be created separately without creating a campaign or AdGroup via the API? (i.e. create an ad at account level then pull this ad into a new campaign/adgroup later us

Re: Age_Performance_Report strange results

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Justin, I agree - the *Status* column doesn't seem to be working correctly, or at least it isn't consistent with the UI. I'm following up with the reporting team and will post back once I hear from them. In the meantime, I'd recommend *not* filtering by *Status* to ensure you get back all r

Re: Age_Performance_Report strange results

2015-01-02 Thread Justin Coon
Hi Josh That worked! My report result set matches what I see in the AdWords UI - however I think I'm now eve more confused. I am asking the API for only active/paused *Status*, and there are no impressions/metrics on the "removed" ones, so why are the active ones filtered from the result set?

Re: Age_Performance_Report strange results

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Justin, If you remove the predicate on the *Status* field, you'll see that several of the age ranges have status *REMOVED*. For example, on the campaign named *CPC - Display*, the age ranges *55-64* and *65 or more* have been removed. You can see this in the UI if you change the selection a

Re: Age_Performance_Report strange results

2015-01-02 Thread Justin Coon
Here is the results I get - not what I expect compared to what AdWords UI shows On Friday, January 2, 2015 10:11:21 AM UTC-6, Justin Coon wrote: > > Hi Josh, > > Here's the report defin

Re: Age_Performance_Report strange results

2015-01-02 Thread Justin Coon
Hi Josh, Here's the report definition XML http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.google.com/api/adwords/cm/v201406";> AdGroupId Criteria Cost Clicks Impressions Ctr Status IN ENA

Re: Age_Performance_Report strange results

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Justin, I just ran the AGE_RANGE_PERFORMANCE_REPORT on your account and the month of December 2014, and I get back non-zero results for multiple ad group IDs. 13922813482 13922815042 14213257042 17152499002 Could you send over the complete report request (with any sensitive information remo

Re: Get mobile app name

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Justin, I see you already posted this question separately here . I'll reply to your question on that post. Just an FYI - we generally try to keep each post to a single question/topic to make it easier for others who are s

Re: developer access to mcc account

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Their access level will be determined by the OAuth *access token* they use in their requests. The token's access level will simply mirror the access level of the user whose credentials were used to generate the OAuth token. If that user has read-only access, then the OAuth access token will

Re: Problem with Adwords Api .NET ClientReport

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Version v201402 of the library has been sunset , so you will need to either user v201406 or v201409. The last version of the client library that supports .NET Framework 3.5 is AdWords_API_v17.3.0

Re: Getting Placement URL via API?

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, You can use the URL_PERFORMANCE_REPORT and include the *DisplayName* in your report request -- see this related post . Cheers, Josh, AdWords API Team

Re: Unknown locationId in Campaign Location Target Report

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi mm, I suspect that what's happening is that the rows with *--* for the *Id* field are for impressions where no location data was available. Could you share some campaign IDs and date ranges so I can confirm? Thanks, Josh, AdWords API Team On Wednesday, December 31, 2014 2:40:34 PM UTC-5, mm

Re: Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Using the API, ads cannot be shared across campaigns and ad groups. You'll need a separate *Ad* object for each ad group. In the UI, you can use shared ads under the *Shared Library* on the left, but this functionality is not supported in the API. Cheers, Josh, AdWords API Team On Wednesd

Re: Google Adwords API java -> Exception in thread "main" AxisFault

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Could you share the code you are using to create your *AdWordsSession*? Also, the error suggests that you are using a service account, but as mentioned in our Service Accounts guide : OAuth2 offline and web flows requi

Re: KEYWORDS_PERFORMANCE_REPORT bounce rate issue

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, The *BounceRate* field returns a percentage, so valid values are between *0* and *1*. Have you tried changing the *values* to "0.8" for 80% instead? Thanks, Josh, AdWords API Team On Friday, January 2, 2015 8:18:16 AM UTC-5, khal...@dprodigy.com wrote: > > Hi all, > > I am downloading KEYW

Re: Bidding Strategy changes

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Support for the Budget Optimizer strategy was removed in v201402, so you're correct that you should use Target Spend instead. However, in order to use Target Spend, you need to first *separately* create a Target Spend *shared* bidding strategy via the BiddingStrategyService

Re: How can we get the Campain ID and Ad Group ID

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, There are a few ways to get this information. *1.* *AdWords SOAP services* You can use the AdGroupService to *get* all ad groups. If you include the *Id* and *CampaignId* fields in your *Selector*, then you'

Re: Soap Fault Exception

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Starting with v201406, several status enum values were renamed (see the *Columns and fields cleanup* section of the v201406 release notes ). In particular, the *DELETED* status is now called *REMOVED*. Thanks, Josh, AdWord

Problem with Adwords Api .NET ClientReport

2015-01-02 Thread Αυγερινός Καραλής
Hi, I'm using the google adwords.net api (googleads-dotnet-lib ) for my application to import data from adwords. The api was working fine untill recently(The clientId, clientsecret, refreshtoken and clientcustomerId are correct). The problem

developer access to mcc account

2015-01-02 Thread רועי בן נון
hi everybody im managing multiple adwords accounts through my mcc account. one of my clients wants me to allow api access to his account to a third party software that tracks the account statistics the software company tells me they only need an api token and the clients id. my questions are:

Can ads be created in advance via API? Mobile App Install campaigns

2015-01-02 Thread Sam
I will only be using the API to create and manage Mobile App Install type campaigns (and creating/managing text, image, and video app install ads) for clients. I'm wondering if via the API I can create the template ads listed above in advance (before Campaign or AdGroup)? For Example: Clien

Getting Placement URL via API?

2015-01-02 Thread Frank
Right now I am running a display campaign without keywords, and I would like to gather the placements where our ads have shown. The catch is, I cannot pull all the reports available, and everything I have tried results in Content, AutomaticContent, or the keywords for other campaigns / ad group

Google Adwords API java -> Exception in thread "main" AxisFault

2015-01-02 Thread Rajalakshmi Thangavelu
Hi Team, I have connected the Google Adwords through the java and have set all the properties including the client secret,clientid,etc. I m getting the below error... log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.PropertiesConfiguration). lo

KEYWORDS_PERFORMANCE_REPORT bounce rate issue

2015-01-02 Thread khalid . m
Hi all, I am downloading KEYWORDS_PERFORMANCE_REPORT using .net client libraries of google adwords by using following predicate and selectors. var selector = new Selector { fields = new[] { "Id", "KeywordText", "AdGroupId", "AdGroupName", "CampaignId", "CampaignName", "Clicks", "Conversions",

Bidding Strategy changes

2015-01-02 Thread Anil Vadhavane
Hi, Using API to change bidding scheme from Manual CPC to "Budget Optimizer" it shows following error : BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'BUDGET_OPTIMIZER' On community forum we found