Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
Hi, we have the same problem. We are using java-api and if we download a report for a certain account with only FeedId, FeedItemId and Impressions, we get less than 100 feedItems, thats good. But if we include CampaignId or CampaignName or AdGroupId or AdGroupName, we get com.google.api.ads.

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
aahhh, i think i solved it... you have to set includeZeroImpressions to false, otherwise there are too much combination possibilities Jam =) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: Adwords API: Get all ads were impressions is 0

2014-05-23 Thread Emiliano Busiello
Hi Josh, thanks for the infos. Il giorno giovedì 22 maggio 2014 22:00:38 UTC+2, Josh Radcliff (AdWords API Team) ha scritto: > > Hi, > > The API services such as CampaignService, AdGroupService, etc. are for > maintaining the objects in your AdWords account. When you need performance > statisti

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
One last thought : in the documentation of Placeholder Feed Item Report for CampaignId/CampaignName/AdGroupId/AdGroupName/AdId Behavior should be marked as Segment, not as Attribute Jam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Re: AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-23 Thread GrueneOrchidee
Hi Josh, thanks for your answer. Removing user adwords18 solved the problem. Kind regards. Am Mittwoch, 21. Mai 2014 00:02:13 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > I noticed that the same users have been granted access to several of the > accounts in your MCC. As a result

AuthenticationError.OAUTH_TOKEN_INVALID and Empty "AdWords API Center" page

2014-05-23 Thread Jeff
I have been developing and application against a Test Account and it works well. Now I am trying to connect to our production account and test it there. I followed the OAUTH2 setup process with my Google Account that has read access to the production MCC and got a new Refresh Token, but when I

Is it possible to update Text add ?

2014-05-23 Thread Aswini
is it possible to update Text add? like editing of HeadLine/ DL1/ DL2/ Display URL and can we change device preference of Ad ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAds

CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN when creating new campaign

2014-05-23 Thread usaweb81
xxx Adword Account (AwApi-PHP/5.2.3, Common-PHP/5.2.3, PHP/5.4.7) ADD My Campaign 3 PAUSED 20140523 20140622 x ROTATE 5

Skip keyword performance report that returns empty row

2014-05-23 Thread Dennis Lau
Hi, would like to know is there a way to skip downloading keyword performance report for each client that contains empty records for 7 days date range? Right now we issued query based on CampaignStatus IN (Active, Paused) and somehow several accounts return report with empty rows. Sample ret

setting displaySelect as false given CampaignError.CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN

2014-05-23 Thread usaweb81
Hi, I am using PHP Adwords API and when I tried to create "Search Network only" campaign I got the error as "An error has occurred: [CampaignError.CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN @ operations[0].operand.displaySelect]" even I set advertisingChannelType = 'SEARCH'. Thank You -- -- =~=

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Joel
I've been playing with this recently too and I'm getting the ERROR_GETTING_RESPONSE_FROM_BACKEND error. I don't believe it's a case of too much data since I'm experimenting with an Account that only has 1 campaign. What I'm trying to accomplish is to generate a Report that lists all the SiteLin

Re: Click and cost data descrepancy

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hi Gopi, As far as I am aware, there is no guarantee how long it will take to invalidate some clicks. This means that I can't give some specific amount of time to wait to make sure that the data you see doesn't change. Maybe try waiting an extra day or two, and hopefully that would be good enou

Re: Skip keyword performance report that returns empty row

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hi Dennis, Unfortunately, there is no way to know that the report is going to return no data other than to run the report and see that it returned no data. The single row getting returned is the aggregate row, and since it has all zeroes, you should be able to determine that there is no data fo

Re: Is it possible to update Text add ?

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hello, No, text ads are immutable. If you want to change the text of an ad, you will need to create a new ad with the alterations, then delete the old ad. You can, however, change the criteria for a campaign or ad group on the fly (including MobileDevice

Re: CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN when creating new campaign

2014-05-23 Thread Michael Cloonan (AdWords API Team)
3.org/2001/XMLSchema-instance";> > > > xxx-xxx- > MNTMFwDdvmrVJ > Adword Account (AwApi-PHP/5.2.3, Common-PHP/5.2.3, > PHP/5.4.7) > > > > > > ADD > > My Campaign 3 >

Re: PLA or Shopping Campaign Questions

2014-05-23 Thread Mat Scales (AdWords API Team)
Hi there, I'm really sorry that due to a technical problem at my end this response did not make it to you originally. 1. & 2. PLA campaigns are considered to have priority 0, so if you create an overlapping Shopping campaign with priority 0 then it will be down to highest bid. You can override

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
Unfortunately, I think there is no mappingInfo provided in the report. It only shows FeedItems and in which Campaign or Adgroup it has Impressions or otherwise stats. because an feedItem could be mapped to every campaign or adgroup in your account, the combination possibilities are too much i

Re: Download Adwords Express Account Data

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hello, Can you please respond to me *privately* by choosing "reply to author" from the drop down? In order to help me troubleshoot this, please provide: - CID of the customer for which you're trying to run the query. - A few examples of keywords you expect to be in the results, but aren't

Negative keyword adding in php AdWords api (v201309) or higher

2014-05-23 Thread support
HI! Please help me by an example or somthing like that, how to create a negative keyword via adWords api (PHP). Thanks a lot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Linking account by PHP api

2014-05-23 Thread support
Hi! I tried to link an account with this code in php AdWords api: private function linkingUser( & $data ) { // Get the service, which loads the required classes. $managedCustomerService = $this->user->GetService('ManagedCustomerService', ADWORDS_VERSION);

Multi attribution with upload conversions

2014-05-23 Thread Jon Perry
I am wondering how the Model Comparison Tool works with upload conversions... If I am to upload a conversion via the API, or otherwise, with the last GCLID that was attributed to the visitor that has converted with us; will I still be able to see the attribution change for that conversion if, f

Re: Negative keyword adding in php AdWords api (v201309) or higher

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hello, It actually appears we don't have an example for this in our PHP client library yet. I've reached out internally so we can get one written. In the mean time, AddCampaignTargetingCriteria.php should still be a useful reference. To use a negative keyword, you would create a NegativeCampai

Re: Linking account by PHP api

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hello, It looks like you're using the same CID for both clientCustomerId and managerCustomerId, which is not correct. The ManagedCustomerLink is useful for linking two pre-existing accounts together. If you only have one ID available, then you should most likely be creating a new ManagedCustome

Re: AuthenticationError.OAUTH_TOKEN_INVALID and Empty "AdWords API Center" page

2014-05-23 Thread Josh Radcliff (AdWords API Team)
Hi Jeff, A *developer* token does not provide authorization to a specific account. In fact, you can use the same developer token to access *any* account via the API as long as you have authorization (via OAuth) to access the account. Regarding your questions: 1) Is this empty API Center page a

Re: Dynamic remarketing without Google Merchant Center

2014-05-23 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not sure if I fully understand your question, but for an overview of remarketing in the AdWords API please see this guide: https://developers.google.com/adwords/api/docs/guides/remarketing Cheers, Josh, AdWords API Team On Thursday, May 22, 2014 3:48:32 AM UTC-4, Miguel Angel Lázaro Pé

Re: CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN when creating new campaign

2014-05-23 Thread usaweb81
";> >> >> >> xxx-xxx- >> MNTMFwDdvmrVJ >> Adword Account (AwApi-PHP/5.2.3, Common-PHP/5.2.3, >> PHP/5.4.7) >> >> >> >> >> >> ADD >>

Re: CANNOT_UNSET_DISPLAY_SELECT_CAMPAIGN when creating new campaign

2014-05-23 Thread Michael Cloonan (AdWords API Team)
gt;>> >>> Hi, >>> >>> I have posted new campaign Request as follows: >>> >>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1=" >>> https://adwords.google.com/api/adwords/cm/v201402"; xmlns:xsi="