Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread MCC Test
Hello, Any updates on this thread? I am successfully able to create shopping campaigns however bit confused about creating remarketing campaign.I can see that by default "All visitors" is automatically created in Remarketing list.So I want to create a remarketing campaign targeting this "All v

Re: calculate the number of users into my audience???

2015-05-01 Thread Josh Radcliff (AdWords API Team)
Hi, Glad to hear that worked for you. Thanks for posting your code -- this could be very helpful to others with the same question. Cheers, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

Re: Dynamic remarketing for rentals

2015-05-01 Thread Lothaire Ruellan
For dynamic remarketing, you would have to upload a new feed with new prices for your rental properties. This can be done manually in the UI or via the API. There are two feed update modes to choose from: incremental update (only modified items are updated) or snapshot mode which completely ove

Upgraded URL / CriteriaDestinationUrl empty in CriteriaPerformanceReport

2015-05-01 Thread Sean Busa
I work for an agency which needs to parse parameters out of the destination url through in reporting to tie back to conversions. We upgraded a single test account and now are not seeing any URL in any of the following fields: CriteriaDestinationUrl FinalAppUrlsFinalMobileUrls TrackingU

Re: Using the Adwords API PHP Library with Laravel 4

2015-05-01 Thread Alex Mansour
Hello Sunny, I'm using Laravel 4.2 and I want to retrieve basic Campaign information such as Cost, Impressions, Clicks, Conversions. I have search the web for any Laravel bundles with no luck. Also I installed the google AdWords client library, could you point me how to get user Campaign info?

Adwords API PHP function to track the compaign details

2015-05-01 Thread Monika Chourse
Hello, I want to make PHP function which is able to login to Google Adwords and get the adwords day cost for specific campaign. The function will be used to get the day costs of 2 / 3 campaigns -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:

Re: How to add an ad into the ad group???

2015-05-01 Thread Nadine Sundquist (AdWords API Team)
Hello Jason, Check out our client libraries where we have examples in multiple languages for adding text ads. You'll find the example for adding text ads under the *basicoperations* folder. If Java is your programming language, t

Re: Report to plot Graph with in example clicks over impressions

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Michael, 1. If you specify 20150428 for min and max, you will get the stats for the whole day 2015/04/28. 2. There's an ALL_TIME option that will give you the stats going back to beginning of the account date, you could scan it to see when the stats started showing up for a specific campaign

Re: Ad type MOBILE_AD seems to be incorrectly reported as TEXT_AD

2015-05-01 Thread Axel Vermeil
Of course. My mistake. Is there any way to get this device preference as an attribute from the AD_PERFORMANCE_REPORT? Thanks for your help! On Thursday, April 30, 2015 at 3:22:16 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hi Axel, > > The line that you're looking for is called d

Re: How to add an ad into the ad group???

2015-05-01 Thread jason
Yest I've seen it. But I wanted to create a template ad. On Friday, May 1, 2015 at 10:38:16 AM UTC+4, ja...@safedatatech.com wrote: > > Hi. Can you tell me how to add an ad int the ad group by using the google > ads api?? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Ad type MOBILE_AD seems to be incorrectly reported as TEXT_AD

2015-05-01 Thread Nadine Sundquist (AdWords API Team)
Hello Axel, The AD_PERFORMANCE_REPORT has an attribute called DevicePreference that also comes back as a number. Best, Nadine, AdWords API Team On Friday, May 1, 2015 at 10:40:12 AM UTC-4, Axel Vermeil wro

Re: Ad type MOBILE_AD seems to be incorrectly reported as TEXT_AD

2015-05-01 Thread Axel Vermeil
Thanks! I though that would only work for feedItems (are ads feeditems?), as per the notes column: Device preference for the FeedItem. But it works perfectly. On Friday, May 1, 2015 at 11:02:40 AM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hello Axel, > > The AD_PERFORMANCE_REPORT

Re: How to add an ad into the ad group???

2015-05-01 Thread Nadine Sundquist (AdWords API Team)
Hi Jason, In the Client Library examples , check out the template ad example on adding a click to download ad

Re: Adwords API PHP function to track the compaign details

2015-05-01 Thread Nadine Sundquist (AdWords API Team)
Hi Monika, The Campaign Performance Report provides *TotalCost* and the ability to segment by *Date*. By using the *CampaignId* attribute, you can narrow down which campaigns you need to query. In our Client Librarie

Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ronak, The error means that the system could not find the ID you provided. Could you check your ID once more? If that doesn't work, send me a SOAP request and response XML by using the "Reply to Author" option, and I can take a look. Cheers, Anash On Friday, May 1, 2015 at 8:03:03 AM UTC-4

Re: Default value for activeViewCpmEnabled

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi, I don't know the answer to this offhand, let me try to find out more details from the team and get back to you. Cheers, Anash On Wednesday, April 29, 2015 at 7:57:21 PM UTC-4, Y Cha wrote: > > If we continue to use ManualCpmBiddingScheme, are we setting the bid to > vCPM going forward. Wi

Re: Does CustomerSyncService report changes to the First Page CPC Bid?

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi David, No, it doesn't. CustomerSyncService can only report changes to attributes. First Page CPC Bid is a stat, like Quality score. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 30, 2015 at 6:38:51 AM UTC-4, David Antunes wrote: > > Hi, > > Does CustomerSyncService reports

Re: CampaignExtensionService missing User-Origin-Feed SiteLinks?

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Joel, CampaignExtensionSettingService will return sitelinks only from the AdWords generated system feed. This is working as designed. To fix sitelinks in the custom feed, - Add new columns for upgraded url fields in your feed. - Add proper feed mappings for those new columns - Set new values

Re: Upgraded URL / CriteriaDestinationUrl empty in CriteriaPerformanceReport

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Sean, Which report are you running? Could you share your AWQL query / report definition XML? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, May 1, 2015 at 9:06:58 AM UTC-4, Sean Busa wrote: > > I work for an agency which needs to parse parameters out of the > destination url throu

Re: Does CustomerSyncService report changes to the First Page CPC Bid?

2015-05-01 Thread David Antunes
Hi Anash, Ok, I see, thank you! Cheers, David On Friday, May 1, 2015 at 8:50:23 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi David, > > No, it doesn't. CustomerSyncService can only report changes to > attributes. First Page CPC Bid is a stat, like Quality score. > > Cheers, > An

Re: Default value for activeViewCpmEnabled

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi, I'd recommend creating a Display Network Only => Mobile App Install campaign and using CPA bidding strategy for mobile ads. https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads#creating_your_campaign. Cheers, Anash On Friday, May 1, 2015 at 3:22:45 PM UTC-4,

Ad automated daily sample xml report with final URL

2015-05-01 Thread Han Vo
Final URL is a new replacement for destination URL, but it is a String array instead of a String. I am not sure how the finalURL field is going to look like (what would be the delimiter?). I don't have any ads with finalURL yet, therefore I would really appreciate it if I can obtain a sample re

Re: Testing Upgraded URLs

2015-05-01 Thread mm
Any update on this Anash? This would be particularly helpful as we ugrade our accounts to ensure that all the new url pieces ultimately resolves to the previous destUrl On Thursday, April 23, 2015 at 8:10:51 PM UTC-5, HK wrote: > > I like mm's suggestion. Ideally, there would be an api where you

{ "error" : "invalid_request", "error_description" : "Missing required parameter: code"}

2015-05-01 Thread Keyur Eragon
Hello i am follow https://developers.google.com/adwords/api/docs/guides/authentication step but i am getting below error Log in to your AdWords account and open the following URL: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=1064417969718-shu697uugo1nvnc281ffd3tc3kg7c

Re: { "error" : "invalid_request", "error_description" : "Missing required parameter: code"}

2015-05-01 Thread Josh Radcliff (AdWords API Team)
Hi, All examples in the PHP libraries (including the *GetRefreshToken.php* example) should be run from the command line. In particular, the *GetRefreshToken* example writes a URL for you to follow to stdout, and then *reads* the authorization code you type in from stdin. Please try running th

Re: Ad automated daily sample xml report with final URL

2015-05-01 Thread Josh Radcliff (AdWords API Team)
Hi, Whenever a field such as *finalUrls* contains a list of items, the API report output for that field will be delimited with a semicolon (;), so you'll get something like this if you have multiple *finalUrls* for a given report row: http://www.example.com/finalUrl1; http://www.example.com/fi

"Google Analytics column titles have been updated to match the Adwords user interface" 201502 migration

2015-05-01 Thread Kristopher Windsor
Hi, In the migration guide to Adwords API v201502, I see: Google Analytics column titles have been updated to match the Adwords user > interface > What is this referring to? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

google-api-ads-ruby - AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED for CustomerService v201502

2015-05-01 Thread Antony Vorobiev
Hello all I'm using google-api-ads-ruby with Ruby on Rails for an app which is tracking some Google Adwords data. Recently I've updated google-api-ads-ruby and now I'm get in stuck with AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED error on CustomerService call. My task is to get basic A