how to get reach data(unique impressions) for each campaign

2015-02-25 Thread Eitan Shay
Hi, I am trying to get reach data(unique impressions) for each campaign. From https://developers.google.com/adwords/api/docs/guides/structure-reports, I can see that I can use JOIN in awql on* CAMPAIGN_PERFORMANCE_REPORT* and *CAMPAIGN_REACH_FREQUENCY_REPORT* But I got "HTTP Response Code: 4

Re: Awql Campaign from AdgroupCriterionService

2015-02-25 Thread Eitan Shay
Hi Danial, Does it mean cross-service joins if I join like below: SELECT Id, Name, Impressions, Clicks, Ctr, AverageCpm, AverageCpc, UniqueUserCountAsLong, ReachFrequency FROM CAMPAIGN_PERFORMANCE_REPORT JOIN CAMPAIGN_REACH_FREQUENCY_REPORT ON CAMPAIGN_PERFORMANCE_REPORT.Id=CAMPAIGN_REACH_FRE

Re: TrafficEstimatorService is not giving correct values as UI

2015-02-25 Thread suga priya
Hi, Is there any update on this? Thanks, Sugappriya On Thursday, 19 February 2015 11:10:47 UTC+5:30, suga priya wrote: > > Thank a lot. > > Regards, > Sugappriya > > On Wednesday, 18 February 2015 18:37:31 UTC+5:30, Danial Klimkin wrote: >> >> Hello, >> >> >> Thank you for the details. I have re

Re: clicks,cost,conversion etc before shopping campaign

2015-02-25 Thread aroxotest18
Hi Josh, Thanks for your reply But I am not asking about shopping campaigns ( because i am using it and i can get reports using API - product base reports too) My Question is : 1. How can i get clicks and other fields for products ( products shown in Google Advertisement only - Not all my fe

Re: clicks,cost,conversion etc before shopping campaign

2015-02-25 Thread aroxotest18
Hi Josh, Thanks for your reply But I am not asking about shopping campaigns ( because i am using it and i can get reports using API - product base reports too) My Question is : 1. How can i get clicks and other fields for products ( products shown in Google Advertisement only - Not all my fe

Re: Getting "Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trigger:''] "

2015-02-25 Thread i+mcc
Hi, Same error when I'm trying to test API within new *test mcc account*. >* MCC account* > *Click the Gear Icon* > *Go to Billing* > *Billing preferences* > *Choose form of payment* > *Agree to Terms*I've only "Billing summary" item with redirect to "Account access". On Wednesday, February 2

Re: State of Upgraded URLs

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello Thomas, Yes, if you want to use higher level tracking templates, you will have to recreate your ads, I'm afraid. If you are okay using tracking templates at the ad level, then you can maintain your current ads by upgrading with both Final URL and tracking template, as you mentioned. Rega

Re: State of Upgraded URLs

2015-02-25 Thread Thomas Heller
Hmm so I'm basically going to lose all performance data on all existing Ads if I upgrade using .upgradeUrl? Currently all Destination URLs contain the tracking bits (obviously), if I seperate them when upgrading into Final URL + tracking template they must still produce the same result (ie. fin

Re: upgradeUrl operations fails when removing tracking parameters

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello, Try specifying both the finalUrls and trackingUrlTemplate in the upgrade so that the resulting compiled URL would be the same. We will have more documentation to assist with the migration in the coming weeks; if you're still having trouble, please be patient while we work to get these r

Re: How Often does CAMPAIGN_PERFORMANCE_REPORT table update or refresh the data

2015-02-25 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Katherine, Please refer to https://support.google.com/adwords/answer/2544985?hl=en for information about when the data for a specific day is finalized. If you get the data from running the script and from downloading from MCC at different points of time, it is likely that the data is not the

upgradeUrl operations fails when removing tracking parameters

2015-02-25 Thread Kal - Referencement-Manuel.com
Hi everybody, I tried to use AdGroupAdService.upgradeUrl operation to upgrade my ads. With a destinationUrl like that : "http://mysite.com/page/?tracking=123"; and if I set finalUrl = "http://mysite.com/page/?";, I receive a *URL_NOT_EQUIVALENT* error ! I understand that Ads are not mutable ...

Re: State of Upgraded URLs

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello, Ads can inherit tracking URL templates from parent items (ad groups, campaigns, even accounts). These can be changed, and if the ad doesn't have its own specified to override, it will effectively change in the ad without mutating the ad. This is the intended use case for tracking URL tem

Re: State of Upgraded URLs

2015-02-25 Thread Oliver
I thought the whole point of upgraded URLs is that the tracking bit can change without deleting the existing Ad (which is how the current system works). On Wednesday, February 25, 2015 at 3:55:27 PM UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > While all API accounts have acce

Re: custom columns in the API

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello, There is no way to do this aside from the procedure you've outlined. I cannot comment on what features may or may not make future releases. Please make sure to follow our blog to keep up to date with the latest changes. Regards, Mike, AdWords A

Re: State of Upgraded URLs

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello, While all API accounts have access to Upgraded URLs, not all web interface accounts have been upgraded yet. This likely accounts for the discrepancy between the ads upgraded via the API viewed in the web interface. To my knowledge, this update doesn't change the fact that ads are immutab

custom columns in the API

2015-02-25 Thread Arthur
are there plans to make custom columns also available in the API? Today, I have to download a report with clicks, impressions and then separately a report with conversions and conversionTypeName, flatten this table and then join it with the clicks,impression performance data. my target data is a

Re: clicks,cost,conversion etc before shopping campaign

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding questions 1 and 2, for new shopping campaigns, you can use the Shopping Performance Report with the *Date* field included to get product-level performance stats. Please note that this report will only ret

Re: 403 Forbidden error calling Adwords API

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, Have you tried opening a browser on your production server and logging into your account? Also, is your production server going through a proxy? Have you tried issuing a simple curl get against the AdWords API endpoints to see if it succeeds on your prod server? Thanks, Josh, AdWords API

Re: Why always EstimateKeywordTraffic gives always zero excpet for ad postions

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello, These two error messages are different from your original problem; did you change your code? The CUSTOMER_NOT_FOUND error means that the ClientCustomerId you specified in your SOAP hea

Re: Adwords Api Support for Call-only Campaigns

2015-02-25 Thread Michael Cloonan (AdWords API Team)
Hello Marty, I'm not sure if this is available in AdWords scripts. You should try their specific forum for more information. Regards, Mike, AdWords API Team On Tuesday, February 24, 2015 at 5:59:39 PM UTC-5, Marty Yaeger wrote: > > Hi M

Re: LOGIN_COOKIE_REQUIRED error when using soap UI

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, It looks like you placed your OAuth access token in the *developerToken* SOAP header, but that is supposed to contain your developer token from your MCC. The OAuth access token goes in the *Authorization* *HTTP* header. Please refer to the SOAP Primer

Re: Getting "Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trigger:''] "

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the section on this error in the Common Errors Guide. The guide includes a link you can use to contact AdWords API Compliance if you are unable to sign terms & conditio

Re: Ad param script not working

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, This forum is for questions on the AdWords API. For questions on AdWords Scripts, please post to the AdWords Scripts forum . Thanks, Josh, AdWords API Team On Wednesday, February 25, 2015 at 8:41:12 AM UTC-5, kam...@cashkaro.com wro

LOGIN_COOKIE_REQUIRED error when using soap UI

2015-02-25 Thread Salman Hoseini
Hello, I have my soap request like this and I'm using SOAP UI tool. I have both oauth access token and refresh token. I am putting the access token in the soap request http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201409";>

Re: Adwords Api Support for Call-only Campaigns

2015-02-25 Thread Marty Yaeger
Hi Michael, We don't have the API setup... never been able to figure it out, but I have done fairly well with scripting. Is that available in Adwords Scripts too? Marty On Tuesday, February 24, 2015 at 10:05:06 AM UTC-8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > To use this fea

Getting "Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trigger:''] "

2015-02-25 Thread soumyaeninov
When I make request using my application then it gives error " *Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trigger:''] "* Though I am done with billing and payment requirements both on test as well as MCC account. Please help. -- -- =~=~

How Often does CAMPAIGN_PERFORMANCE_REPORT table update or refresh the data

2015-02-25 Thread Katherine Doty
Hi, I have created AdWords Script for campaign performance data using CAMPAIGN_PERFORMANCE_REPORT table for LAST_30_DAYS. And download Campaign data fromMy Client Center.When I compared data with both the sheets,Campaign statistics (such as cost, clicks, conversions and impressions,..) are not

Ad param script not working

2015-02-25 Thread kamran
Hello All, We are trying to run real time priced ad copies on Google Search. Log file shows the price is perfectly fetched and the value is matched with our page also. *Problem is that price is not reflecting in our ad copies.* Details are as follows: Campaign Name: AdParam Te

Re: How to get 'campaign type' (Search Network only”, “Display Network only”, “Search Network with Display Select”) from google adwords api?

2015-02-25 Thread Josh Radcliff (AdWords API Team)
Hi, There is not a 1-1 mapping between the campaign types you see in the UI and an attribute in the API. Instead, you'll want to look at the combination of the following attributes on the Campaign object

Re: State of Upgraded URLs

2015-02-25 Thread Thomas Heller
Should I be able to update the trackingUrlTemplate field of a running Ad? I tried: public Object updateAd(long adGroupId, long adId, String newTemplate) throws RemoteException { AdGroupAdServiceInterface s = services.get(session, AdGroupAdServiceInterface.class); AdGroupAdOperation up =

clicks,cost,conversion etc before shopping campaign

2015-02-25 Thread aroxotest18
Hi Guys. Now i am using Shopping campaign, so i can easily get the clicks,cost,conversion etc for each product with its ID ( Good base feed unique id for product) , But I need few more information, Kindly Help me out on following Questions . 1. Before shopping campaign Release, we used Produc

Re: State of Upgraded URLs

2015-02-25 Thread Thomas Heller
AdGroupAdService.upgradeUrl seems to have done the trick. I just assumed that would also switch the web interface to show the new options but that is not the case. On Tuesday, February 24, 2015 at 3:46:22 PM UTC+1, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > All API accounts should