How to include canceled Adwords account user credential to invited account?

2014-02-13 Thread Fazlul Mohideen
I need share my adwords account with another user therefore, as Adword usual way I send him an invitation. From his end he cannot activate the adwords shared account with his current Google credentials. When he does following error message is displaying A Google Account can only have access

Exlude Placments with the api

2014-02-13 Thread Smed Dia
Is it possible to exclude placements for the campaign with the api? I have been reading the documentation and haven't found a solution yet. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Unable to connect to the remote server

2014-02-13 Thread Danial Klimkin
Hi Jeremy, It's not much we can help here with unfortunately, as the issue is your local configuration. It is possible ruby picks up some local proxy settings, or dot net picks up some wrong settings. I suggest checking with your network administrator. -Danial, AdWords API Team. On

Re: AdWords Account Link Format

2014-02-13 Thread Danial Klimkin
Hello Siu Pang Tommy Choi, We don't support direct linking officially. The format of the URL is not documented and can change without notice. -Danial, AdWords API Team. On Wednesday, February 12, 2014 5:42:16 PM UTC+4, Siu Pang Tommy Choi wrote: We have an intranet website showing a list

Re: How to include canceled Adwords account user credential to invited account?

2014-02-13 Thread Danial Klimkin
Hello Fazlul, Only one AdWords account can be associated with a google account. The easiest workaround would be to just create another gmail account for this case. As this is not related to the API, please check with the general AdWords support should you have further questions. -Danial,

Re: Exlude Placments with the api

2014-02-13 Thread Danial Klimkin
Hello Smed, Sure, just add a new NegativeCampaignCriterionhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.NegativeCampaignCriterionwith a

Re: ContentBid After February 18th

2014-02-13 Thread Anash P. Oommen (AdWords API Team)
Hi Evan, The answer depends on how you look at it. 1. Once the field becomes readonly, we will still allow users to read this value. The value returned will be the last set contentBid. You could use this field to do some kind of backup if that makes sense. You can also send 0 for this value,

Re: Change to contentBid setting in Display Network Only campaigns

2014-02-13 Thread Anash P. Oommen (AdWords API Team)
Hi Sudip, You will get affected only if 1. You are using CpcBid for display-only campaigns and 2. You have different values for CpcBid.bid and CpcBid.contentBid. So you are all good to go. To test if you are getting affected, you could 1. Check your code to see if you are setting

Re: Basic report for many clients

2014-02-13 Thread Jeremy Aube
You can run each client in a separate thread rather than sequentially. You may not be able to run all 30 at once as there are limits to the number of simultaneous requests, but I believe you can do 10 or so at the same time this way. On Wednesday, February 12, 2014 12:27:33 PM UTC-5, Mike

Re: ContentBid After February 18th

2014-02-13 Thread Evan Halley
Anash, awesome, this is very helpful. Thanks! On Thursday, February 13, 2014 7:58:00 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi Evan, The answer depends on how you look at it. 1. Once the field becomes readonly, we will still allow users to read this value. The value

Re: Basic report for many clients

2014-02-13 Thread Mike Young
By a separate thread, are you meaning a copy of the whole google adwords folder as it contains only one clientID in the auth.ini file. The whole folder download is 29mb. I cant replicate this 30 times. I do not want to produce spaghetti coding. Surely you have a procedure that gets all the

Re: Basic report for many clients

2014-02-13 Thread Jeremy Aube
http://stackoverflow.com/questions/70855/how-can-one-use-multi-threading-in-php-applications On Thursday, February 13, 2014 10:16:05 AM UTC-5, Mike Young wrote: By a separate thread, are you meaning a copy of the whole google adwords folder as it contains only one clientID in the auth.ini

Re: Basic report for many clients

2014-02-13 Thread Mike Young
Ok, if I run the same page in 10 threads (running it 10 times) it will still pick up the same clientID in the auth.ini file (123-456-7890) How do I get it to change and use the rest of the client IDs that I need? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Missing campaign of type Shopping - Product Listing Ads

2014-02-13 Thread rob
Guys, How about an update on when this will be available? Even if the data is JUST included in higher-level reports, at least it's a start. The problem is, Google representatives are telling account managers to switch over to shopping campaigns. The customers are now beginning to become

Re: SoapClientFactory error

2014-02-13 Thread Ray Tsang (AdWords API Team)
Sensah, That is odd. Could I trouble you to make sure that the PHP version/path is exactly the same when running the example and your own test code? Secondly, could I trouble you to send me what you have in `php -i`? Thanks, -- Ray Tsang (AdWords API Advisor) On Wednesday, January 29, 2014

Re: Basic report for many clients

2014-02-13 Thread Jeremy Aube
There should be a way for you to specify the client id for each request. I'm not very familiar with the PHP library, so I can't help in terms of actual implementation, but that's how it typically works for other libraries. On Thursday, February 13, 2014 10:23:09 AM UTC-5, Mike Young wrote:

Re: getRefreshToken url is not working (produces fault)

2014-02-13 Thread Ray Tsang (AdWords API Team)
Paris, Did you say the page reported invalid grant? Will you be able to show a screenshot? Secondly, could I trouble you to follow these instructionshttps://developers.google.com/adwords/api/docs/guides/authenticationif you haven't already? Thanks, -- Ray Tsang (AdWords API Advisor) On

Re: getRefreshToken url is not working (produces fault)

2014-02-13 Thread Ray Tsang (AdWords API Team)
Hi, Could I trouble you if webhook notifications was required? Were you using an OAuth 2.0 Web application or OAuth 2.0 Native application? Thanks, -- Ray Tsang (AdWords API Advisor) On Wednesday, February 12, 2014 8:18:25 AM UTC-5, adw...@cuponio.com wrote: For reference to other people

Re: Campaign report for all clients using Python API and OAuth

2014-02-13 Thread Ray Tsang (AdWords API Team)
Mojmir, Are you currently using ClientLogin with a single top-level MCC? If so, you can do the exact same thing w/ OAuth. You most likely can register an OAuth 2.0 Native application. Please see our ClientLogin to OAuth 2.0 migration

Re: OAuth 2.0 Redirect URI issue

2014-02-13 Thread Ray Tsang (AdWords API Team)
Karthik, GetRefreshToken works best when you have registered a native application. Please see our OAuth 2.0 Authentication Guide for AdWords APIhttps://developers.google.com/adwords/api/docs/guides/authentication . Whether you need to use OAuth 2.0 native application or web application

Re: How to export AdWords account for upload to Bing Ads

2014-02-13 Thread Ray Tsang (AdWords API Team)
Visar, Please visit https://developers.google.com/adwords/api/docs/common-errors#CustomerSyncErrorfor more information about this error. You can use CustomerSyncSelectorhttps://developers.google.com/adwords/api/docs/reference/v201309/CustomerSyncService.CustomerSyncSelectorto narrow down your

Re: Ad Hoc Reporting to migrate to 309

2014-02-13 Thread Ray Tsang (AdWords API Team)
Mike, You'll have to manually parse the content, depending on what you have selected in the report, and the report format type (CSV, XML, etc). Cheers, -- Ray Tsang (AdWords API Advisor) On Wednesday, February 12, 2014 11:43:45 AM UTC-5, Mike Young wrote: Yes your quite right!, if I just

Re: getRefreshToken url is not working (produces fault)

2014-02-13 Thread Ray Tsang (AdWords API Team)
Paris, It sounds like you needed to fill in the consent screen info. I'll verify this and if indeed necessary I'll update the documentation. Thanks! -- Ray Tsang (AdWords API Advisor) On Wednesday, February 12, 2014 5:59:14 AM UTC-5, Paris Theofanidis wrote: Hi, I use the getRefreshToken

Re: Basic report for many clients

2014-02-13 Thread Ray Tsang (AdWords API Team)
Mike, You could potentially run it in a batched fashion from the command line, and launching multiple processes with each process grabbing data for a different client customer ID. That being said, if serial execution is too slow, I feel your best option is to execute in parallel.

How to link an existing Adwords account with MCC Account using Adwords api in php

2014-02-13 Thread brstdev9
Hello everyone, I am currently developing a web application which requires to add existing adwords user account with the MCC account, this has have to be done using adwords api. Is there any way this can be done ?? I am using PHP client Library. -- --

How to include keyword/placement segmentation AD_PERFORMANCE_REPORTS

2014-02-13 Thread Ranjit Behera
Hi, Am using *googleads-php-lib-master *Adwords API, I want to do keyword/placement segmentation on AD_PERFORMANCE_REPORT. Can anyone assist me how can i acheive it in php. Below is my Code for AD_PERFORMANCE REPORT DOWNLOAD : $reportType = 'AD_PERFORMANCE_REPORT'; $selector-fields =

How to add segmention in Adwords API AD_PERFORMANCE_REPORT with keyword

2014-02-13 Thread Ranjit Behera
Hi, Am using googleads-php-lib-master Adwords API. I want to do *Keyword/Placement* segmentation while donwloading the AD_PERFORMANCE_REPORT report. Can anyone pls assist me how could acheive this using PHP. Below is my related code : $reportType = 'AD_PERFORMANCE_REPORT'; $selector-fields

How to link an existing Adwords account with MCC Account

2014-02-13 Thread brstdev9
Hello everyone, I am currently developing a web application which requires to add existing adwords user account with the MCC account, this has have to be done using adwords api. Is there any way this can be done ?? I am using PHP client Library. -- --

Offline conversion feed - Update conversion value or Delete conversion

2014-02-13 Thread Vlad Zloteanu
Can one remove an offline conversion, or edit its value ? According to documentation, the SET or REMOVE operations are available: (https://developers.google.com/adwords/api/docs/reference/v201309/OfflineConversionFeedService.OfflineConversionFeedOperation), but trying to use them results in a

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-13 Thread Ben Ferguson
Here's what I've been given for the MCC account: 783-138-2806 Although from what I've been told by our account manager, our developer token was associated with the CID I provided earlier. Thanks Danial. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How to link an existing Adwords account with MCC Account

2014-02-13 Thread Ray Tsang (AdWords API Team)
Hi, Please take a look at this slidehttp://www.slideshare.net/marcwan/04-mcc-services-17313973 and the Managing Customer Accounts guidehttps://developers.google.com/adwords/api/docs/guides/managing-accounts . Cheers, -- Ray Tsang (AdWords API Advisor) On Thursday, February 13, 2014 7:39:39

Re: How to link an existing Adwords account with MCC Account using Adwords api in php

2014-02-13 Thread Ray Tsang (AdWords API Team)
Hi, I believe there was a double post. Let's continue the conversion in the other thread: https://groups.google.com/forum/#!topicsearchin/adwords-api/messageid$3a%22dfc6af85-ff92-4108-b3b6-c3afc41b8...@googlegroups.com%22/adwords-api/_E4NY_Ol7Tg Thanks, On Thursday, February 13, 2014 7:45:24

Re: Offline conversion feed - Update conversion value or Delete conversion

2014-02-13 Thread Ray Tsang (AdWords API Team)
Vlad, You are correct that this is not supported at the moment. I'll investigate this bit more. Thanks, -- Ray Tsang (AdWords API Advisor) On Thursday, February 13, 2014 8:22:37 AM UTC-5, Vlad Zloteanu wrote: Can one remove an offline conversion, or edit its value ? According to

Zero impression data for product listing ads(PLA)

2014-02-13 Thread dsr
Hi, Can you please let us know how to fetch zero impression data for product listing ads? We are trying to retrieve PLA performance data from Criteria Performance Report for criteria type = Product, and click type = PRODUCT_LISTING_AD_CLICKS. but We do need to get zero impression data to