Re: How do I get related keywords monthly search volume?

2017-02-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Abe, There is currently no way that I am aware of that you can set the matchType of a keyword as a filter in the TargetingIdeaService or in the AdWords UI (via the Keyword Planner tool). Keyword results can be retrieved or filtered based on their RequestTypes, being IDEAS (to retrieve

Re: Issues with BatchJobService - jobs remain stuck

2017-02-15 Thread Stefan Kleine Stegemann
Hi Nadine, To update you on this issue, the situation has not improved but rather got slightly worse. Today we have 33 stuck batch jobs (in status ACTIVE) with eight adwords accounts being affected. Yesterday, it was 30 batch jobs with three accounts being affected and on tuesday it was seven

How do I get related keywords monthly search volume?

2017-02-15 Thread abe-burnett
Hi there, I'm trying to use the API with the Targeting Idea Service to get "targeted_monthly_searches" for various search terms: e.g., react.js, vue.js, angular.js. The trick is that I clearly get different results between, say, react.js and reactjs. So I'd prefer the aggregated related

Re: How get CustomerId with OAuth 2.0

2017-02-15 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Francesco, The https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201609/AccountManagement/GetAccountHierarchy.php code example should help you achieve your workflow, but for that to work, the access token you send as part of the request should belong to the

Re: can i use any product account developer token for my test account

2017-02-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Subin, Once the initial signup for the AdWords API is completed, you will be issued a developer token with the test account access level. This means that the developer token can only make AdWords API requests against test

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-02-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sahil, To be able to look further, could you please provide me with the SOAP XML request and response logs for the API call? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Criteria Performance Report - no data for Videos

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This campaign does not have any YOUTUBE_VIDEO or YOUTUBE_CHANNEL criteria. To get the performance for your video ads, you need to use Video Performance Report . You can also you Campaign

Re: geo performance by ZIP_CODE?

2017-02-15 Thread Adam Haining
Got it, thanks. I never noticed the Postal Code target types, very helpful. I appreciate the quick response! #end Best Regards, Adam Haining CTO P: (801) 473-9220 <8014739220>

Re: ConversionTypeOwnerCustomerId Showing MCC Account

2017-02-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The conversionTypeOwnerCustomerId should have the account Id under which the conversion tracking was set up. If the conversion was set up at the MCC account level you should see

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-02-15 Thread 'Sahil Girdhar' via AdWords API Forum
Hi, I am facing an InternalApiError.UNEXPECTED_INTERNAL_API_ERRO r issue Traceback (most recent call last): File "new_test.py", line 59, in main(adwords_client, LABEL_ID)

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-02-15 Thread 'Sahil Girdhar' via AdWords API Forum
File "new_test.py", line 38, in main page = campaign_service.get(selector) File "/Library/Python/2.7/site-packages/googleads/common.py", line 700, in MakeSoapRequest *[_PackForSuds(arg, self.suds_client.factory) for arg in args]) File

Re: geo performance by ZIP_CODE?

2017-02-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Adam, There are various types of location targets available via AdWords API including but not limited to Borough, Canton, City, Region, State, Postal Code, Country etc. With AdWords API, for consistency purposes, you can target any location using the same logic as long as you know the

Re: How can I get developer token to test api in test account adwords?

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Subin, A developer token can be used to target *any* AdWords account. You just need to generate the OAuth2 credentials by logging in as the test manager account rather than the

Re: Criteria Performance Report - no data for Videos

2017-02-15 Thread AdWordsApiUser
*Shwetha, sorry for the typo. On Wednesday, February 15, 2017 at 8:11:17 PM UTC+1, AdWordsApiUser wrote: > > Thanks Shweta for your reply! Yes, we have Video Ads running in this > campaign. The campaign Id is 753924472. Your help is much appreciated! :-) > > Regards, > MG > > On Wednesday,

Re: Criteria Performance Report - no data for Videos

2017-02-15 Thread AdWordsApiUser
Thanks Shweta for your reply! Yes, we have Video Ads running in this campaign. The campaign Id is 753924472. Your help is much appreciated! :-) Regards, MG On Wednesday, February 15, 2017 at 6:39:42 PM UTC+1, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Have you added YOUTUBE_VIDEO or

Re: Click report by minute

2017-02-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, When a click is made on an ad, a Google click ID (GCLID) associated with each click is generated. This information is captured and made available via the Click Performance Report . Unfortunately,

Re: [AdGroupCriterionError.CANNOT_TARGET_AND_EXCLUDE @ operations[0].operand]

2017-02-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As pointed out in the earlier post, conflicting criterion setting is causing this error. You could try the AdGroupCriterionService.get() on that AdGroup and check for the criterionUse

can i use any product account developer token for my test account

2017-02-15 Thread SUBIN P VASU
Hi, can i use any product account developer token for my test account?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How can I get developer token to test api in test account adwords?

2017-02-15 Thread SUBIN P VASU
I have test manager account and production manager account. How can I connect these through API? ie I need to connect my test account using product account developer token. How can it be implemented? On Wednesday, 18 January 2017 19:31:04 UTC+5:30, samsonph...@gmail.com wrote: > > Currently

Test Manager Account has no Developer token

2017-02-15 Thread SUBIN P VASU
Hi, I have created a test account using the email : mct.subinpv...@gmail.com. And I couldn't find the developer token in the account. I have a production account using the email : adwords.subinpv...@gmail.com and it has the developer token(Pending). Any way please help me to get the token for

ConversionTypeOwnerCustomerId Showing MCC Account

2017-02-15 Thread Jon Skeen
Hello, I am trying to come up with a list of managed customers who are using "calls from ads" conversion tracking, specifically clients who have their own conversion tracking set up. Reading through the API documentation, I am under the impression that the conversionTypeOwnerCustomerId field

Re: Criteria Performance Report - no data for Videos

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Have you added YOUTUBE_VIDEO or YOUTUBE_CHANNEL type placements to target your video Campaigns? Could you provide your clientCustomerId or the CampaignId so I can take a look? Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to we create ads?

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The OperationAccessDenied.ACTION_NOT_PERMITTED error occurs when you don't have the authorization to invoke a service's method. This will be because you are using the

Re: Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: )

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vinayaka, It looks like you are trying to download a report from a manager account. AdWords API reports can only be obtained for client (non-manager) accounts. You can use ManagedCustomerService to

Re: geo performance by ZIP_CODE?

2017-02-15 Thread Adam Haining
Can you provide some more details on this? I also want to be able to pull the zip code details, but I do not see how this will all work. I don't necessarily use zip codes as a targeting criterion, I just want to know the performance data at the zip code level. On Monday, February 6, 2017 at

Re: Revoke OAuth token using API

2017-02-15 Thread Nick Harris
Same issue here too, but had to modify Aine's method a bit to get it to work: Add library to composer: "google/apiclient": "^2.0" Code: $client = new \Google_Client(); $client->setAuthConfig('PATH_TO_JSON_FILE')); // JSON file in Google dev console under credentials

Click report by minute

2017-02-15 Thread QDQ Media
Hello, Can I obtain a report click and get the cpc for each click, not de average cpc, for example report click by minute Thanks!!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

How to we create ads?

2017-02-15 Thread lars
Hi, We currently use the Google Adwords API in production to get impressions and clicks from different ads. That's great, but now we also need to able to create new ads. When we try to create an ad we get the following error: AdWordsApiException: One or more AdWords API errors have occurred.

Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: )

2017-02-15 Thread Vinayaka N
I have written code for getting reports, but I am getting exception * Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: ). * code is below ReportDefinition definition = new

Re: [AdGroupCriterionError.CANNOT_TARGET_AND_EXCLUDE @ operations[0].operand]

2017-02-15 Thread AdWordsApiUser
Maybe you've excluded one of them explicitly using "NegativeAdGroupCriterion" or at the campaign level? This error only shows up in such a case. On Wednesday, February 15, 2017 at 12:26:34 PM UTC+1, 하진호 wrote: > > Hi, there > > I tried to add age and gender in an adgroup, but i get following

Criteria Performance Report - no data for Videos

2017-02-15 Thread AdWordsApiUser
The documentation for Criteria Performance Report mentions that the enum for CriteriaType may take on values YOUTUBE_VIDEO as well as YOUTUBE_CHANNEL. However, for a youtube campaign with over 10K impressions every day,YOUTUBE_VIDEO and YOUTUBE_CHANNEL seem to be missing alltogether. In fact,

Re: Issues with BatchJobService - jobs remain stuck

2017-02-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Stefan, Thanks for reporting this. I personally experienced some longer than usual running batch jobs last night as well. We're looking into what caused this last spike in execution time. Cheers, Nadine, AdWords API Team On Wednesday, February 15, 2017 at 5:04:20 AM UTC-5, Stefan Kleine

[AdGroupCriterionError.CANNOT_TARGET_AND_EXCLUDE @ operations[0].operand]

2017-02-15 Thread 하진호
Hi, there I tried to add age and gender in an adgroup, but i get following error message: [AdGroupCriterionError.CANNOT_TARGET_AND_EXCLUDE @ operations[0].operand]. I want to set both gender and age in an adgroup at once. my source example : [ { "adGroupId": 38658396945, "ageIds":

Re: API V201607 Cross Client Report for click performance and MCC with thousands of sub-accounts

2017-02-15 Thread Zweitze
You can't derive the proper account from the GCLID alone. Can you get more info where the GCLID came from? For instance, if you know the website domain where it was issued you probably know which account was involved. And if the accounts advertise to multiple websites, changing all the time,

Re: Issues with BatchJobService - jobs remain stuck

2017-02-15 Thread Stefan Kleine Stegemann
Hi, sorry for hijacking this thread but since yesterday morning, we also started to have significant troubles with batch job service. Jobs remained active for a very long time. The following jobs have been started yesterday morning, german time (see start time is noted for each job) and were