MANUAL_CPC is not supported in v201402?

2014-06-13 Thread Hudarsono Hu
Hi There, We got an error message saying "BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED" when we tried to create "MANUAL_CPC" bid using BidStrategyService? Here is the soap request : SOAP request: https://adwords.google.com/api/adwords/cm/v201402/BiddingStrategyService header

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-13 Thread mobster
Hi Josh, I understand, but as I've said before: for these specific ClickIds I've tried ALL the *clientCustomerId *that are in this MCC account. So apparently they either aren't connected to any of my accounts or something is wrong. Greetings, Gerard On Wednesday, June 11, 2014 3:52:06 PM UTC+

Re: API support for AdWords "Labels" feature?

2014-06-13 Thread DavM
Here you go! You still need to create an endpoint that will take the posted label mappings, I hope it helps! Use at your own risk, don't blame me if it breaks everything, etc: //Set "apiUrlAndKey" to url of API enpoint that accepts post of json data with mappings var apiUrlAndKey = '__API_URL__

Re: API support for AdWords "Labels" feature?

2014-06-13 Thread Ben Marengo
great, thanks. i'll give it a whirl! On Friday, 13 June 2014 11:22:12 UTC+2, DavM wrote: > > Here you go! You still need to create an endpoint that will take the > posted label mappings, I hope it helps! > > Use at your own risk, don't blame me if it breaks everything, etc: > > //Set "apiUrlAndKe

Re: [0-6063000003917] Where to place the GoogleAds-php-lib-master file?

2014-06-13 Thread Fang Abel
OK 2014-06-12 22:11 GMT+08:00 : > Hi, > > I just deleted your post from the forum because it contained sensitive > information. Please read the forum rules > and > make sure that you don't include sensitive information such as you

Re: Issues with adding production partition in shopping campaign with API

2014-06-13 Thread aroxotest18
Hi, I can do the following things: 1. Create New AdGroup -> Create Product Partition -> Add Negative Keywords 2. Delete Products on Product Partition , Delete Negative keywords using AdGroup ID , - i CAN:T do the following : 1. Create Product Paritition on Empty Adgroup ( Adgroup Empty

Re: Issues with adding production partition in shopping campaign with API

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, Could you post the XML request and response you are sending when trying to create a ProductPartition on an empty AdGroup? Please make sure that you remove any sensitive information from the XML, per the forum rules . Thanks,

AdWords client setup process

2014-06-13 Thread Timur Umyarov
Hello! I have a very basic question. It is not all clear from the documents, so I have some questions regarding starting my first AdWords client application. 1. Do I have to create application *before *applying for Developer Token? As I read in documents, there should be a review at some

Re: API support for AdWords "Labels" feature?

2014-06-13 Thread Eli Fatsi
I would also find this feature very useful. On Tuesday, April 24, 2012 11:40:56 AM UTC-6, Reed wrote: > > Any timeline for when the new "Labels" feature will be supported by the > API, both for managing the setting/changing of labels as well as retrieving > them? Will there be support on the re

Re: Find which keywords and ads created/removed during date range

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello, The analogue in the API is the CustomerSyncService . You can find changed ads and criteria (including keywords) in the AdGroupChangeData

Re: API support for AdWords "Labels" feature?

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello all, We are aware of the frequent requests for this feature. I will pass along to the team how important it is to get official support so that you don't have to use custom workarounds with AdWords Scripts. Regards, Mike, AdWords API Team On Friday, June 13, 2014 5:26:36 AM UTC-4, Ben Mar

Re: AdWords client setup process

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello, 1. No, you may apply for a Developer Token before you meet the RMF. You can then use a test account to begin developing your application even before you are approved. 2-3. If you are only performing reports (however you want to render those on your end), then you can sign up as a reporti

Re: AdWords client setup process

2014-06-13 Thread Timur Umyarov
Thank you, Michael! And what about steps of implementing functionality? Can I pass review with only reporting functionality, and, after some time, add management functionality and pass another review? Thanks in advance пятница, 13 июня 2014 г., 18:34:05 UTC+4 пользователь Michael Cloonan (AdWo

Re: performance stats discrepancy between UI and API

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello Peter, It can take some time for these stats to become available via the API. You can see information on how fresh your data is at our support article on the topic . If you're running reports on recent events (for today or yesterday

Re: AdWords client setup process

2014-06-13 Thread Timur Umyarov
And last question. If my application produces not more than 10 000 requests and meets conditions for basic account, do I have to pass review anyway? пятница, 13 июня 2014 г., 18:34:05 UTC+4 пользователь Michael Cloonan (AdWords API Team) написал: > > Hello, > > 1. No, you may apply for a Develo

Re: api for getting info using gclid

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, At this time the campaign and ad group name are not available in the Click Performance Report, so you would either have to use the services you mentioned or the Ad Group Performance Report to get the mapping of campaign ID and ad group ID to names. Cheers, Josh, AdWords API Team On Thursd

Re: performance stats discrepancy between UI and API

2014-06-13 Thread Peter Kingswell
Hi Mike, the stats in question are from 2013-12-09 so it's not a freshness issue. What detail do you need? Thanks, Peter On Friday, June 13, 2014 11:13:24 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello Peter, > > It can take some time for these stats to become available via th

Re: performance stats discrepancy between UI and API

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hi Peter, There's also the possibility that the ads being reported on in the UI are not available via the API. For example, shared ads are not supported via the API, and are therefore not returned in report results when run via the API. If you're sure this also isn't the case, please provide th

Re: Problem with KEYWORDLESS PERFORMANCE REPORT

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello, Sometimes, impressions that are reported as part of the AdWords UI cannot be retrieved via the API, if the ad isn't available via the API. For example, shared ads can be created on the UI but are not available via the API, so reports run through the API will not include those results. R

Re: AdWords client setup process

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello, Yes, you should be able to implement reporting functionality first, pass review, and then add all the management functionality later and pass another review. I think the best way to accomplish this transition would be to develop all your management functionality against a test account <

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-06-13 Thread Michael Cloonan (AdWords API Team)
Hello, I believe that the newly created account will appear as if it has no billing information. To my understanding, it should still be able to bill directly to the MCC's billing method in this case. Regards, Mike, AdWords API Team On Thursday, June 12, 2014 10:56:03 PM UTC-4, GDZ wrote: > >

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-06-13 Thread GDZ
Thank you! On Friday, June 13, 2014 12:52:11 PM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I believe that the newly created account will appear as if it has no > billing information. To my understanding, it should still be able to bill > directly to the MCC's billing method

Re: Handle Exception while upload bulk offline conversions ?

2014-06-13 Thread Barani velan
Hi Josh, Thanks for the quick reply. Now I am able to get the partial failure response but it gives only the error string, filed path and error type. Is there anyway to get gclid of the failed conversion ? On Tuesday, 10 June 2014 00:55:47 UTC+5:30, Josh Radcliff (AdWords API Team) wr

Re: search term performance report is incosistent with the UI

2014-06-13 Thread John
I've also observed differences between the API report and the UI report. I suspect that the API returns the raw search text, while Google's UI cleans it up and makes things consistent. Here are some observations: - API report has upper and lower case letters; UI only has lower case - API

Re: Handle Exception while upload bulk offline conversions ?

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, The *fieldPath* will contain something like operations[0].operand. You can use that to look up the operation (by zero-based index) in your request, which will have the click ID. Cheers, Josh, AdWords API Team On Friday, June 13, 2014 2:15:57 PM UTC-4, Barani velan wrote: > > Hi Josh, >

Re: AdWords client setup process

2014-06-13 Thread Timur Umyarov
Thank you! пятница, 13 июня 2014 г., 20:45:46 UTC+4 пользователь Michael Cloonan (AdWords API Team) написал: > > Hello, > > Yes, you should be able to implement reporting functionality first, pass > review, and then add all the management functionality later and pass > another review. I think t

Re: Reading new campaignFeeds or adGroupFeeds

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, I wasn't able to reproduce the result using the steps you described. Do you have any SOAP request & response logs from when this happened? If so, you can send them + the customer ID *only to me* clicking *Reply to Author*. Regarding your setup, do you have the same feed item IDs in the matc

Re: Find which keywords and ads created/removed during date range

2014-06-13 Thread Wizzard
Hello, Thanks for the response. Does that mean I'd have to loop all of the AdGroups to find the changes, or can I just fetch all Change Data for all AdGroups? On Saturday, June 14, 2014 2:11:54 AM UTC+12, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The analogue in the API is the

QueryError INVALID_ORDER_BY_CLAUSE when ordering a report

2014-06-13 Thread Wizzard
Hi, I'm having an odd issue, when using the AWQL to fetch some data from a report, it will work if I don't order the results The query I am using is $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impressions, Clicks, Cost FROM CRITERIA_PERFORMANC

Re: MANUAL_CPC is not supported in v201402?

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, Some bidding strategies cannot be used as *shared* bidding strategies. You can see this in the UI as well (see the attached screenshot). However, you still can use these bidding strategies as "anonymous" (or not shared) bidding strategies when creating a campaign or ad group. You can see t

Re: QueryError INVALID_ORDER_BY_CLAUSE when ordering a report

2014-06-13 Thread Josh Radcliff (AdWords API Team)
Hi, That's correct - *ORDER BY* *is* supported in the *query* method on various services, but *not* in ad hoc reporting. See the *In AdHoc Reports* section of the following page for a complete list of the differences between using AWQL with services and using AWQL with reports. https://develop

Product Group Tree Paging

2014-06-13 Thread Ori Arditi
Hi Josh I see in a previous post called "Issues with adding production partition in shopping campaign with API" that you mentioned it's always required to send the entire tree in a single call. The product group tree is limited to 20k units (leaves). It means that it may up to 40k product group