Re: Ad group level mobile extensions

2013-11-21 Thread techpoint . 2015
Hi, Is Ad Group level mobile (call) extensions available via API in latest version v201309? Thanks, On Thursday, September 12, 2013 3:40:26 PM UTC+5:30, Paul Matthews (AdWords API Team) wrote: Hi, Extensions can only be applied at the campaign level. Regards, - Paul, AdWords API

Re: Ad group level mobile extensions

2013-11-21 Thread techpoint . 2015
Hi, Is Ad Group level mobile (call) extensions available via API in latest version v201309? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: URL Performance Report

2013-11-21 Thread MT
Did you find the reason for this? I'm also seeing the same kind of discrepancy in URL Performance Report impression figures (clicks and cost match with the UI). For example, this query: SELECT+Domain%2C+Impressions+FROM+URL_PERFORMANCE_REPORT+DURING+20130101%2C20131121__fmt=TSV Returns the

Re: Pending API token review

2013-11-21 Thread Danial Klimkin
Hello, Please fill in this form to ensure timely update: https://services.google.com/fb/forms/apicontact/ -Danial, AdWords API Team. On Wednesday, November 20, 2013 12:52:38 PM UTC+4, enol.i...@mediasq.com wrote: Thanks Danial, we've updated the email on the API application. Should we

Re: adUnionId error

2013-11-21 Thread pete
Hi Danial It seems to work properly when I 1. GET a ful copy of the template Ad 2. Clear the templates property of the Ad 3. set the originAdOd to the id of the original 4. clear the id property 5. set the url as appropriate 6. ADD this copy as a new Ad looks like it

GetRefrechToken's url provides mismatch error

2013-11-21 Thread Gyula Kramer
I tryed setup the OAuth v2 authentiacation. Output of the GetRefrechToken script: ...\adwords_api_php_4.6.1\examples\AdWords\Auth php GetRefreshToken.php Log in to your AdWords account and open the following URL:

Get field Ad

2013-11-21 Thread adwords
How do I get to the field Campaign - Advertising - Labels for the api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: How to delete a negative criterion at campaign level, and how to select oly the non-deleted negative criterions at campaign level

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi Charles, You can delete a negative criterion at the campaign level using CampaignCriterionService.mutatehttps://developers.google.com/adwords/api/docs/reference/v201309/CampaignCriterionServiceand a

AwReporting is very disappointing

2013-11-21 Thread Daniel Altman
Hello, just wanted to point out how disappointing we are with AwReporting and why. We were told AwReporting would be the solution to our problems regarding downloading large scale performance information for all our accounts. We currently do nightly downloads using the API, calling it in

Re: AdGroup Level Ad Extensions

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Which type of ad extension are you trying to add to the AdGroup? If you're looking for sitelink, call or app extensions, you can use the AdGroupFeedServicehttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupFeedServiceto map a feed to your AdGroup. You may want to

Re: Feeds - EntityCountLimitExceeded.ACCOUNT_LIMIT

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for sending details of the steps you took to hit this issue. Could you send the customer ID of the account *only to me* by clicking Reply to Author? I'd like to examine the account to confirm your findings and investigate further. Thanks, Josh, AdWords API Team On Tuesday,

Doesn’t allow us to retrieve Yotube Developer key

2013-11-21 Thread Hiren Lad
When We click on this link to try retrieve the Youtube Developer Key it doesn’t allow us to retrieve it. http://code.google.com/apis/youtube/dashboard/ Above link gives us below output after login. We are sorry, but you do not have access to this service. Please log in to your Control

Re: Zero clicks with non-zero conversions

2013-11-21 Thread Devesh Parekh
That query just isolates one particular case I've run into. A colleague reported hitting the same issue earlier, so I think it's happened before, but he didn't remember the details for when he saw it. On Thu, Nov 21, 2013 at 11:47 AM, Josh Radcliff (AdWords API Team)

Re: Device column

2013-11-21 Thread varta convonix
Hey Szabolcs, You can get Device column for Ad Performance Report with API version v201306. Regards, Varta On Thursday, November 14, 2013 9:53:27 PM UTC+5:30, Szabolcs Pal wrote: Hi all, I have a short question regarding the Device column in the Ad Performance Report: From which

Re: Can't create user account

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi Andrea, I see that you have created a *test* MCC account and some child client accounts. In order to use the API, however, you need to also create a *non-test* (real) MCC account and then submit a developer token account for the *non-test* MCC. While that application is pending, you can

Re: Zero clicks with non-zero conversions

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, I see that the *Dimensions* tab shows the same data for the *Search terms* view, but I agree that the combination of conversions with zero clicks looks odd. I'm looking into whether this behavior is expected. Do you see this combination for other dates as well, or is Aug 11 2013

Got error MISSING_SELECT_CLAUSE in AWQL, but select clause is there

2013-11-21 Thread Berry Tsakala
*My python code:* *version='v201306'* report_query = (*'''SELECT** CampaignName FROM CAMPAIGN_PERFORMANCE_REPORT*''', ) report_downloader.DownloadReportWithAwql(report_query, 'CSV', file_path=outfile) *responose:* HTTP 400 ... Traceback (most recent call last): ... File

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-21 Thread mm
Still curious about whether or not null approvalStatus values are expected. I did finally locate the error doc - https://developers.google.com/adwords/api/docs/appendix/feed-errors On Tuesday, November 19, 2013 9:10:02 AM UTC-6, mm wrote: Hey guys - I'm attempting to retrieve the validation

Re: QuotaCheckError.INCOMPLETE_SIGNUP @

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, In your auth.ini file is the *clientCustomerId* the ID of your test MCC account? With a pending developer token you can only issue requests against a child account of your test MCC. To create a child of your test MCC: 1. Log in https://adwords.google.com to the test MCC account and

Re: AuthorizationError.USER_PERMISSION_DENIED - worked fine in v201302

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, When you went through the steps to obtain a refresh token, were you logged into an account that has access to the customer ID used in your API call? That error suggests that you may have been logged in as a different user when you clicked *Accept* during that process. Although the Cloud

Re: Using API with Storefronts

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, For your use case you can set up an account hierarchy with one or more MCC (My Client Center) accounts, and link those accounts to each client's AdWords account. Our Signup Guidehttps://developers.google.com/adwords/api/docs/signingupgoes through this in some detail, but you may find the

Get field Mark

2013-11-21 Thread adwords
How to get field Mark in Campaigns / Ads ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: AwReporting is very disappointing

2013-11-21 Thread Gabriel Abadi
here is the stack trace: log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. SLF4J: Failed to load class

Get field mark

2013-11-21 Thread adwords
How to get field Mark Campaigns / Ads in v201309? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: How do I get BiddingStrategyConfiguration object for Campaign via api?

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, You can retrieve this object at the *Campaign* level by including BiddingStrategyType in your *Selector*. If you are using shared bidding strategies you can get and set the *Campaign*'s strategy via the BiddingStrategyId. To manage shared bidding strategies you can use the

Re: Has Anyone Solved The QuotaCheckError.INCOMPLETE_SIGNUP Error?

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, It sounds like you have everything set up properly but are attempting to execute API calls against a *non-test* customer ID using the pending dev token from your *non-test *MCC. As mentioned in one of the posts you referenced

Re: AwReporting is very disappointing

2013-11-21 Thread Gabriel Abadi
We are having the same problems. We have big accounts and the AwReporting tool fails with out of memory On Thursday, November 21, 2013 11:30:14 AM UTC-3, Daniel Altman wrote: Hello, just wanted to point out how disappointing we are with AwReporting and why. We were told AwReporting would

Re: URL Performance Report

2013-11-21 Thread MT
Did you find the reason for this? I'm also seeing the same kind of discrepancy in URL Performance Report impression figures (clicks and cost match with the UI). For example, this query: SELECT+Domain%2C+Impressions+FROM+URL_PERFORMANCE_REPORT+DURING+20130101%2C20131121__fmt=TSV Returns this:

Got error MISSING_SELECT_CLAUSE in AWQL, but select clause is there

2013-11-21 Thread Jason Stedman
Per the docs the DURING clause is only optional in service AWQL queries. You are querying a report so probably need to include one. Hope this helps! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Developer/Authentication Token

2013-11-21 Thread Bob tadds
what does the developer token track? What is the purpose? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: My display text advt is appearing only in the first page of my GMAIL inbox top center ,pls guide me how to make my advt appear in the right hand side of my emails in gmail.

2013-11-21 Thread Jason Stedman
Disclaimer: I am purely speculating here and do not know if this works but you may be able to achieve this by creating a second AdGroup with lower bids. Think of the ads alongside an email displaying as if it were lower page rank than the inbox. Again: I have no clue if this actually will

Re: Anybody ever get an ACTIVE_ADGROUP_FEEDS_PER_CAMPAIGN EntityCount error?

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide the customer ID of the account whose ad groups you are modifying? Please respond to me directly via the Reply to Author button. Thanks, Josh, AdWords API Team On Thursday, November 14, 2013 2:25:17 PM UTC-5, Mike B wrote: While trying to populate adgroups with new

Re: AwReporting is very disappointing

2013-11-21 Thread Jason Stedman
A couple questions: Have you tried upping the java heapsize? Have you considered using the endpoint with Apache HttpClient directly to download a csv which is supported using the downloadFormat xml element? Have you considered limiting breaking your reports up into smaller more reasonably

Doesn’t allow us to retrieve Yotube Developer key

2013-11-21 Thread Jason Stedman
This is the AdWords APP forum, you will have to ask someone in the YouTube support forums. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: How to retrieve disapproval reasons for an ad through the api

2013-11-21 Thread Janak Prajapati
I am using the Ad Performance API Report to get the Disapproved Ads. I see that, for some Ads, the AdGroupAdDisapprovalReasons comes as empty. However, the Adwords web Interface shows the Trademark related reason. On Wednesday, November 20, 2013 4:39:34 PM UTC+5:30, Gaurav Agarwal wrote: Hi,

Re: Problema al acceder al API (QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null')

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, This looks like a duplicate of your other post, so I have closed this post. https://groups.google.com/d/msg/adwords-api/109O6aX5ujk/KAKfxWrJ5sMJ Please respond on the other post if you have any more questions. Thanks, Josh, AdWords API Team On Thursday, November 14, 2013 4:32:35 PM UTC-5,

Re: Webpage targeting

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Unfortunately we cannot comment on RMF questions. Please reach out to the Token Review team by responding to the email that they sent you during the approval process. They will be able to provide you with more details on exactly what needs to be covered. Thanks, Josh, AdWords API Team

URL_PERFORMANCE_REPORT impressions discrepancy with AdWords UI

2013-11-21 Thread MT
When fetching URL_PERFORMANCE_REPORT, clicks and cost per domain match the Placements report in the UI. However, impressions do not, they are much lower in the API report than in the UI (usually around 50 %, but in some cases much less). For example this query:

[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] with api 201309

2013-11-21 Thread Munish Kumar
Hi, I am using v2013 java api and its raising the exception given below. Any suggestion will be appreciated. {https://adwords.google.com/api/adwords/cm/v201309}ApiExceptionFault:message[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @

Re: Daily operations counter reset time

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide more details as to why the timing of the operations counter reset impacts your use case? Also, if you are hitting the daily operations limit you might consider analyzing your API calls to see if you can batch individual calls together. For example, the documentation on

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, I'm still confirming, but it appears that feed items that are in the 'Pending review' state in the AdWords UI will have null *approvalStatus*. I will post an update once I have more information. Thanks, Josh, AdWords API Team On Thursday, November 21, 2013 1:42:36 PM UTC-5, mm wrote:

Re: API Access to Paid Organic Report

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, The Paid Organic report is not yet available in the API. Best regards, Josh, AdWords API Team On Tuesday, November 19, 2013 6:30:14 PM UTC-5, Rich McPharlin wrote: Hi, I'm looking for the API reference to gather data from the combined Paid Organic dimension however have had no luck