Re: Unable to create product partition

2016-03-15 Thread jhufg . 567484
Hi yin , I have added the other node with product dimension null rootNode.addChild(ProductDimensions.createOfferId(null)).asExcludedUnit(); Now i am getting different error http://www.w3.org/2001/XMLSchema-instance; xsi:type="RequiredError">

BiddingStrategyId not being returned in TargetSpend

2016-03-15 Thread Hudar
Hi There, Recently we find that in CampaignService get operations, although we have specifed BiddingStrategyId in get selector, it doesnt get returned. The campaign in question was created in MCC with TargetSpend bidding, and we use API to download that campaign to our system. But without the

Re: How is "AppUrl.OsType" returned in Ad Performance report in v201601?

2016-03-15 Thread HK
Hi, Umesh I don't see anything in the release notes or ad performance report documentation stating that the os type is no longer returned. Based on the beginning of the app URL, can I safely make an assumption about the OS type?, so "android-app" in

Items from getUserInterestCriterion for NEW_SMART_PHONE_USER return non-existent parent

2016-03-15 Thread HK
Hi, I'm using v201601 and calling getUserInterestCriterion passing NEW_SMART_PHONE_USER as the ConstantDataServiceUserInterestTaxonomyType. I get back 5 items, all with a parent ID of 85001. However, I'm not getting back an item with the ID of 85001. Should 85001 be included in the returned

Re: Adgroup CpaBid ignores API updates in TARGET_CPA campaigns?

2016-03-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Denis, I have a few follow-up questions to make sure I've fully understood the issue: - Is this issue specifically only happening for BatchJobService, or is this related to other services? - When you say ignored, does it mean that when you do a get() that the CpaBid is not

Re: How is "AppUrl.OsType" returned in Ad Performance report in v201601?

2016-03-15 Thread 'Umesh Dengale' via AdWords API Forum
Hi Hans, Thanks for providing the report XML logs. From v201509 and v201601, the CreativeFinalAppUrls report field returns data as JSON formatted list of finalAppUrls and does not contains OS type. Please check

Re: how to Get SiteLink Final Urls in Java

2016-03-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karim, In order to get the final URLs of your sitelinks, you first need to cast your feed items to a SitelinkFeedItem . >From there, you can get the final URLs. Here is a

Re: API to invite user to programmatically created account?

2016-03-15 Thread 'Umesh Dengale' via AdWords API Forum
Hi Mike, In the AdWords API, manager account can invite a client account or another manager account to agree to be managed. Please check out managing customer accounts guide for more details.

How is "AppUrl.OsType" returned in Ad Performance report in v201601?

2016-03-15 Thread HK
Hi, In the v201601 Ad Performance report, CreativeFinalAppUrls is now returned as a JSON list . Getting this data via other calls

Re: Get Location Extension Report

2016-03-15 Thread 'Yin Niu' via AdWords API Forum
Hello, The document has been updated. You can find location extensions place holder type here . You can use Placeholder Performance Report

Adgroup CpaBid ignores API updates in TARGET_CPA campaigns?

2016-03-15 Thread Denis
Hi, We are in the process of setting target cpa bids per adgroup automatically via the API. However, we have experienced issues with setting the CpaBid for adgroups in an account that has the new biddingStrategyType "TARGET_CPA" in place (instead of the trusted, but similarly behaving

Re: Keywords performance report and ad performance report

2016-03-15 Thread 'Yin Niu' via AdWords API Forum
Hello, Sorry, I am a little confused. What discrepancy see you are seeing between AdWords API reports and the UI? Could you provide the reports so that I can look into further? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: OfflineConversions not tracking

2016-03-15 Thread Sam Craig
Thanks Mike - I should have caught that, too. Sorry for wasting your time on this! On Tuesday, March 15, 2016 at 6:05:22 AM UTC-10, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Upon taking another look at the request, it looks like you are setting the > validateOnly header to

Re: Keywords performance report and ad performance report

2016-03-15 Thread SZ
Hi Yin, Thank you for your reply. May I know if I can get the cost and keyword at Ad level from keywords performance report? Thank you very much. Bests, SZ On Tuesday, March 15, 2016 at 10:03:47 AM UTC-7, Yin Niu wrote: > > Hello, > > Ad Performance Report >

Re: Change a campaign from shared budget to individual budget through the API

2016-03-15 Thread 'Danial Klimkin' via AdWords API Forum
Hello Shawn, Sorry for the delay, I was away for a bit. Yes, you need to create a budget, but with the BudgetService, setting isExplicitlyShared to false. You'll get an ID back. Then, you can create a campaign with budget ID set to the ID above. We have code examples for each of the client

Re: Keywords performance report and ad performance report

2016-03-15 Thread 'Yin Niu' via AdWords API Forum
Hello, Ad Performance Report includes statistics aggregated at ad level. The keywordId field will return any criteria that triggers the ad. Why don't you use the cost data from Keywords Performance

Re: RelativeCTR not available in Account Performance reports?

2016-03-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Unfortunately, this field is still not available in the Account Performance Report. Please follow our blog in case there are any updates. Regards, Anthony AdWords API Team -- --

Keywords performance report and ad performance report

2016-03-15 Thread SZ
Hi, I used the ad performance report to get the cost and keyword id. And I used the keywords performance report to map the id I got from ad performance report to keyword. However, the cost from the ad performance report grouped by keyword (or keyword id from ad performance report) cannot

Re: OfflineConversions not tracking

2016-03-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Upon taking another look at the request, it looks like you are setting the validateOnly header to true. I'm sorry this wan't actually my first question, as it fits the symptoms you're experiencing exactly. When validateOnly is set to true, the API will validate your request and return

Re: How to get Location Extension Report

2016-03-15 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Thanks for attaching the screenshot. You could use the PLACEHOLDER_REPORT to get the location extensions. The PLACEHOLDER_REPORT. ExtensionPlaceholderType field could be used

Re: RelativeCTR not available in Account Performance reports?

2016-03-15 Thread Zweitze
It's three years now... Any updates? On Tuesday, August 12, 2014 at 5:01:34 PM UTC+2, Zweitze wrote: > > It's been well over a year. Any updates? > > Thanks! > > > > On Sunday, March 17, 2013 10:59:19 PM UTC+1, Paul Matthews (AdWords API > Team) wrote: >> >> Hi Zweitze, >> >> I can confirm that

API to invite user to programmatically created account?

2016-03-15 Thread Mike Champion
Hi, I'm looking to see if the API supports the ability to create a new account and invite a user to it. (I see some questions in this forum from several years ago but wasn't entirely sure if they were asking about the same functionality.) In the AdWords UI I see the ability to optionally

Re: conversion segmentation in shopping performance report

2016-03-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Jon, Unfortunately, we cannot comment on whether the feature will be implemented in the next version or fixed in v201509 or v201601. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: AdWordsServices ClassDefNotFound error

2016-03-15 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Yes, you're right -- I haven't personally worked with AppEngine much :), but hopefully I can still help resolve this. Is the client library version the *only* difference between the project using 2.4.0 and the project that's failing? Also, for the *NoClassDefFoundError*, does that get

Re: Active VS Enabled

2016-03-15 Thread 'Yin Niu' via AdWords API Forum
Hi Miniera, Object status values in AdWords API are enabled, disabled and paused. The keyword status is different in UI. Please see this AdWords help page . Thanks, Yin, AdWords API Team. -- --

Re: Can't retrireve BatchJob operation result

2016-03-15 Thread robert.barreiro via AdWords API Forum
Thanks for your support Nadine. If you need more information, please let me know. Regards, Robert. PS: Last night we experienced the same problem again El martes, 15 de marzo de 2016, 10:12:58 (UTC-3), Nadine Sundquist (AdWords API Team) escribió: > > Hello Robert, > > We're taking a look

Re: Google API Adwords PHP

2016-03-15 Thread 'Yin Niu' via AdWords API Forum
Hi Nick, You need to add User Agent value in auth.ini file. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: OfflineConversions not tracking

2016-03-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I have looked into this request and to my knowledge there's nothing wrong with what you're doing. I don't know why the conversions aren't appearing in that tracker. I've reached out to our engineering team to investigate further, and I'll let you know as soon as I hear something.

Active VS Enabled

2016-03-15 Thread minieradev
Dear AdWords api user, I am wonderin why my SEM specialist see on the UI panel the status marked "Active" for a specific Keyword but on the api side (.NET) we get "ENABLED". Am I missing something or is this a names difference betwee UI/panel and api? Thanks Miniera -- --

Re: Can't retrireve BatchJob operation result

2016-03-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Robert, We're taking a look into it. I don't know of it being a systemic issue, but I'm checking with my teammates. This one can be a tricky one to debug. I'll get back to you as we figure out more. Thanks, Nadine, AdWords API Team On Monday, March 14, 2016 at 3:44:01 PM UTC-4,

Unable to create product partition

2016-03-15 Thread jhufg . 567484
I am getting following error while creating product partition AdGroupCriterionError PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE following is the java code i am using for making product partition ProductPartitionTree partitionTree = ProductPartitionTree

Google API Adwords PHP

2016-03-15 Thread Nick Mulder
Hi everyone, I'm new with Google Adwords API PHP and I'm trying to connect the API on my XAMPP server (localhost). I did some research, but I can't find the correct answer yet. First I downloaded the Adwords API PHP Library from Github and placed it in my htdocs in the XAMPP folder. The

how to Get SiteLink Final Urls in Java

2016-03-15 Thread Karim Benna
Hallo, I'm sorry maybe this answer has already an answer on PhP but i couldn't translate is into Java AdWords API. Any way i'm trying to get all the finalUrls of SiteLinks if there is some. As i understand,i have to user the AdGroupExtensionSettingService to get the siteLinks and then

Re: conversion segmentation in shopping performance report

2016-03-15 Thread jon . clarke
OK Thanks. Is this likely to change before the 11 April when v201506 is depreciated? Currently we can get data for all the conversion types in one report but unless this is fixed in 201509 or 201601 (or the next version of the api) then we need to find a different way of getting the

Re: Which one is our current bid in a bid simulation data?

2016-03-15 Thread Kanan Farzali
Thanks Josh. Well, actually my problem is a bit different. I am trying to get the simulation data on a client level. I get all active ad groups for a particular client, add them up in the respective order (1 - 1, 2 - 2, 3 - 3, etc.). If one of them has got more bid points then I add them with

Re: Error Fetching http body, No Content-Length, connection closed or chunked data

2016-03-15 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Willy, PHP 5.2 is unsupported in PHP Ads client lib since release v6.1 . And most developers have migrated to supported versions already. So confirm there was some changes on the API right? Yes, this is because of

How to get Location Extension Report

2016-03-15 Thread Bala Murugan
Hi, Can anyone help me? how to get Location Extension Traffic Report through API?. I should get all data that are in below image -- --

Re: Get Location Extension Report

2016-03-15 Thread Bala Murugan
Hi, Can you please confirm still you didn't updated the API to get Location extensions report? On Monday, January 20, 2014 at 5:54:07 PM UTC+5:30, Danial Klimkin wrote: > > Hello Sidnei, > > > Location extensions have not yet been replaced with feeds-based ones. They > should still show up in

Re: AdWordsServices ClassDefNotFound error

2016-03-15 Thread Artem Baltser
I was wrong, all libs exist in logs I guess you didn't work with appengine, may be the error is about that...I have one project, it has adwords 2.4.0 and still works... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: