Re: Ad Performance reports with AdNetworkType1 or 2 fields or predicates, returns empty report

2016-06-29 Thread Tracy Chung
I know this is an old thread but I am experiencing the same problem now... While it is fine getting *Search Network* data from* Account Performance Report*, for *Display Network*, it always returns zero. I tried to include AdNetworkType1 and AdNetworkType2 fields (no Id and AdGroupId fields in

Re: Delete campaign extensions (site links)

2016-06-29 Thread 'Joyce Lava' via AdWords API Forum
Hi Imran, Sorry for the confusion but unfortunately, AdWords API does not support deleting the sitelinks one by one or by list from the *campaign level*. However, as a workaround, after performing the steps in my previous post (will result on deleting all ad extensions with extensionType =

Re: How to handle the timezone received via the API on reports

2016-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorine, The timezone returned in AdWords Reports uses standard timezones. You should use the second approach so the daylight savings for Paris is taken into account. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Using feed to dynamically inserting landing page

2016-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nitzan, You can use Sitelink Feeds to dynamically modify the URLs using urlCustomParameters

Re: NoClassDefFoundError

2016-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Bert, A sample SOAP request for an API call to add a Budget is provided here . I think you are missing the UserAgent

Re: CampaignService does always return empty results

2016-06-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Oliver, Unfortunately, videos campaigns are not supported by any of the services (CampaignService etc). The only way to get information about a video campaign is to run a report . Please follow our blog

Re: java.lang.ExceptionInInitializerError

2016-06-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Torres, I can see that you have a *"C:\\Users\\.."* path in your *.fromFile()* predicate. You don't need that. You just need to make sure that your ads.properties is in the classpath and *.forApi(OfflineCredentials.Api.ADWORDS) *predicate will automatically read that file. Please refer to

Re: IMPLICITLY_SHARED_BUDGETS_PER_ACCOUNT

2016-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Juan, You can use BudgetService.mutate (REMOVE operation) to remove the budgets you don't need. You can select all budgets where status

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-06-29 Thread sebastian . lamelas
@Zweitze: For safety reasons, the company I work for -which owns the accounts I manage- does not share this information. However, I can confirm that the keywords we found are real keywords. They are not "magical keywords." By the way, your feedback is highly appreciated! I've always wondered

Re: CampaignService does always return empty results

2016-06-29 Thread 'Oliver P.' via AdWords API Forum
One thing I noticed while debugging this issue: In the client account only "Video" campaigns are set up. As soon as I create a Display campaign, I get a result for that campaign from CampaignService->get(). Are "Video" campaign not supported? Found that post here:

java.lang.ExceptionInInitializerError

2016-06-29 Thread tfgmanagertesttorres
This is my code: private void crearSesion() throws Exception{ //File f=new File("C:\\Users\\Jose\\Documents\\NetBeansProjects\\tfg\\tfg-ejb\\src\\java\\business\\service\\ads.properties"); //Scanner sc=new Scanner(f); //System.out.println(sc.nextLine());

How to handle the timezone received via the API on reports

2016-06-29 Thread Dorine
Hi! I need to convert in UTC (using php) the dates and hours received from a report but I’m not sure how to manage the received "Adwords-timezones". I see two ways to handle them : First way: We receive : "(GMT +02:00) Paris" : I always remove 2 hours and I don’t take into account the

Re: How to use default feeds "_Main [placeholder type] feed" when there are no extensions in the account?

2016-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, The feed created when you add Callout Extensions will be named as "Main Callout Feed". Using the symbol "_" will result in an unspecified character error. This guide provides more details on

Re: AUDIENCE_PERFORMANCE_REPORT zero impression issue v201603

2016-06-29 Thread Anup Pathak
Hi Umesh, issue is resolved. Thank you for your help, and appreciate your quick response. On Wednesday, 29 June 2016 20:14:07 UTC+5:30, Umesh Dengale wrote: > > Hello, > > You could set *include_zero_impressions >

Re: NoClassDefFoundError

2016-06-29 Thread 'Bert Brecht' via AdWords API Forum
Thanks a lot for your reply! Unfortunately, it does not help us, as for example servlet 2.5 is dependency of it. We managed already to import the WSDLs and we try to figure out now, how we have to build our requests. We can set the soapHeader but something seems to be still missing:

Re: AUDIENCE_PERFORMANCE_REPORT zero impression issue v201603

2016-06-29 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could set *include_zero_impressions * property (to true) to include the zero impressions records. Please check out reporting

Re: Ad Customizers Feed Keyword based dynamic URL

2016-06-29 Thread nitzanmargalit
Hi Ronak, I wonder if you found any working solution for this issue. Thanks, Nitzan Margalit On Tuesday, January 5, 2016 at 5:01:33 PM UTC+2, MCC Test wrote: > > Hello Michael, > > The URL example.com is just for mentioning here on post replies , whereas > on actual code I am using live

Using feed to dynamically inserting landing page

2016-06-29 Thread nitzanmargalit
Hi all, I'm looking for a way to use ad customizer feed (or any other feed) to dynamically alter the landing page the ad sends to when clicked. I've searched the API and this group for sultions but only found this threads that doesn't give a valid sulotion:

Re: Delete campaign extensions (site links)

2016-06-29 Thread Anup Pathak
first you have to fetch all campaign sitelinks, and skip those you would like to remove from list and re-add remaining sitelinks to campaign, you cannot remove single sitelink from campaign, please check url and update ad extensions

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-06-29 Thread Zweitze
Could you just post the rows with a zero-quality score here? If necessary blank out ExternalCustomerId, which is your customer id (but I don't think anyone outside Google can figure out the account name having just this customer id.) Looking at your predicates I bet one of the following is the

Re: Delete campaign extensions (site links)

2016-06-29 Thread Anup Pathak
Hi Imran, first you have to fetch all campaign sitelinks, and skip those you would like to remove from list and re-add remaining sitelinks to campaign, you cannot remove single sitelink from campaign, On Wednesday, 29 June 2016 15:28:42 UTC+5:30, Imran Tufail wrote: > > Thank you for

AUDIENCE_PERFORMANCE_REPORT zero impression issue v201603

2016-06-29 Thread Anup Pathak
Hi, I would like to fetch audiance lists (RLSA) from adgroups including zero impressions, but unfortunately "AUDIENCE_PERFORMANCE_REPORT" is giving results only impressions >= 1, i.e report is fetching only those audiance (RLSA) have impressions, but i want result with including zero

CampaignService always returns empty results

2016-06-29 Thread 'Oliver P.' via AdWords API Forum
Hi, I'm trying to query the CampainService for a list of client account's campaigns, but the result is always 0: 0 I also tried your example from the PHP-SDK lib (v201605) -> GetCampaigns.php but with no success. I am able to query the ManagedCustomerService for a list of client accounts so

CampaignService does always return empty results

2016-06-29 Thread 'Oliver P.' via AdWords API Forum
Hi, I'm trying to get a list of campaigns from an client account (not the management account) but I don't receive any results in the response: 0 As I can get a result for the list of clients attached to the management account by querying the ManagedCustomerService it seems not to be a problem

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-06-29 Thread sebastian . lamelas
Quality score of a keyword ranges from 1 to 10. If you are trying to extract data using the Keyword Performance Report and the quality score information is missing for a keyword, a "--" value might be returned. I agree with @Zweitze. This is what the documentation says starting from

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-06-29 Thread Zweitze
The documentation is incorrect, the field returns the quality score (from 1 to 10), or 0 in case there is no quality score. Indeed, some keywords have no quality score, think of display network, dynamic search ads, negative keywords and removed keywords. Note that the behavior changed in

Re: Delete campaign extensions (site links)

2016-06-29 Thread Imran Tufail
Thank you for replying but you have not read my question properly. I want to delete x number of site links not all. e.g I want to delete sitelink with FeedItemId 8848884. As from Adwords documentation FeedItemId is the unique identifier of the site link. On Wednesday, June 29, 2016 at 2:48:18

Re: Delete campaign extensions (site links)

2016-06-29 Thread 'Joyce Lava' via AdWords API Forum
Hi Imran, To delete Ad extensions on a campaign, you only need to set the campaignId and extensionType

Unable to change CpcBid via Python Adwords API

2016-06-29 Thread Varun Dhall
Hello, I am unable to change the CpcBid value of my adgroup using API. Here is my python function which tries to change the cpc bid of a particular adgroup def change_bid(client, myAdGroupID, myVal): service = client.GetService('AdGroupService', version='v201605') # Create operations.

Delete campaign extensions (site links)

2016-06-29 Thread Imran Tufail
I want to delete the site links using api but not succeeded yet. Can i delete the x number of site links by passing the feedItemId list. Here is the chunk of code i am using > > > campaign_extension_setting_service = client.GetService( > 'CampaignExtensionSettingService', version='v201605') >

How to use default feeds "_Main [placeholder type] feed" when there are no extensions in the account?

2016-06-29 Thread Alex L.
Hi. My problem is that I need to use only default adwords feeds. They appear when user creates an extension through the UI with the name like "_Main callout feed" or "_Main sitelink feed". Until then this feeds are not visible in the Shared Library / Business data section and I can't get them