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

2014-03-12 Thread jaison . directi
Hi Josh, I'm using version v201309 of the Adwords API. Shown below is the code I'm using to add keywords with maxCPC. function addKeywordsToAdGroup(AdWordsUser $user, $adGroupId, $keywords){ $user-SetClientCustomerId($_SESSION['adwordClientId']); $adGroupCriterionService =

Re: Zero clicks with non-zero conversions

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, I think what happened here is that the conversion was reported before the click was determined to be spam. Cheers, Josh, AdWords API Team On Tuesday, March 11, 2014 9:29:46 PM UTC-4, Devesh Parekh wrote: Thanks for investigating. It's odd that a click that converts can be spam, but

Re: no data to produce report for testing account

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, A test account is just like a production account except it will not serve ads. This means you can create campaigns, ad groups, ads, etc., but you won't get back any data from reports unless you run a structure reporthttps://developers.google.com/adwords/api/docs/guides/structure-reports .

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

2014-03-12 Thread Josh Radcliff (AdWords API Team)
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 AddKeywords.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/AddKeywords.php#L65 example.

Re: API v201309 CampaignService selector fields SelectorError.INVALID_FIELD_NAME

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, The selector pagehttps://developers.google.com/adwords/api/docs/appendix/selectorfieldshas been updated to accurately reflect which fields are valid *Selector* fields on a per-service basis. Thanks again for bringing this to our attention! Best regards, Josh, AdWords API Team On

Re: API v201309 CampaignCriterionService mutate set AdSchedule

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, As it turns out, the various time and date fields of AdSchedule are immutable by design. To clarify this, we've updated our documentation and WSDLs to reflect that these values will be ignored on SET or REMOVE operations.

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

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, For item #1, using OAuth credentials that have permissions to access the AdWords account you should be able to set the invitation to ACTIVE as described herehttps://developers.google.com/adwords/api/docs/guides/managing-accounts#client_accepts, the same as you did for test accounts. Is

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

2014-03-12 Thread Amr Abdel-wahab
I would love to use some production account data because I need to do some reporting tasks and I need to make sure it's correct and this can't be done with a test account so if there is a way to do so I will be grateful. and also I will be thankful if you try to show me so using python code

Re: Ads API - policy violation and exemption requests

2014-03-12 Thread Vlad Zloteanu
Anash, Thank you for your help. Looking through code examples, I think I have misunderstood the error handling workflow. I need my system to be always informed of the changes in the approval status of my keywords/ads, and I want to send an exemption request each time it is possible (we never

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

2014-03-12 Thread Josh Radcliff (AdWords API Team)
Hi, Running reports is a read-only action, so you can do this against your production account without worrying about modifying data. To be extra safe you could use an OAuth2 refresh token created while logged in as a user with read-only access to your AdWords account. One caveat here is that

Re: Phone call tracking through adwords API

2014-03-12 Thread Michael Y.
I dont know if this helps but what I am looking to retrieve is information in the actual phone calls column. It is in the adwords UI under columns (phone Calls). I didnt see that in your link below but to summarize im trying to get the number of actual phone calls being made. Thank You,

Re: Phone call tracking through adwords API

2014-03-12 Thread Michael Y.
I dont know if this helps but what I am looking to retrieve is information in the actual phone calls column. It is in the adwords UI under columns (phone Calls). I didnt see that in your link below but to summarize im trying to get the number of actual phone calls being made. Thank You,