Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-20 Thread Ilya Isakov
Up. The problem exists and I believe solution will be helpful for others who use BatchJobService for managing huge campaigns. Dear colleagues from AdWords API Team please take a look at this. вторник, 19 января 2016 г., 16:59:13 UTC+3 пользователь Ilya Isakov написал: > > Batch job with id

Re: BatchJob result contains less operations that it was in request

2016-01-20 Thread Ilya Isakov
Up. The problem exists and I believe solution will be helpful for others who use BatchJobService for managing huge campaigns. Dear colleagues from AdWords API Team please take a look at this. среда, 20 января 2016 г., 8:37:30 UTC+3 пользователь Ilya Isakov написал: > > Hello, > > There is

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
It sounds great. How I can contact the AdWords billing team? Could you give me email or smth else? среда, 20 января 2016 г., 20:15:56 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Unfortunately, our team does not have additional information on why this > is the case. If you want

Re: Unable to connect.

2016-01-20 Thread Pankaj Tiwari
Hi Anthony, I'll check it and let you know. Thank you On Wednesday, January 20, 2016 at 11:00:28 PM UTC+5:30, Anthony Madrigal wrote: > > Hi Pankaj, > > The reason your reports are failing is because you are using AdWords API > v201502, which was deprecated. Please upgrade to AdWords API

Re: how i get category list

2016-01-20 Thread Anthony Madrigal
Hello, Unfortunately, there is no way to get the product category lists via API. As an alternative, you can download the CSV file from the link you provided. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Unable to connect.

2016-01-20 Thread Anthony Madrigal
Hi Pankaj, The reason your reports are failing is because you are using AdWords API v201502, which was deprecated. Please upgrade to AdWords API v201509 and see the migration guides for both v201506 and v201509

Re: Custom Date with Call Metrics Call Details Report

2016-01-20 Thread Josh Radcliff (AdWords API Team)
Hi Tiana, You are correct: we recently made an improvement to that report so that it supports the *DURING* clause. We're working on updating the docs. Thanks, Josh, AdWords API Team On Wednesday, January 20, 2016 at 3:25:11 AM UTC-5, Tiana S. wrote: > > Hi Josh, > > I just tried fetching data

Re: Reporting on site link and ad extensions

2016-01-20 Thread Mark
Hello All, Is that true I can't get Site links URL using any of the reports? If yes, what I can do to get sitelinks URL / Adlinks using Adwords API? On Wednesday, September 19, 2012 at 6:12:07 PM UTC+5:30, Zweitze wrote: > > As I tried to say earlier, the performance of individual sitelinks is

Re: Making first request problem - can not get refresh token

2016-01-20 Thread Anthony Madrigal
Hi, When generating a new refresh token, you will need to use the account in which you want to generate the token for in the cloud console. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread Anthony Madrigal
Hello, Unfortunately, our team does not have additional information on why this is the case. If you want to find out why, you will need to contact the AdWords billing team. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Getting all sitelinks from my MCC

2016-01-20 Thread Mark
Hello Josh, I have run the PLACEHOLDER_FEED_ITEM_REPORT, but where I can get Sitelink Urls? Should I look for the AttributeValues for the Site link Urls? Should I assume the JSON response for AttributeValues always be in this order *Link Text*, *Final URLs*, *Line 1*, and *Line 2?* Thanks,

Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi. I want to create a Web application in php to manage the Adwords account in my digital agency. I downloaded "The Google Ads API PHP Client Library" from https://github.com/googleads/googleads-php-lib. I created a Web application and configured the application except the "refresh_token"

How to get Started

2016-01-20 Thread iakdev20jan
Hi Guys, I am facing issue during setup: Here is my setup: 1. We have a manager account that manages more than one adwords account. I have created a developer token by using this manager account. Now we have approved developer token. 2. I did OAuth2 2.0 authentication while login to this

batchjobService exmaple code without client library

2016-01-20 Thread Javeed Syed
Hi, Am trying to replace MutateJobService to BatchJobService 201509 without Java client Library i used SOAP request for MutationJobService for previous versions. Now am trying to do the same with BatchJobService. It is not accepting when i upload the campaigns to uploadUrl. It seems like am

SOAP XML error for Chinese Names in ManagedCustomerService

2016-01-20 Thread maxSonic Sun
Hi, I have the error as shown in the first pic below. It seems that it is caused by the decoding of the soap xm. The second pic is my code. However, if I remove the "name" from the selector, everything works fine. My customers have lots of Chinese Name in their MCC accounts. I think it is

Re: Reporting on site link and ad extensions

2016-01-20 Thread Anthony Madrigal
Hi Mark, There is good news! You can use the Placeholder Feed Item Report in order to get stats aggregated at a sitelink level. Cheers, Anthony AdWords API Team -- --

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi Yin. I've set the scope this way: $client->addScope("https://www.googleapis.com/auth/adwords;); But then I need to access the Adwords Service. The youtube and drive examples use: $client->addScope("https://www.googleapis.com/auth/youtube;);

Re: batchjobService exmaple code without client library

2016-01-20 Thread Yin Niu
Hi Javeed, I would recommend you use the Java library because it has encapsulated the XML parsing for you. For the XML request you have, the only place that I found could be an issue is the tag. Please take a look at BatchJobOps.xsd

Re: How to get Started

2016-01-20 Thread Anthony Madrigal
Hi Yasir, Are you running your example on a browser or command line? Our PHP examples only work when using the command line. Please let me know if you are still running into issues when using the command line. Regards, Anthony AdWords API Team -- --

Re: Adwords PHP API Web Application problem

2016-01-20 Thread Yin Niu
Hi Roberto, The scope for adwords api is: https://www.googleapis.com/auth/adwords. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hello Yin. The php examples have this include for the drive service: require_once 'Google/Service/Drive.php'; So I searched the Google/Service/ folder list for somethig like Adwords but didn't found it. This is the file list of services: AdExchangeBuyer.php AdExchangeSeller.php Admin.php

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi Yin, thanks for your answer. I had followed the link. In the example this line appears: $drive_service = new Google_Service_Drive($client); But there is no *Google_Service_Adwords*, so I can't use Adword API. If I put *Google_Service_Adwords* on the code, the script fails. I've searched

Re: Operation limit for adgroupcriterions on shopping adgroups

2016-01-20 Thread Michael Buetow
Hello Danial, We currently have many clients with a large numbers of Product Groups and we were evaluating methods to increase our systems performance while modifying them. One of the most common structures among our clients is for every 1 Ad Group they have only 3 Product Groups within that

Re: Getting all sitelinks from my MCC

2016-01-20 Thread Josh Radcliff (AdWords API Team)
Hi, Rather than assume that the feed attribute IDs in the JSON response will always be the same, it's best to look up the mapping of placeholder field ID to attribute ID in the corresponding FeedMapping

Re: Find successful operations after an ApiException

2016-01-20 Thread Yin Niu
Hello, Please take a look at the MutateJobService reference page. You can call get to check a job's status. Once the job is done, you can retrieve job results by calling getResult. Thanks, Yin, AdWords API

Re: Custom Date with Call Metrics Call Details Report

2016-01-20 Thread Tiana S.
Hi Josh, I just tried fetching data from the `CALL_METRICS_CALL_DETAILS_REPORT` using the *DURING* clause and it seems to work, I only get calls returned from within the date range, but the documentation still says it shouldn't work

CALL_METRICS_CALL_DETAILS_REPORT During clause

2016-01-20 Thread Tiana S.
I just tried fetching data from the `CALL_METRICS_CALL_DETAILS_REPORT` using the *DURING* clause and it seems to work, I only get calls returned from within the date range, but the documentation still says it shouldn't work

Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-20 Thread doug livesey
That seems to be doing the trick, thankyou! I'll see if the created campaign is working, then mark this as complete. Thanks again! On Tuesday, 19 January 2016 21:17:14 UTC, Yin Niu wrote: > > Hi Doug, > > If you create a shopping campaign from UI, a default product group will be > created for

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
Account manager said what this service don't allowed in Russia. Why? пятница, 15 января 2016 г., 20:44:54 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Just to clarify, were you previously whitelisted for the > BudgetOrderService but are now getting an error saying you are no

Re: Making first request problem - can not get refresh token

2016-01-20 Thread Yuriy
Hi, Not sure with what details do I have to login to Google cloud console - with the one where I have my test Google Adwords manager OR with details from my live adwords manager where I have my developer token generated? On Wednesday, January 20, 2016 at 12:06:40 AM UTC+2, Anthony Madrigal

Developer token error

2016-01-20 Thread Alan Johnson
An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ] I'm using the php client lib for the adwords api I created a test manager account and it shows me having a deveoper token used the oauth playground to get my refresh token I created a new client id and secret and added all this

Find successful operations after an ApiException

2016-01-20 Thread Andy
Hi, I am trying to add AdGroupCriterionOperation using AdGroupCriterionReturnValue mutate(AdGroupCriterionOperation[] var1) throws RemoteException, ApiException; In a batch, some of the operations are failing due to which ApiException is thrown and nothing is returned from the mutate call.

retrieve goals tracking code...

2016-01-20 Thread sweetnothingsuk
Hi, I hope someone can help... I while ago I put a tracking code on the shopping cart and checkout of my website. In October the checkout was updated and the goal started flatlining in my results. Where in my analytics, can I find that old goal tracking code to put it back on my checkout?

AD_PERFORMANCE report

2016-01-20 Thread lih
Here's the problem I'm running into. I can pull down ad specific data fine; however, for the urls that have {keyword} and {placement} in them, the returned results' urls' {keyword} or {placement} are not filled in. Similarly, I can pull down keyword/placement centric data; unfortunately, the

how i get category list

2016-01-20 Thread soudip . roy
Hello, How i get the category list through API. My programme language is PHP. I want the below mentioned url category lists https://developers.google.com/adwords/api/docs/appendix/productsservices?hl=en Please reply as soon as possible. Thanks -- --

HTTP Error 403: Forbidden

2016-01-20 Thread Виталий В*енко
I retrieve HTTP Error 403: Forbidden when i try to request CustomerService: service_client = AdWordsClient(developer_token='%s' % settings.DEVELOPER_TOKEN, oauth2_client=oauth2_client) customer = service_client.GetService('CustomerService').get() It was ok until today. Thanks! -- --