Re: API support for AdWords "Labels" feature?

2014-06-12 Thread Ben Marengo
yes please! On Thursday, 12 June 2014 18:05:11 UTC+2, DavM wrote: > > I've managed to find a workaround which involves creating an AdWords > script that runs hourly and collects all the label/campaign mappings (we > only need campaign-level labels) and posts them to our API. > > It's not pretty,

Re: api for getting info using gclid

2014-06-12 Thread 254609078
Hi Josh, I can get CampainId and AdgroupId by run Click Performance Report.Then I need to get campainName and AdgroupName .But I can't find the field Name about campainName and AdgroupName in selector.I already know I can get the Name by using ID in campaignService and adGroupService.But could

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-06-12 Thread GDZ
Michael, will this be reflected in the billing section of newly created account? It looks like its empty. Thank you! D On Friday, February 7, 2014 9:31:54 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hi Evan, > > I believe this is the case; as long as you have billing set up on your

Find which keywords and ads created/removed during date range

2014-06-12 Thread Wizzard
I am trying to build a report which shows keyword / criterion and ads which have been added and removed during a custom time period, but form what I can see (using the php api lib) there seems to be no way of getting this When I login to Adwords, I can go to a 'Change History' page which will g

Finding which keywords have been added / removed during a date range

2014-06-12 Thread Wizzard
I am trying to build a report which shows keyword criterion which have been added and removed during a custom time period, but form what I can see (using the php api lib) there seems to be no created/deleted date fields. The second thing is in order to get all the keywords for the account, would

performance stats discrepancy between UI and API

2014-06-12 Thread Peter Kingswell
Hi, when I use the UI to view account, keyword etc. stats for a certain client on a certain date, I see impressions, clicks and spend. When I use the API (C# Google.AdWords.16.6.0) to download said stats for that day, the file contains rows (for th

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-12 Thread Josh Radcliff (AdWords API Team)
Hi Benjamin, The AdWords API Team cannot set up billing or terms and conditions, but you can get in contact with the correct team via this form . Best regards, Josh, AdWords API Team On Thursday, June 12, 2014 1:55:59 PM UTC-4, Eviral Api wrote

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-12 Thread Eviral Api
Josh, Thanks for your reply , when I try to fill out the billing information I have this message: "We apologize for the inconvenience, but we are unable to process your request at this time. Our engineers have been notified of this problem and will work to resolve it. Please note that using your

Re: Issues with adding production partition in shopping campaign with API

2014-06-12 Thread Josh Radcliff (AdWords API Team)
Hi, Please see my responses below in blue. Cheers, Josh, AdWords API Team On Thursday, June 12, 2014 9:11:17 AM UTC-4, aroxo...@gmail.com wrote: > > Hi Josh, > > Thank you for your entire guidance to my questions , it really helps me > lot > > Again i have few questions : > > 1. I used " REM

Re: API support for AdWords "Labels" feature?

2014-06-12 Thread DavM
I've managed to find a workaround which involves creating an AdWords script that runs hourly and collects all the label/campaign mappings (we only need campaign-level labels) and posts them to our API. It's not pretty, but it works! I can post the code if anyone is interested... On Monday, 28

Re: Ad flow from Advertiser to Publisher ?

2014-06-12 Thread Michael Cloonan (AdWords API Team)
Hello, This question doesn't seem to be API specific. This forum is specifically for the AdWords API. You may have more luck asking at the official AdWords community . AdWords doesn't tend to have the concept of a "publisher" the same way that other adver

Re: search term performance report is incosistent with the UI

2014-06-12 Thread Josh Radcliff (AdWords API Team)
Hi, AFAIK, there are no API reports that will return the *Other search terms* row in the UI. Regarding the inconsistency you mentioned, could you send the following *only to me* by clicking *Reply to Author*? 1. Customer ID of the AdWords account 2. Reporting request sent 3. Reporting response

Ad flow from Advertiser to Publisher ?

2014-06-12 Thread sky
Can any one explain the process of the ad flow from advertiser to the publisher? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: No campaigns were found

2014-06-12 Thread Jai pur
Even I have the same problem "No Campaigns were found" Hi Guys, Firstly, I am new to Adwords. I have created one Test Mcc Account(Test mcc account) and under this Test mcc account i have created one client account(Dummy client account), and under this Dummy client account i have created on Ca

Re: Recommended Ruby pattern(s) for adding CampaignCriterionService criteria during campaign creation?

2014-06-12 Thread Michael Cloonan (AdWords API Team)
Hello, It sounds like you're not even sending a SOAP request when trying to perform these actions using the CampaignCriterionService, but you are able to make a request using the CampaignService? Can you show some of the code you're trying to use to make these requests? Also please do turn on l

Re: Exception: Missing SoapHeader

2014-06-12 Thread Josh Radcliff (AdWords API Team)
In case anyone else is following this thread -- this issue was caused by sharing instances of *AdWordsSession* across multiple threads, but *AdWordsSession* is *not *thread-safe. For more details on thread safety in the Java client library, please refer to the Thread Safety page

Re: AD_PERMORMANCE_REPORT requested, got CAMPAIGN_PERFORMANCE_REPORT instead

2014-06-12 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for testing it out -- sounds like we're making progress! So was the fact that you forgot to migrate that reference to DownloadReportWithAwql the source of the problem, or are you still seeing this issue? And just to make sure we're on the same page regarding which library you're usi

Re: Issues with adding production partition in shopping campaign with API

2014-06-12 Thread aroxotest18
Hi Josh, Thank you for your entire guidance to my questions , it really helps me lot Again i have few questions : 1. I used " REMOVE" product partition for existing Adgroup , After that , if i checked with selector , i got the below AdGroupCriterionPage Object ( [entries] => [t

Re: auth.ini how to set up?

2014-06-12 Thread Michael Cloonan (AdWords API Team)
Hello, The developerToken is a string associated with your MCC, that must be approved, that would grant you access to perform API operations. You can read more information about how to get a developer token at our guide on signing up .

Re: Account relevant data can be obtained through the api inside it?

2014-06-12 Thread Michael Cloonan (AdWords API Team)
Hello, I'm not sure I understand your question. If you are wondering if account-wide settings are available via the API, you can use the CustomerService . If you have a more specific question, let me know and I

Reading new campaignFeeds or adGroupFeeds

2014-06-12 Thread GrueneOrchidee
Since a few days, I have problems reading new created AdgroupFeeds and CampaignFeeds. I added a new sitelink and assigned it to one campaign and/or adGroup, to several campaigns and/or adGroups (with v201309). Adding worked correctly because everything was visible at my AdWords account as expec

Re: Where to place the GoogleAds-php-lib-master file?

2014-06-12 Thread Fang Abel
hi,Josh Radcliff such setting right? auth.ini developerToken = "vigilant-augury-505" userAgent = "GaAwods" [OAUTH2] client_id = "606667830174-81qvvhn7hdclp0f628l01r5lhacd7ppl.apps.googleusercontent.com" client_secret = "mad11YMmJ4n

Re: Reuse uploaded image from MediaService when creating TemplateAd (templateId=432)

2014-06-12 Thread aitkul
Hi Josh, thank you for the feedback. Yes, I already read in https://developers.google.com/adwords/api/docs/reference/v201402/MediaService that these two options can be used with MediaService, it is however stated "for example", so I thought MediaService can be used for all types of ads. I gues

Account relevant data can be obtained through the api inside it?

2014-06-12 Thread Fang Abel
Account relevant data can be obtained through the api inside it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~