Re: Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-13 Thread jaison . directi
Thanks Josh, The snippet worked. On Wednesday, March 12, 2014 6:41:05 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: Hi, It looks like you simply want to set a CPC bid on your ad group criteria. If that's the case, then I'd recommend taking a look at the latest

Re: How can I dynamically select the MCC account I want to work with

2014-03-13 Thread jaison . directi
Hi Anash, I figured this out. The constructor helps to load MCC account configuration. Thanks a ton for the solution On Tuesday, March 11, 2014 4:01:58 AM UTC-7, jaison@gmail.com wrote: In the AdwordsUser constructor what are $applicationToken and $authToken? Currently, in the auth.ini

Re: How to verify the client customer id is valid and billing has been setup!

2014-03-13 Thread brstdev9
Hello Josh, Well many thanks for you support. Now For Item #1, I have been able to send the request for ADD PENDING and the result was a success, and to confirm i sent the same request and got this error: An error has occurred: [ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER @

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-13 Thread Amr Abdel-wahab
That's Exactly the part I meant Josh, I still don't have an approved token so I need to use some data without an approved token, is there a way for that? On Wednesday, March 12, 2014 4:10:44 PM UTC+1, Amr Abdel-wahab wrote: I would love to use some production account data because I need to do

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, If you want to access a production AdWords account then the only option is to have an approved developer token from a production MCC. See this posthttps://groups.google.com/d/msg/adwords-api/8e21SoD7M5o/sszU-m9xCVcJ for a grid of permitted interactions with pending/approved and prod/test

Re: API support for AdWords Labels feature?

2014-03-13 Thread gl3
Another +1 for Labels -- in the most non-social Google way, of course ;) Labels are of significant help in querying only certain Campaigns or Ad Groups that I've manually labelled in my account. I imagine the syntax and functionality would be similar to AdWords Scripts:

Generating Campaign Performance Report for specific date (or date range)?

2014-03-13 Thread level7 . mcctest
I'm attempting to use the AdWords API to generate a Campaign Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#campaign, and am able to do so for certain dates ('LAST_7_DAYS, 'YESTERDAY', etc.), but I was wondering if there is a way to generate one for specific

GetRequesToken.php is not generating token

2014-03-13 Thread Hasmukh Tank
Hello, I downloaded code form Google Adwords API + PHP from https://github.com/google/google-api-php-client/archive/master.zip. Added project and retrieving client id and secret key from http://console.developers.google.com/ Now, while generating refresh token using GetRefreshToken.php file

Re: Duplicate Campaign Names Suddenly Allowed

2014-03-13 Thread Cesar D.
Hi Josh, A good example is when using Ad hoc reports. In the past you could assume all campaign names were unique and code accordingly; now when fetching the report you have properly handle duplicated rows, which requires additional logic for both new and existing applications. Same

GetRequesToken.php is not generating token

2014-03-13 Thread Hasmukh Tank
Hello, While updating all parameters in auth.ini. When i run getrequesttoken.php link: http://tools.zealousweb.info/googleads/examples/AdWords/Auth/ I am getting an error. Please help me what should i do Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

App promotion image ad causing UNEXPECTED_INTERNAL_API_ERROR. Is it working as intended?

2014-03-13 Thread Yuri Barbashov
Hi, i've been trying to create App promotion image ad by using templateAd with simple campaign on display network with country and os targetting. All my attempts lead to UNEXPECTED_INTERNAL_API_ERROR. Maybe App promotion image ad is not supported? SOAP request and response

App promotion image ad template causing UNEXPECTED_INTERNAL_API_ERROR

2014-03-13 Thread Yuri Barbashov
Hi, i've been trying to create App promotion image ad by using TemplateAd, but all my attempts lead to UNEXPECTED_INTERNAL_API_ERROR. I tried different images but nothing helps. I have simple campaign for display network with country and os targeting. What am i doing wrong? request+response

how to access all campaigns under a customer account

2014-03-13 Thread Dan Yi
when i login to MCC, i can see there are lots of account(customer/client) under the account, now i need to access all the campaigns under one of the customer account but don't know how. i don't see any anywhere in the campaign service that allow you to specify the account info? anyone know

Problem with ManagedCustomerService sometimes returning empty results

2014-03-13 Thread Florian Lherbette
Hi, I am starting to see empty reponses (pages with zero entries) from the ManagedCustomerService for some user accounts. These users are linked to a single advertiser account and not a MCC, but ManagedCustomerService does work properly for other direct advertiser accounts. I have encountered

Re: How to verify the client customer id is valid and billing has been setup!

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi Brihaspati, When setting the request to ACTIVE you need to use the credentials of the *invited* (non-MCC) AdWords account, not the MCC account. The reason for this is that you are attempting to accept the invitation, and only a user with access to the invited account can do that. A user

Re: Generating Campaign Performance Report for specific date (or date range)?

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi Kevin, Please see this posthttps://groups.google.com/d/msg/adwords-api/Dnvp8FFs5mY/69C7LUpWMM0J that explains how to set a date range on a report request. The post is for a date range, so in your case you would just set min and max date to the same date. Cheers, Josh, AdWords API Team

Re: GetRequesToken.php is not generating token

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, This looks like a duplicate of your other posthttps://groups.google.com/d/msg/adwords-api/sNQGAFAF5uk/27bwewD4KCkJ. I'll post my reply there. Thanks, Josh, AdWords API Team On Wednesday, March 12, 2014 6:28:07 AM UTC-4, Hasmukh Tank wrote: Hello, While updating all parameters in

Important: v201306 will sunset on March 31st, 2014

2014-03-13 Thread Danial Klimkin
The AdWords API v201306 will sunsethttp://googleadsdeveloper.blogspot.com/2014/01/reminder-adwords-api-v201306-and-ad.htmlon March 31st, 2014! If you haven’t upgraded yet, please upgrade to AdWords API

Re: App promotion image ad template causing UNEXPECTED_INTERNAL_API_ERROR

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, This appears to be a duplicate of your other posthttps://groups.google.com/d/msg/adwords-api/NcE51fDblos/FTShbbUrP9cJ. I'm following up on your question and will reply there. Cheers, Josh, AdWords API Team On Tuesday, March 11, 2014 7:07:18 PM UTC-4, Yuri Barbashov wrote: Hi, i've been

Re: how to access all campaigns under a customer account

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, You can change which account a specific request accesses by setting the clientCustomerId header in the request. This will replace the customer ID in your configuration file if you are using one of our client libraries. For example, in the Java client library you would call

Re: Generating Campaign Performance Report for specific date (or date range)?

2014-03-13 Thread level7 . mcctest
Thanks much! I am going to post thishttps://groups.google.com/forum/#!topic/adwords-api/IjWEqfda4Dglink as well, just in case people have trouble with the XML layout in the future! Kevin On Thursday, March 13, 2014 8:38:58 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: Hi Kevin,

Re: Problem with ManagedCustomerService sometimes returning empty results

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send one or two account IDs each where ManagedCustomerService returns rows and does not return rows? You can send these directly to me by clicking Reply to author. Cheers, Josh, AdWords API Team On Thursday, March 13, 2014 9:16:57 AM UTC-4, Florian Lherbette wrote: Hi, I am

AdWords AdType issue

2014-03-13 Thread Dan
I am trying to create ad for adgroup but getting following error: faultString: [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] this is my code: AdGroupAdProxy adGroupAdProxy= new AdGroupAdProxy(session, services); adGroupAdProxy.createNewAd(TextAd, http://example/12123.html;, adGroupId);

How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-13 Thread Chris
Hi Guys, I'm looking at updating our applications to using OAuth2.0 authentication, and it certainly seems that it would be easiest to have all account linked under one master MCC, as described here https://developers.google.com/adwords/api/docs/guides/clientlogin-to-oauth2-single-mcc

Re: Can't get paging work properly

2014-03-13 Thread lasha
Hey, It returns all the adGroups in the selected campaign. I tried this approach to which did not work as well $selector-paging = new Paging(); $selector-paging-startIndex=0; $selector-paging-numberResults = 25; Any idea what i'm doing wrong? Thanks On Tuesday, March 11, 2014

Re: Phone call tracking through adwords API

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi Mike, Thanks for the screenshot. To pull in the equivalent of the Phone calls column you can include NumOfflineInteractions from either of the following: - Campaign Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#campaign - equivalent to the view

Re: Can't get paging work properly

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, If all you want is to print out the first 25 ad groups, then change the code to: 1. Construct a Paging object with new Paging(0, 25) [as you have done] 2. Remove the do and while lines so that the example stops after processing the first page of 25 results If that's not what

IMAP, Email Campaign Reports

2014-03-13 Thread Daniel Mayans
Hello! I'm accessing via IMAP to my gmail inbox. I have requested daily reports from my campaign and Adwords sent me a link like this: https://adwords.google.com/cm/CampaignMgmthttps://adwords.google.com/cm/CampaignMgmt?frag=repd.415001545/139467600__u=5056112244__c=8329717905

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi Chris, When your MCC sends out an invitation to an AdWords account (either via the My Client Center UI or a ManagedCustomerService.mutateLinkhttps://developers.google.com/adwords/api/docs/reference/v201402/ManagedCustomerService#mutateLink ADD + PENDING call) the user associated with that

Re: AdWords AdType issue

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, When creating a new Ad you should create an instance of one of the *subclasses* of Adhttps://developers.google.com/adwords/api/docs/reference/v201402/AdGroupAdService.Ad. In your particular example you would want to create an instance of

Re: Paid_Organic_Query_Report

2014-03-13 Thread Ray Tsang (AdWords API Team)
Johannes, I've been looking into this to make sure I provide a useful response. Thank you for your patience. I'll get back to you once I track this down. Thanks! On Monday, March 10, 2014 7:13:44 AM UTC-4, Jóhannes Vollertsen wrote: I am working on implementing the paid organic reports via

Re: Unique of creative id on Tracking values

2014-03-13 Thread Ray Tsang (AdWords API Team)
Mojmir, FYI, ValueTrack's {creative} value should be the same as the Ad ID in the AdWords API. Please let me know if this it not the case. Cheers, Ray On Tuesday, March 11, 2014 3:33:43 PM UTC-4, Ray Tsang (AdWords API Team) wrote: Mojmir, I noticed you had another thread on this but it

Excluding Remarketing List from a campaign using the API

2014-03-13 Thread mccaccountpala...@gmail.com
I have created a certain remarketing list using the adwords API. I would like to exclude this list from my campaign audience. Is there a way to do this using the API? I know this can be achieved manually by going to the Display Network tab after selecting the right campaign and then adding

Re: Problem with ManagedCustomerService sometimes returning empty results

2014-03-13 Thread Oliver
MCS never worked for single accounts. I'm not sure if this is a feature or a bug but I recall seeing few posts here about this in the past. CS works for both. We coded our system to always use CS first, and if it turns out to be an MCC, use MCS to retrieve further details. Oliver On

Service Account Scope Access Failure

2014-03-13 Thread apiapi
I have an Adwords Standard account/devtoken (same for 5 years). I have created a proper client ID and key pair. I have a separate account that is a Google Apps Admin, and it has granted 2 API users access to the scope https://adwords.google.com/api/adwords/ (the users are

Re: Service Account Scope Access Failure

2014-03-13 Thread apiapi
I downloaded the latest AdWords API v201402 bits, and still receive the same error when simply trying to enumerate the accounts under my MCC using the sample code. I am receiving the same error I got with the 201309-era code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

PHP Lib - Report data w/o pre-formatted downloaded report file?

2014-03-13 Thread Jake Wilson
Using the PHP Lib, there is the ReportUtils.php class(es). The way the example scripts work for reporting is that your report is downloaded to a file on your computer. The file is pre-formatted sort of like this: Report Title Blah Blah StartDate - End Date CSV column description data rows

Getting AuthenticationError.LOGIN_COOKIE_REQUIRED error after convert from AuthToken to oAuth AccessToken

2014-03-13 Thread Dave L
Hi, I am upgrading from the Auth Token to the new oAuth2 Access Token. I am not using any client library, I am using SOAP. 1. I am able to get my Access Token (and Refresh Token) successfully. 2. Now, when I am using the new Access Token to call the API, I received

How to get Added/Excluded column in search term report. Error in keyword report for IsNegative column

2014-03-13 Thread Ranjit Behera
Hello, We are not able to find the Added/Excluded column in the search term report which we get from Adword API. Can you please suggest how to get that column. In the keyword report, the Isnegative column is giving error. Please let us know how to get that column. Regards Ranjit -- --