Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
Here's an example of the value I'm sending for FinalUrls: 'http://www.auto-price-finder.com/welcome?id={ifnotmobile:186523874426}{ifmobile:186523874447}={creative}=Chrysler={matchtype}={device}={network}={adposition}=2014' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

User Location ad customizer

2015-09-30 Thread GDZ
Hello! Just wondering when user location ad customizer will be a part of API functionality. Thank you, GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Nadine Sundquist (AdWords API Team)
Hi Alexander, Thanks for the confirmation. I'm checking with the engineers working on these services now to see if they implemented the fix for this, yet. I'll get back to you as soon as I hear back from them. In the meantime, please keep me updated if you see an improvement. Thanks, Nadine,

Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
I'm trying to update Keyword bids and after migration of the account to use FinalURL instead of Destination URL, I'm unable to get the API to work. I keep getting this Fault: Unmarshalling Error: cvc-complex-type.2.3: Element 'ns0:finalUrls' cannot have character [children], because the type's

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-09-30 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian, It seems app ID and app Store have been set to be required fields just a few days ago but the documentation hasn't been updated yet. Could you please try setting the two fields and see if the error still persists? Best, Thanet, AdWords API Team On Tuesday, September 29, 2015 at

Re: Fetch sitelinks associated to adgroup

2015-09-30 Thread Adam Svadlena
Hi Umesh, Thanks, that's what I needed: to at least be pointed in the right direction. Cheers - Adam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How to get the image ads uisng API

2015-09-30 Thread Chirag
Hello Anash, Can we get Images for Image Ad? On Friday, 23 January 2015 13:01:26 UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Kiran, > > To get image ads, you need to request image ad fields in your API request > selector. You can see the relevant fields at >

Re: Fetch sitelinks associated to adgroup

2015-09-30 Thread Adam Svadlena
Hi Umesh, Thanks, that's what I needed: to at least be pointed in the right direction. Cheers - Adam On Tuesday, 29 September 2015 23:24:16 UTC+2, Umesh Dengale wrote: > > Hi Adam, > > You could use the mutate >

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Stefan Kleine Stegemann
Hi, thanks for your Update, Umesh. However, so far, we did not notice any improvement. In fact, today we get more rate limit errors than yesterday. Best regards, Stefan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Nadine Sundquist (AdWords API Team)
Hello Alexander, Here's a quick update. I confirmed that they're still working on a solution. I'll update this thread as I hear more. Cheers, Nadine, AdWords API Team On Wednesday, September 30, 2015 at 2:57:57 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hi Alexander, > > Thanks

Re: Daily Ad Impressions, Clicks and CTR Statistics

2015-09-30 Thread Umesh Dengale
Hello, For AD_PERFORMANCE_REPORT, you could use the Date field which is of type behavior *segment* to do the data segmentation based on date. Please check out our AD_PERFORMANCE_REPORT

Re: What's the best practice of mutating operations for different clientCustomerId?

2015-09-30 Thread Umesh Dengale
Hello, In the AdWords API, the API request could contain only one clientCustomerId. You need to have separate API request for each clientCustomerId. Cheers, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Alexander Nitschke
I can confirm that. It's more or less the same as of now. I will monitor this and look if there is improvement. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Daily Ad Impressions, Clicks and CTR Statistics

2015-09-30 Thread Nooni
Hi, I am finding the way to obtain impressions, clicks and CTR data of ads by day. If the campaign duration is 30 days, I want to obtain the ads data of each day separately for 30 days. Here is the PHP code we made. LogDefaults(); $user->SetClientCustomerId('xxx--xxx'); // Create

How do I modify the shopping campaigns Inventory filter using Google Adwords API

2015-09-30 Thread Xavier Kelly
How do I modify the shopping campaign Inventory filter using Google Adwords API? To use Custom Label 0, Custom Label 1, Custom Label 2, Custom Label 3 etc.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Adwords API - Create Ad with feed dynamic URL

2015-09-30 Thread Umesh Dengale
Hello, In above case, the Ad customizer can't be used and using tracking URL template would be more appropriate. Please check out our upgraded URL document for more details. Cheers, Umesh, AdWords API Team. -- --

Re: How do I modify the shopping campaigns Inventory filter using Google Adwords API

2015-09-30 Thread Umesh Dengale
Hello, In the AdWords API, you could use the SHOPPING_PERFORMANCE_REPORT to get the Custome Label 0 to Custome Label 5. You could use the CustomAttribute0 to CustomAttribute4 fields

Re: client secret file (json)/key file and adwords

2015-09-30 Thread Umesh Dengale
Hi Scott, With Adwords manager account login, client id and client secret could be generated. Please follow the steps given in the python OAuth2

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Umesh Dengale
Hello, You could use the finalUrl property for upgrade URL. Please check out upgrade_ad_url python example code and UpgradedURL guide

Re: Problem creating App Engagement Ads

2015-09-30 Thread sebastian . lamelas
Alright then... We'll try to update those ads, and if we can't, we'll just crate them again. HOWEVER, if we have to recreate them, we are still unable to create text ads with your API (because of this problem ). I must tell you,

Re: Conversion Label in AdWordsConversionTracker

2015-09-30 Thread Nadine Sundquist (AdWords API Team)
Hi Richard, The only place I know of where you can get the label is in the snippet . The label is just another identifier. The AdWords help page on Standard Remarketing

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-09-30 Thread sebastian . lamelas
I tried that to no avail. Even after setting those new fields I get the same error: AdError.INVALID_TEMPLATE_ID. El miércoles, 30 de septiembre de 2015, 4:20:25 (UTC-3), Thanet Knack Praneenararat (AdWords API Team) escribió: > > Hi Sebastian, > > It seems app ID and app Store have been set to

Re: Conversion Label in AdWordsConversionTracker

2015-09-30 Thread Richard Moran
Ah, that's a shame. I really didn't want to have to store the snippet in my DB, just the ID and label. Never mind, guess I'll just store the whole thing. Thanks Nadine. On Wednesday, 30 September 2015 15:28:49 UTC+1, Nadine Sundquist (AdWords API Team) wrote: > > Hi Richard, > > The only

Re: client secret file (json)/key file and adwords

2015-09-30 Thread scott . talend
Umesh, Just so I make sure I understand what you are saying. I should stick with using the adwords account and not a service account. I have a token already but i think the issue is that i am using talend and a component created in that application called tGoogleAdWordsReport_1 and it requires

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-09-30 Thread sebastian . lamelas
BTW, Anthony, have you seen the private reponse I sent you? El miércoles, 30 de septiembre de 2015, 11:11:04 (UTC-3), sebastia...@despegar.com escribió: > > I tried that to no avail. > Even after setting those new fields I get the same error: > AdError.INVALID_TEMPLATE_ID. > > El miércoles, 30

Re: Tracking Paid Search Impressions

2015-09-30 Thread Nadine Sundquist (AdWords API Team)
Hi Phelan, When it comes to tracking, AdWords does provide Conversion Tracking , but it's not geared specifically to tracking just paid search impressions. However, we do have a couple of reports

What's the best practice of mutating operations for different clientCustomerId?

2015-09-30 Thread hans . t
Currently my approach is to group operations based on clientCustomerId, initialize mutateJobService and then poll it before moving to next group of operations. Is there a better way? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Best practice for bulk mutate jobs across multiple clientCustomerIds

2015-09-30 Thread hans . t
Hi everyone, What is the best practice for doing bulk mutate for jobs with multiple clientCustomerIds? Right now my approach is to group operations based on clientCustomerId and send it using mutate_job_service, by setting clientCustomerId to adwords client and then call GetService. I feel