Adswords Download error - AdWordsReportError

2017-08-08 Thread Zhen
Hi, I'm trying to get GEO_PERFORMANCE_REPORT from API. When I tried with the sample "CRITERIA_PERFORMANCE_REPORT", the call is successful, when I tried with GEO_PERFORMANCE_REPORT, I get below errors: from googleads import adwords def main(client): # Initialize appropriate service.

AdWordsReportError

2017-08-08 Thread Zhen
Hi, I'm trying to get GEO_PERFORMANCE_REPORT from API. When I tried with the sample "CRITERIA_PERFORMANCE_REPORT", the call is successful, when I tried with GEO_PERFORMANCE_REPORT, I get below errors: from googleads import adwords def main(client): # Initialize appropriate service.

Re: AuthenticationError.NOT_ADS_USER - Java SDK setServiceAccountUser missing?

2017-08-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi John, My apologies for the difficulty you experienced in setting up your service account using the Java library. I could see that you have already gotten in touch (here ) with the Java library owners and I'm glad that you have

Re: Downloading AdWords API report with Dynamic Search Targets

2017-08-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you provide us privately (via *Reply privately to author*) your clientCustomerId and the Report definition you used for the Criteria Performance Report, so I can take a look? Regards,

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro] while uploading bulk images in Media Service for Responsiv

2017-08-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Can you try uploading more than one Image in a single request to MediaService.upload() and let me know if you face any issues? Thanks, Shwetha, AdWords API Team. -- --

Re: One Adwords account linked to more MCCs

2017-08-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Richard, An individual AdWords account can be linked to no more than five Manager accounts. You can refer to the account limits documentation listed here . This said, BudgetOrderService

Re: Load campaigns with manager account

2017-08-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jerry, You need to run this example against an AdWords client account, not a manager account. You need to provide the list of CampaignIds in the CustomerSyncSelector . Since

Downloading AdWords API report with Dynamic Search Targets

2017-08-08 Thread rachelhardman64
I'm trying to download an adwords API report with the Dynamic Search Targets. Using the Criteria Performance Report, with the following fields, Campaign Name, AdGroupName, Status and Parameter but cannot get anything to come back. Am I using the correct fields to get the info that I want?

Re: There is any solution with limits of matchingFunction when i go over 20 items

2017-08-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The rhsOperand while using the IN operator has a limit of 20 ConstantOperands. Please check the documentation

Re: Load campaigns with manager account

2017-08-08 Thread ihsgdeveloper
Hi Shwetha, I just checked your code sample. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201705/AccountManagement/GetAccountChanges.php is it able to run under MCC account ? I just test it, no any campaign ids return. when I set the customer id to my manager

One Adwords account linked to more MCCs

2017-08-08 Thread Richard Tési
Hi all, I would like to ask, whether you met with a situation, where one Adwords account is linked to more Manager Accounts? Lets take that the Adwords account is linked to two Manager accounts (MCC-A and MCC-B). MCC-A sets up a Budget Order on the Adwords account. Is there a way to prevent

Re: AuthenticationError.NOT_ADS_USER - Java SDK setServiceAccountUser missing?

2017-08-08 Thread John Reynolds
FYI - I ended up getting that working. Yes, I followed all of the steps to create the service account and authorize it for our Google Apps Domain. That isn't the issue. All of the sample code and examples for using the Service Account fail to show where or how to set the ServiceAccountUser on

Re: Linking ad, keyword, and placement performance reports

2017-08-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, ValueTrack allows you to add various attributes *of each click* to the tracking URL template and final URLs of your account, so by definition the ValueTrack parameter values are for a single impression. If you want to get metrics such as impressions for a given date range (across all your

Re: Linking ad, keyword, and placement performance reports

2017-08-08 Thread Александр Великий
Will ValueTrack parameters allow to get impressions in some way? On Friday, July 17, 2015 at 12:37:42 AM UTC+3, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > It still is not possible to get ad-level information from

Re: Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-08-08 Thread Jonas Bolin
Thanks Shwetha! On Tuesday, 11 July 2017 20:13:50 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jonas, > > You can use the IN operator and provide a list predicate values in the > query to check if the field is equal to one of the given values. The > predicate should look something

issue with limit of feed items in the matchingfunction

2017-08-08 Thread Abdelghani GUILIGHE
Hi, I develop an application using php and I have a problem with matchingFunction when I go over 20 items. Here's my code : ($arrSiteLinkFeedItemsIds this array have over 20 items) $matchingFunctionString = sprintf( 'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "Desktop") )',

There is any solution with limits of matchingFunction when i go over 20 items

2017-08-08 Thread Abdelghani GUILIGHE
Hi, when I go over 20 feed items in the camaping Feed, I have this error : [CollectionSizeError.TOO_MANY @ operations[0].operand.matchingFunction.lhsOperand[0].value.rhsOperand] please how can I solve this, I'm working with PHP client library. Here's the code : ($arrSiteLinkFeedItemsIds

Re: Is it possible to filter keywords using a adgroup id list?

2017-08-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eduardo, Since you are filtering through a list, could you try and use the "IN" operator instead? If the issue persists, could you provide more information regarding the issue you are encountering? If you are using an AdWords API service, could you provide the SOAP request and response? If

Re: How to update existing keyword text using adwords php client library ?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you confirm if this is the same issue on the other forum post that you created? Your description in this post is updating keyword text but the code is about getting

Re: Is it possible to change the campaign of an Adgroup?

2017-08-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eduardo, Changing the campaign of a specific ad group is not supported in the AdWords API. You will need to REMOVE the current ad group and recreate it by specifying a different CampaignId

Re: Unable to get FinalUrls of keyword using API

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you provide your clientCustomerId and SOAP request and response logs so I can check this issue further? If you haven't enabled the SOAP logs yet, you can enable it by following the 'Configure logging' section of this document

Re: i lost my google adword account how i can get it back?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Adnan, It seems that your concern is more specific to the AdWords product level. Our team handles AdWords API related issues/concerns only. Please post this concern in the AdWords Community forum . Thanks,

Is it possible to filter keywords using a adgroup id list?

2017-08-08 Thread Eduardo Cesar
I tried this get query (python wrapper): selector = { 'fields': ['FinalUrls', 'AdGroupId'], 'predicates': [ { 'field': 'AdGroupId', 'operator': 'EQUALS', 'values': ad_group_id_list } ] } However, I received a 'unexpected erro' in response. When I change the 'ad_group_id_list' to

Is it possible to change the campaign of an Adgroup?

2017-08-08 Thread Eduardo Cesar
How can I change de campaign of a specifc Adgroup. I tried the code bellow, but did not work. Error: Server raised fault: '[EntityNotFound.INVALID_ID @ operations[0].operand.id; trigger:'AdGroupId: 19961385808']' (I have certain that this Adgroup exists) def change_campaign(ad_group_service,

How to update existing keyword text using adwords php client library ?

2017-08-08 Thread Sarvagya Pandey
How to update a Keyword Final URL *Code I am using:* // Get the service, which loads the required classes. $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); // Create selector. $selector = new Selector(); $selector->setFields(['KeywordText',

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Garik, The information regarding your report was passed on by Peter to me, so I have also seen the screenshot you attached in your thread. Based on your screenshot, it seems that you are using a Google Analytics integration in retrieving the report. However, there are only four Google

Re: Which keyword (states) are included in SEARCH_QUERY_PERFORMANCE_REPORT?

2017-08-08 Thread Zweitze
Thank you! For the record, I expect a field KeywordStatus. It's just like the id of the keyword: in keyword reports it is called Id, but in this report KeywordId. So KeywordStatus, representing the current status of the keyword to which the search term was matched. On Monday, August 7, 2017

Unable to get FinalUrls of keyword using API

2017-08-08 Thread Sarvagya Pandey
Hi, I am using PHP Adwords APIs to fetch the final urls of keywords but it always returns null *Code I am using:* // Get the service, which loads the required classes. $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); // Create selector.

i lost my google adword account how i can get it back?

2017-08-08 Thread maisondesfleursdubai
Dear google adword team, my google adword account seems like totally deleted its not working any more i signin and adword terminal is asking to create a new campaign.. i have my ads and campaigns running on my account now its asking to make a new campaign, i checked my account its totally

Re: AuthenticationError.NOT_ADS_USER - Java SDK setServiceAccountUser missing?

2017-08-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi John, Could you provide the following details? - Do you have a Google Apps Domain? To use service accounts with AdWords, a Google Apps Domain is required (as mentioned on the wiki page for service accounts