Re: Number of operations in google adwords api calls

2014-06-10 Thread M.S. krishna deepak
Hey, Thanks for the reply. I have some more doubts regarding this. 1) I have found that there are limits on number of operations ( OperationsPerMinute), number of requests(RequestsPerMinute). Could I know the exact numbers of this (or) Is there a way in which I could get this?

Re: Getting Runtime cost of an Google Adwords Campaign

2014-06-10 Thread Vikash Agrawal
Lets take this case: At 4PM today I want to know what is the total cost spent during the day, Will I be able to get it? On Tuesday, 10 June 2014 01:16:17 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, The lowest level of granularity available in reports is by the hour, which is

Get daily aggregate data for perticular adgroup ids

2014-06-10 Thread varta convonix
Hi, I am trying to log daily conversions(total) for a list of adgroups. Below is the query : SELECT Date, Conversions FROM ADGROUP_PERFORMANCE_REPORT WHERE Id IN

Re: Changing the OAuth2 client secret

2014-06-10 Thread Rob
Thanks Josh, I wasn't aware of the original console link. Resetting the client secret there works perfectly. On Monday, 9 June 2014 21:48:35 UTC+1, Josh Radcliff (AdWords API Team) wrote: Hi Rob, Ray or I will let you know as soon as we have any updates from the relevant teams, but for

Re: adwords api DATE TIME problem

2014-06-10 Thread Bezecom Voip
Hi, Thanks for the help Josh. I was able to make it work by adding the correct timezone. I'm now facing another error : *INVALID_CONVERSION_TYPE* I've tried changing my clientCustomerId to the adwords clientCustomerId as described in other posts, didn't work. Any idea? Thanks, On Monday,

Re: How can I know if a campaign field has been modified?

2014-06-10 Thread M.S. krishna deepak
Can I know this at the keyword level? i.e., Is there a way in which I could know about changes in keyword bids?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: How can I know if a campaign field has been modified?

2014-06-10 Thread M.S. krishna deepak
Can I know this at the keyword level? i.e., Is there a way in which I could know about changes in keyword bids or may be the change in keyword match type?? P.S :- I know that the criterion ID can be retrieved, but I don't understand how it would give me data regarding bid changes -- --

Re: Sequential Liability with AdWords API is possible?

2014-06-10 Thread Zweitze
You can add funds to accounts in your MCC with the BudgetOrderService https://developers.google.com/adwords/api/docs/reference/v201402/BudgetOrderService . Note that you must be whitelisted (I believe the MCC of the accounts has to be whitelisted, the MCC of the developertoken not. But I could

Re: Any plans for Engagement Ads via the API?

2014-06-10 Thread Georg Döhring
Thx for your reply :) Am Freitag, 6. Juni 2014 11:15:55 UTC+2 schrieb Georg Döhring: Hi there, in Dezember, Google announced the Engagement Ads for Everyone ( http://adwords.blogspot.de/2013/12/engagement-ads-for-everyone.html). Are there any plans if and when these ads and their

Tracking change history

2014-06-10 Thread M.S. krishna deepak
Hey, Is there a way in which I could know if the bid of a keyword has been changed during a specific time period? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Compare periods via AWQL

2014-06-10 Thread Sasha Matijasic
Hi, is it possible to have compare to previous period option via AWQL? For example, in a query like this: select CampaignName, Clicks from CAMPAIGN_PERFORMANCE_REPORT where Status = ACTIVE and Impressions 0 during LAST_MONTH I get Clicks for the given period. In AdWords GUI, I can turn on

Pending Developer Token

2014-06-10 Thread V Sandeep
Hi, This is my customer id is 382-582-9473 my developer token status is showing Pending Approval,please give me the suggestion to the token as approval -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

why are my ads showing the default parameter

2014-06-10 Thread Ryan Gough
Hi, Some of our ads are showing the default value for a parameter, despite the fact that we have sent a value for the parameter. When I pull back the params using AdParamService.Get it shows the params have the correct value that we have sent. The sent value has the same number of characters

Possibility to generate the authorization token using some program.

2014-06-10 Thread Archit Agarwal
I want to integrate Adwords API with Klipfolio dashboards. As the version of the Adwords API has changed and also the Authorization parameter value has also changed therefore the old libraries are not working correctly. So it is possible to generate the authorization token using some program

Re: Pending Developer Token

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello, It looks like your token request was from today. It can take up to two business days before our token review team is able to reach back out to you regarding its status. If you haven't done so already, please wait for at least two days for their response. We also have a sticky post

Re: Get daily aggregate data for perticular adgroup ids

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello Varta, Since you are including the Date field, the data should already be segregated by date. If this is not occurring, please respond to me privately by using the drop down arrow at the top right of my post and selecting Reply to author, and include the full response to this query both

Re: Compare periods via AWQL

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello Sasha, There is no way to provide these automatic comparisons via the AdWords API. You can work around this like you suggested by running multiple reports, one for each time period. Alternatively, if the time periods are contiguous, you can still get all the data at once and segregate it

Re: Possibility to generate the authorization token using some program.

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello Archit, There are two different tokens that serve different purposes. First is the refresh token, which must be generated one time and then stored in a safe location. The second is access tokens, which is generated using the refresh token, and is good for a short period of time. These

Re: adwords api DATE TIME problem

2014-06-10 Thread Josh Radcliff (AdWords API Team)
Hi, There are a few prerequisites that need to be met in order for you to upload an offline conversion for a click. 1. Before the click time, you must have at least one Conversion Type set up in your effective conversion account. 2. You must upload to a Conversion Type in the effective

Re: How can I know if a campaign field has been modified?

2014-06-10 Thread Josh Radcliff (AdWords API Team)
As you mentioned, the criterion ID would allow you to retrieve the AdGroupCriterion https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.AdGroupCriterion that changed. If you need to know exactly which attribute changed you would have to store the values on

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2014-06-10 Thread Chingiz Aitkul
Hi, yes I can create the ad using UI with the very same animated gif Image. Actually I can upload the Image via MediaService, and get a generated mediaId. The problem is that the Image media is not retrievable after that. On the other hand, when I upload a static GIF or JPEG Image, it is always

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2014-06-10 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for clarifying. At this point I think it would be best if I could look at your particular account. Could you send the following *only to me *by clicking *Reply to Author*? 1. Your customer ID 2. The mediaIds of the images you've uploaded 3. The image file you uploaded 4. Any

Re: why are my ads showing the default parameter

2014-06-10 Thread Ryan Gough
It turns out that the parameter shows if I reduce its size by one character (remove a £) despite the fact that even with the £ my headline was still only 25 chars, the same length as if the default value is used. So i'm still a bit confused as to why the longer parameter doesn't show, would be

Reuse uploaded image from MediaService when creating TemplateAd (templateId=432)

2014-06-10 Thread Chingiz Aitkul
Hi there, I was able to create an Image TemplateAd (templateId=432) by directly creating a new Image via com.google.api.ads.common.lib.utils.Media.getMediaDataFromFile. What I want to do now, is to reuse an Image I have previously uploaded via MediaService by its mediaId. When I do this:

Re: adwords api DATE TIME problem

2014-06-10 Thread Bezecom Voip
Hi Josh, I have all what you mentioned set up correctly. still getting the same error? Thanks, On Tuesday, June 10, 2014 4:12:01 PM UTC+3, Josh Radcliff (AdWords API Team) wrote: Hi, There are a few prerequisites that need to be met in order for you to upload an offline conversion for a

Budget optimizer bidding scheme

2014-06-10 Thread usaweb81
Hi Group, I am getting BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED @ operations[0].operand.type; trigger:'BUDGET_OPTIMIZER' This is the Request: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

Re: why are my ads showing the default parameter

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello Ryan, Have you tried replacing the £ symbol with another symbol, to see if that works? That symbol (or another in your string) may be counting as double-width. If you were 1 over due to a double-width character, then removing any single character may have made it succeed. Unfortunately,

Re: adwords api DATE TIME problem

2014-06-10 Thread Josh Radcliff (AdWords API Team)
Hi, Just to be clear - did you have all of that set up *before* the click time of the click you're uploading? Thanks, Josh, AdWords API Team On Tuesday, June 10, 2014 10:01:35 AM UTC-4, Bezecom Voip wrote: Hi Josh, I have all what you mentioned set up correctly. still getting the same

Re: Is it possible to download bulk of data?

2014-06-10 Thread miho . maeyama
Thank Josh for very clear answer. I will try with CustomerSyncService https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService to see if it helps increasing speeds. Hong On Monday, June 9, 2014 11:47:26 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi Hong,

Historic of changes for an account

2014-06-10 Thread sergio . berna . mcc
A year ago we created a video campaign using the standard adwords interface, after some usage that campaign was paused and we stopped receiving traffic. Nevertheless on the 6th of June the campaign got activated and we started receiving traffic again. After speaking with the google adwords

Re: Competition parameter in TargetingIdea selector

2014-06-10 Thread Danial Klimkin
Hello Sudip, We do not document this mapping as this is solely a representation question. UI can get changed at any time without notice. I am closing this thread as is is more than one year old. -Danial, AdWords API Team. On Monday, June 9, 2014 1:08:25 PM UTC+4, Sudip Datta wrote: This

search term performance report is incosistent with the UI

2014-06-10 Thread Francesco Della Vedova
Hi all, I tried downloading a SEARCH_QUERY_PERFORMANCE_REPORT for an adgroup, but the report via API only returned 697 search terms, out of the 740 available on the SEARCH TERM segment on the UI. I double checked that the adgroup and time range is the same, so that's not the issue. Is there

OAUTH - USER_PERMISSION_DENIED

2014-06-10 Thread Gopi
We have 3 MCC accounts and multiple account under each MCC account. So i generated client id and client secret for 3 MCC accounts. 2 accounts are going through fine. I am facing this with one of the account. I am not sure what went wrong, i am using the correct, will someone be able to help

Setting the CPC bid on product in shopping campaign.

2014-06-10 Thread Chuck Reeves
Currently we create keywords for each product and set a bid on that keyword. Now that we need to update to a shopping campaign, and the process looks a little different. It looks like the way that this needs to be done, is by creating a Product Group that is filtering by the Id/SKU we want.

Re: OAUTH - USER_PERMISSION_DENIED

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello, This error message, as seen on our common errors https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED page, indicates that the MCC you're using and the client account you're trying to access are not linked. Please make sure that the two

Re: Tracking change history

2014-06-10 Thread Michael Cloonan (AdWords API Team)
Hello, I do not believe such fine grained historical data is maintained. You can get the history of some changes using the CustomerSyncService https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService, but it only goes down to the ad group level, and does not

Re: Historic of changes for an account

2014-06-10 Thread Josh Radcliff (AdWords API Team)
Hi, If this is an AdWords for Video campaign then the API will not return any information on that campaign. However, in the UI there may be a *View Change History* link, similar to what is available for standard (non-video) AdWords campaigns. If you don't see such a link I would recommend

OfflineCredentials.Builder() worked this morning, but does not work this afternoon.

2014-06-10 Thread The Phantom
Hi, We have been using adwords v201402 successfully for the past few weeks. We have been uptaining our oAuth2Credential via a java call that looks like: Credential oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile(fullPathToAdsFile).

Re: Budget optimizer bidding scheme

2014-06-10 Thread Josh Radcliff (AdWords API Team)
Hi, The Budget Optimizer bidding strategy was deprecated in v201402 (see the v201402 migration guide https://developers.google.com/adwords/api/docs/guides/migration/v201402). Please use the TargetSpendBiddingScheme