Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Dorian Kind
Hi all, as the title says, I was looking for clarification as to whether changing any custom parameters on ad objects also implies having to delete the old ad and create a new one. From my understanding, the answer should be yes, but the documentation isn't quite clear on it: > *Note: Ad objec

ACCOUNT level budgets

2015-06-24 Thread StewartR
Hi, Is there a means to read ACCOUNT level budgets from the API? I cannot find a report on the Report Types list that seems to have this value (I can only find support for campaign/shared campaign budgets which isn't what I need

Want to know about shopping campaigns data

2015-06-24 Thread Maan Singh
First I want to know that is there any to get shopping item id,clicks,cost,goalvalue,conversion of all the the campaigns by using google analytics api ?. If not then can i get them by using google adword api.? please help me thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ACCOUNT level budgets

2015-06-24 Thread Danial Klimkin
Hello Stewart, This is no public service to access this information currently. -Danial, AdWords API Team. On Wednesday, June 24, 2015 at 10:23:08 AM UTC+2, StewartR wrote: > > Hi, > > Is there a means to read ACCOUNT level budgets from the API? > > I cannot find a report on the Report Types

AdWords Api Agentur gesucht

2015-06-24 Thread Raphael Schenz
Hallo zusammen, kann mir jemand eine Agentur empfehlen welche bereits Erfahrung mit der AdWords Api hat? Ich bin auch der Suche nach einer geeigneten Agentur, am liebsten im Rhein Main Gebiet. Ich freue mich auf eure Empfehlungen LG Raphael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API's keyword Planner use Account Setup

2015-06-24 Thread dhwani
Hey Umesh, I do understand that.. and trying to have MCC account but I can not proceed until I create an app.. Am I missing something... https://drive.google.com/file/d/0B-cmxNa5T_GNWGxjQTFTRXJ6OFU/view?usp=sharing See the screenshot of what i see while i m in process to MCC account creation.

Re: Where to find info on AD_FORMAT_NOT_SPECIFIED error?

2015-06-24 Thread Joe Heald
Takeshi, I am experiencing very similar errors, which I cannot find an explanation for in the API docs. Below are the errors I am receiving... AdError.AD_FORMAT_NOT_SPECIFIED @ operations[0].operand.ad.adFormat AdError.INVALID_INPUT @ operations[0].operand.ad.ddFeeds I am trying to create a new

Re: Keyword Performance Report Approval Status

2015-06-24 Thread xtcsuk
Thanks for your response, As you said, this is exactly what I did. Including a metric field will only return the rows pertaining to that metric, so I then used the includeZeroImpression = true flag, this is what I want all the keywords with their ApprovalStatuses. However, this flag includes

Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Danial Klimkin
Hello Dorian, Custom parameters (values) are part of the campaign object, these are mutable. You can't add/remove the parameters (placeholders) to/from the existing ad tracking template though. -Danial, AdWords API Team. On Wednesday, June 24, 2015 at 9:18:21 AM UTC+2, Dorian Kind wrote: >

Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Dorian Kind
Hi Danial, thanks for the quick response. I was actually talking about the Custom Parameter values that are being set on an individual Ad's level (i.e. the field "urlCustomParameters" as specified at < https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Ad>). I su

Re: CustomerSyncService not showing changes

2015-06-24 Thread sebastian . lamelas
Hi Josh, I've just replied to you privately. Let me know if you have any news on the issue, Thanks El martes, 23 de junio de 2015, 16:54:33 (UTC-3), Josh Radcliff (AdWords API Team) escribió: > > Hi Daniel, Sebastian, > > Could you send me the following information? > >1. The customer ID of t

Re: Problems setting FinalUrls values on keywords

2015-06-24 Thread Giles Bodger
Just one more thing Josh - I have no problem creating the keywords affected by scenario #1 on our QA environment On Wednesday, June 24, 2015 at 1:17:56 AM UTC+1, Giles Bodger wrote: > > OK - i have got the soap request and requestId for a test i just ran to > example the #1 scenario > > Requ

Re: Problems setting FinalUrls values on keywords

2015-06-24 Thread Giles Bodger
Just so you know Josh, I can send the same scenario #1 request to our QA sandbox environment and the creation succeeds. New Keyword with finalurl set, destinationUrl not set, for an existing adgroup and campaign (the adgroup now contains a mix of keywords some with destinationUrl set some with

Re: Want to know about shopping campaigns data

2015-06-24 Thread Anthony Madrigal
Hi, You can use AdWords API to run a Shopping Performance Report using the fields *OfferId, Clicks, Cost *and *ConversionValue. *You could also include *CampaignId *and/or *CampaignName *if you'd lik

Type 'AdGroupCriterionOperation' is not validly derived from the type definition, 'AdGroupCriterion'

2015-06-24 Thread Johnny
I'm trying to create an experiment via the API using the ruby client library. Creating the experiment works ok but when I try to add a keyword I get: /home/johnny/.rvm/gems/ruby-2.1.6/gems/google-ads-common-0.9.8/lib/ads_common/savon_service.rb:113:in `handle_errors': Unknown exception with er

Creating dynamic TemplateAd through API, possible?

2015-06-24 Thread Joe Heald
Hi, I've created a dynamic real estate image ad using the AdBuilder. Through the API, I can pull the attributes and fields for this TemplateAd, which has the ID of 416. However, when I try to create a new AdGroup Ad, using the same attributes, I receive 2 confusing errors, AdError.AD_FORMAT_NOT

Creating dynamic TemplateAds through API, possible?

2015-06-24 Thread Joe Heald
Hi, I've created a dynamic real estate image ad using the AdBuilder. Through the API, I can pull the attributes and fields for this TemplateAd, which has the ID of 416. However, when I try to create a new AdGroup Ad, using the same attributes, I receive 2 confusing errors, AdError.AD_FORMAT_NOT

Re: Creating image with base 64 byte array returns invalid image v201502

2015-06-24 Thread Josh Radcliff (AdWords API Team)
Hi Vince, I think that what's happening here is that the SOAP toolkit is performing the base64 encoding for you, so if you base64 encode the value as well, you're double-encoding and that leads to the error. For example, in the Java client library, the type of the Image.data field

Re: Keyword Performance Report Approval Status

2015-06-24 Thread Anthony Madrigal
Hey, You could include the field Date along with the other fields I mentioned so that you can see your statistics broken down by date. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~

Re: Type 'AdGroupCriterionOperation' is not validly derived from the type definition, 'AdGroupCriterion'

2015-06-24 Thread Michael Cloonan (AdWords API Team)
Hello, It looks like you are nesting one too many maps deep. You shouldn't need to explicitly set the :xsi_type of the AdGroupCriterionOperation, since there's only one type of operation accepted by the AdGroupCriterionService. Notice how your :operand in the operation variable also has an :ope

Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Danial Klimkin
Hello Dorian, Oh, you meant CreativeUrlCustomParameters. Right, as per doc: https://developers.google.com/adwords/api/docs/guides/upgraded-urls#tracking_template "To change tracking parameters on any supported entity except an Ad, you only need to update the tracking template. This will tri

Re: reported Gender/AgeRange state is inconsistent with Adwords UI

2015-06-24 Thread Nadine Sundquist (AdWords API Team)
Hello Salman, Here's an update based on talking to some of the API engineers. The status field in the reporting API represents slightly different data than in the UI. - In the AdWords user interface, *REMOVED* means that your ads won't serve there. - In the API, *REMOVED* means that

Re: Keyword Performance Report Approval Status

2015-06-24 Thread xtcsuk
Thanks again, yup it seems to be behaving now. Just one last thing, the literature explains 3 statuses for Keyword 'ApprovalStatus' column, I get null values for some, which is kind of puzzling, what could cause this, would you know? thanks On Wednesday, 24 June 2015 16:46:16 UTC+1, Anthony Ma

Re: empty Structure Reports, such as KEYWORDS_PERFORMANCE_REPORT

2015-06-24 Thread Josh Radcliff (AdWords API Team)
Hi Hans, To my knowledge, requests with *includeZeroImpressions=false* have always excluded zero impression rows, and I'm not aware of any recent changes that would have modified that behavior. I've been looking into your requests, and I'm wondering if you have different versions of your code

Is it possible to add negative keywords to an experiment?

2015-06-24 Thread Johnny
I'm able to add keywords to an experiment. But how can I add negative keywords? The code below raises: /home/johnny/.rvm/gems/ruby-2.1.6/gems/google-ads-common-0.9.8/lib/ ads_common/parameters_validator.rb:123:in `check_extra_fields': AdsCommon::Errors::UnexpectedParametersError: [:experiment_da

Re: empty Structure Reports, such as KEYWORDS_PERFORMANCE_REPORT

2015-06-24 Thread HK
Josh, Thanks for all your work on this. Looking at the history for that account is not applicable as it's a production test account I haven't used in a while. I just revived yesterday to repro the problem and test flipping that flag from false to true. Here is a better example where all the req

Re: empty Structure Reports, such as KEYWORDS_PERFORMANCE_REPORT

2015-06-24 Thread HK
Josh, Please ignore my most recent post above. Let me verify that I give you a relevant example first. Don't want to waste your time on bad data. Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: empty Structure Reports, such as KEYWORDS_PERFORMANCE_REPORT

2015-06-24 Thread HK
Josh, please use this customer instead: Customer ID: 6338953138 6/17/2015 10:15:53 PM - Keywords returned: 31515 6/18/2015 10:15:10 PM - Keywords returned: 31515 6/19/2015 10:15:40 PM - Keywords returned: 31515 6/20/2015 10:16:46 PM - Keywords returned: 31515 6/21/2015 10:15:17 PM - Keywords retu

Catchable fatal error: Object of class Money could not be converted to string

2015-06-24 Thread Shobhan Babu
How to convert object of class money to rupees I have the following code ,but I am unable to print the AVG.CPC of the Keyword I am using GetKeywordIdeas.php function GetKeywordIdeasExample(AdWordsUser $user) { // Get the service, which loads the required classes. $targetingIdeaService =

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

2015-06-24 Thread Vince NexonM
Thank you for sharing this technique aitkul, I am able to copy an existing Template Ad that uses an Image from one campaign and copy it over to another different campaign using the same image as of v201502. On Thursday, June 12, 2014 at 2:25:54 AM UTC-7, aitkul wrote: > > Hi Josh, thank you for