Re: Offline Refresh Token Can't Generate

2016-04-12 Thread Pravin Yadav
Hi Josh, > Ok, But in my application if i generate refresh token manually using "Google AdWords API Project OAuthTokenGenerator" and then stored it in my database and later access it in web service for 3600 (Sec) time it working properly not showing any error b

Re: Why is ManagedCustomer.accountLabels always NULL?

2016-04-12 Thread Yang
Thanks for the suggestion. Just tried and it still doesn't work. Does it work for you? I.e. are you even able to pull any non-null AccountLabels out of the ManagedCustomerService, using the latest version, v201603? On Wednesday, April 13, 2016 at 6:38:05 AM UTC+8, Zweitze wrote: > > Try passing

Re: Why is ManagedCustomer.accountLabels always NULL?

2016-04-12 Thread Zweitze
Try passing the predicate values as string, as they should be: {'predicates': [{'operator': 'IN', 'field': 'AccountLabels', 'values': [*'4038216', '4038261'*]}], 'fields': ['AccountLabels', 'CanManageClients', 'CompanyName', 'CurrencyCode', 'CustomerId', 'DateTimeZone', 'Name', 'TestAccount'],

Re: Keywords Performance Report : CreativeDestinationUrl field throws error

2016-04-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Dana, The field CreativeDestinationUrl is no longer supported in this report. You should use the CriteriaDestinationUrl instead. Cheers, Anthony AdWords API Team -- -- =~=

Keywords Performance Report : CreativeDestinationUrl field throws error

2016-04-12 Thread Dana Gray
We are running the keywords performance reports for numerous clients and notice that when the CreativeDestinationUrl is included in the request an 'Invalid Field Name For Report' error is thrown though the documentation does not indicate this should be an issue. The other fields in the request a

Re: Get Google Forwarding Number Calls (GFN) in AdWords API

2016-04-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, You can use the Call Metrics Call Details Report to get details for calls to Google forwarding numbers. Please note that not all the fields you mentioned are included in the report. Cheer

Re: Adword API operations

2016-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, the limit of 10,000 operations per day applies to test access too. You can find more information on access levels here . This rate sheet gives more detail on how op

Re: How to get the Extensions that don't belong to a Campaign or an AdGroup.

2016-04-12 Thread 'Yin Niu' via AdWords API Forum
Hi, After you have created CalloutFeedItem , you need to set it to one of the ExtensionSettingsServices(CampaignExtensionSettingsService, AdGroupExtensionSettingsService, CustomerExtensionSettingsSer

Get extensions outside Campaigns or AdGroups

2016-04-12 Thread SeriousJ
I use the PHP client library with version v201603 of the API. I am trying to get the Callout Extensions that don't belong to a Campaign or an AdGroup. If an Extension belongs to a Campaign or an Adgroup, I can get it using the 'CampaignExtensionSettingService' or ''AdGroupExtensionSettingServi

Display image ads generated automatic by API

2016-04-12 Thread cpelegrin
Hello, Can I create through API image ads for display like in MCC? I want to set a url of my web by api and response me with various automatic dynamic ads for Display This is I want to do with API https://support.google.com/adwords/answer/2991648?hl=en&ref_topic=3121943 Thanks!!! -- -- =~=~

Create dynamic image ads for display

2016-04-12 Thread cpelegrin
Hello, Can I create through API dynamic ads for display like in MCC? I want to pass a url to API and response me with various dynamic ads for display network This is I want to do with API https://support.google.com/adwords/answer/2991648?hl=en&ref_topic=3121943 I cant see it with TemplateAd

How to get the Extensions that don't belong to a Campaign or an AdGroup.

2016-04-12 Thread SeriousJ
I use the PHP client library with version v201603 of the API. I am trying to get the Callout Extensions that don't belong to a Campaign or an AdGroup. If an Extension belongs to a Campaign or an Adgroup, I can get it using the 'CampaignExtensionSettingService' or ''AdGroupExtensionSettingServi

Re: Retrieving My Locations for Location Groups

2016-04-12 Thread 'Yin Niu' via AdWords API Forum
Hi, LocationExtensions PlaceHolder Type Id is 7 not 77. You can use CampaignCriteriaService to get location

Retrieving My Locations for Location Groups

2016-04-12 Thread Rodrigo Oliveira
Hello, I found a google dev blog post saying that, in order to use LocationGroups with LocationExtensionOperand, I have to provide a feedId, and it says that I should be able to retrieve a feedId for this operation through the FeedMappingService getting the objects with CriterionType 77. I did

Get Google Forwarding Number Calls (GFN) in AdWords API

2016-04-12 Thread BenoƮt Fabre
Hello, I would like to access the GFN report that I used to get in AdWords through AdWords API. Basicaly, the data I would like to get are : - Call hour / date - Call duration - Sate (missed / answered) - Caller regional indicative (01, 02, 03, 04, 05, 06, 07 or 09) - Adword Campaign In AdWord

Re: DEVELOPER_TOKEN_NOT_APPROVED

2016-04-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, There are a number of reasons a developer token might not be approved . However, if you are using a test account, you should be able to use a token that has not been approved yet. P

Re: Switching from MutateJobService to BulkJobService

2016-04-12 Thread 'Yin Niu' via AdWords API Forum
Hi Kanan, You can take a look at AddCompleteCampaignsUsingBatchJob.php example. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: TrialService trows UNEXPECTED_INTERNAL_API_ERROR on SOAP call

2016-04-12 Thread 'Yin Niu' via AdWords API Forum
Hi, Could you please send SOAP request and response logs? You can enable SOAP logs for Python library following the instruction here . Please click *Rep

Re: Offline Refresh Token Can't Generate

2016-04-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Pravin, You mentioned "I want to generate refresh token each time", but you only need to generate a *refresh token* *once* for each user whose credentials you want to use. When generating the refresh token, you should set the *access_type* to offline

DEVELOPER_TOKEN_NOT_APPROVED

2016-04-12 Thread OHM
Hello! I want to use test account API. I created a test manager account, after that created customer account, but when i try to connect - DEVELOPER_TOKEN_NOT_APPROVED. What is problem? (Developer token from production manager account) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Conversion Tracking Service not Returning Imported Analytics Goals and Phone calls Conversion Events

2016-04-12 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, There are still no updates, unfortunately. I'll contact the engineering team again and let you know as soon as I know more about what you can expect. Regards, Mike, AdWords API Team On Monday, April 11, 2016 at 1:33:46 AM UTC-4, MCC Test wrote: > > Hello Anthony, > > Any update on this

Switching from MutateJobService to BulkJobService

2016-04-12 Thread Kanan Farzali
Hi, I am trying to change the old 'MutateJobService' to 'BulkJobService' as the former service has been deprecated in the last version of the API. I use PHP, and my code currently looks like this: public function create_mutate_job($client_id, $operations) { $user = new AdWordsUser(

Adword API operations

2016-04-12 Thread yashclient . k
Hi, I would like to confirm if the API's basic access limit of 10,000 operations per day also applies to test accounts too. Plus, where do I need to go to check my API usage? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Why is ManagedCustomer.accountLabels always NULL?

2016-04-12 Thread Yang
Hi Josh. I'm having the same issue. I'm using the python client library, v201603 for your reference. I'm using the same top-level MCC for both AccountLabelService (which works) and ManagedCustomerService, which doesn't. If I use the the "AccountLabels" in the predicate of the selector, it fails

TrialService trows UNEXPECTED_INTERNAL_API_ERROR on SOAP call

2016-04-12 Thread Yuyan Hu
Hi, Thank you so much for developing draft and trial services, they would be so amazingly helpful! But I did run into some confusions today trying to create a trial for one of my campaigns. I am aware there are restraints for trial campaigns, so here is a brief stats of the base campaign:

Re: Offline Refresh Token Can't Generate

2016-04-12 Thread Pravin Yadav
> > Hi, > Yes i generated it manually using OAuth2 Console's OAuth2ClientId & OAuth2ClientSecret and then it stored it in database and used it in my application but it temporary it's not useful in web service it need to generate automatically after once run Web Service co