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 visitors".However I tried 
creating one campaign and assign the CriterionUserList Id as userlist Id of 
"All Visitors" but I cam getting an error like [EntityNotFound.INVALID_ID @ 
operations[0].operand.criterion; trigger:'CriterionId{id=XX}']

Can anyone please help me out here?

Thanks,
Ronak Shah 

On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:
>
> Hello Anash,
>
> For PLA campaigns I could able to know but however I am concerned about 
> creating Remarketing campaigns via api.I want to able to create remarketing 
> campaigns targeting all audiences.Would it be possible to that? Which api 
> service is used in for creating remarketing campaigns? I am using Adwords 
> API PHP client library.
>
> Thanks,
> Ronak Shah
>
>
> On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> All campaigns are created using CampaignService, though the list of 
>> settings you have to use varies. You can find some Java examples for PLA 
>> campaigns here: 
>> https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns
>>
>> I don't have an example for Remarketing campaigns, but 
>> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
>>  
>> is a good starting point. Remarketing campaigns would 
>> have advertisingChannelType as DISPLAY.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:
>>>
>>> Hello Everyone, 
>>>
>>> I need to create the remarketing campaigns and PLA campaigns via adwords 
>>> api.Can anyone help me which api service I need to call? 
>>>
>>> Thanks
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/603b4ebf-475c-49da-aeda-4c3d111a7481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b5676f10-37f4-4dfb-bfb9-3eb7ab547c1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
overwrites your previous feed's content.

On Wednesday, April 29, 2015 at 10:55:55 AM UTC-4, Tom Vledder wrote:
>
> Hi guys,
>
> I would like to know, how I set up a dynamic remarketing campaign for 
> rentals.
> I currently created a feed and a display campagne. This is active and 
> works fine.
>
> However the prices of the rentals can change every day.
> So the data of the rentals should be updated daily, so customers see the 
> correct price in the display banners.
>
> Let's say a rental cost $100 for a weekend in the 1st weekend of january.
> The price of the same rental is $200 for a weekend in the 1st weekend of 
> march.
>
> When the the remarketing banner is shown to visitors of the website in 
> *march*, they should see a price starting from $200 instead of $100, 
> because that is the *current* lowest price for the rental.
>
> How do I set this up?
> I'm looking forward to hearing from you guys.
>
> Regards,
> Tom
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/646f6930-f8e4-4a47-bfe8-c8a091e3cac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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


TrackingUrlTemplate

UrlCustomParameters

Where/How will be able to get this information and tie it to Criteria 
Performance Report and Ad Group Performance Report?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15c27a07-8adc-4ba1-ad79-4817857110cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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?

Also from Google API Console 

 
I couldn't find any related AdWords web services.

Thanks in advance.

On Wednesday, December 17, 2014 at 6:32:19 PM UTC+2, Sunny Rangnani wrote:
>
> Hi Danial,
>
> Thank you for the prompt reply, and no i do not believe any modifications 
> are required to the API at this moment. I did get it working and i will lay 
> out my steps below so it helps others out as well. the following steps will 
> help in installing the API onto various php frameworks like cakePHP, 
> Laravel, etc.
>
> 1. Add the following line to your composer.json file under 'require'. This 
> file can be found in the root directory of your laravel installation.
> "googleads/googleads-php-lib": "dev-master"
>
> 2. Using cmd on your windows or a terminal on a mac, navigate to your 
> Laravel installation and run the following commands.
> composer update
> composer dump-autoload
>
> 3. Now to use the laravel src files, refer to autoload.php in the 
> bootstrap folder of your Laravel installation. This should list all classes 
> that you may need for your project. For instance, to create a new user 
> instance in your construct, you could use the following code:
> public function __construct(AdWordsUser $user){
> $this->user = $user;
> $this->user->SetUserAgent('');
> $this->user->SetClientLibraryUserAgent('');
> $this->user->SetDeveloperToken(Config::get('');
> }
>
> The methods i have used above can be found by exploring the adwords api 
> itself.
>
> If you have still have trouble, feel free to reply here and i will do my 
> best to help.
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7e6f3b3-cd6b-4ca4-962b-bec9bbab3fb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f30b2344-bb76-43df-bb59-d0e23b9fed92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, the example you need is AddTextAds.java 

.

Cheers,
Nadine, AdWords API Team 

On Friday, May 1, 2015 at 2: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 on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/32f6abe5-4b68-4148-88a6-8a6809828ce3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. There's no direct way to figure 
out when a campaign was created, and started serving.

Cheers,
Anash

On Thursday, April 30, 2015 at 6:14:00 AM UTC-4, Michael D wrote:
>
> Hi Anash,
>
> with CUSTOM_DATE option the report for a plot works well ;)
>
> Is it possible to set on specific day instead of a dateRange?
> Or do I have to do it like this?
>
> 
> 20150428
> 20150429
>
> Is this teh Day 2015/04/28? What I mean is does 20150428 mean that the min 
> dateRange starts at the beginning or the end of the day 20150428?
> Is there a way to automaticly get the first available day for a specific 
> Campaign?
>
> Thanks in advance.
>
> Michael
>
>
>
>
> Am Mittwoch, 29. April 2015 15:32:19 UTC+2 schrieb Michael D:
>>
>> Hi Anash,
>>
>> Thank you for the information. I will try this later.
>>
>> Cheers,
>> Michael
>>
>> Am Mittwoch, 29. April 2015 15:26:05 UTC+2 schrieb Anash P. Oommen 
>> (AdWords API Team):
>>>
>>> Hi Michael,
>>>
>>> Yes, this can be done. You could use a CUSTOM_DATE option as mentioned 
>>> in this guide: 
>>> https://developers.google.com/adwords/api/docs/guides/reporting
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Tuesday, April 28, 2015 at 5:57:18 PM UTC-4, Michael D wrote:

 Hi,

 im trying to build a Graph to visualize Clicks versus Impressions or 
 Click versus CostPerClick.

 For this I need to know how much clicks, impressions and so on I get 
 per day for every given day in a choosen period of time.

 Is this possible with Reports? 

 Thanks in advance 

 Michael

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/76287f46-d6e4-48e7-9b9c-69fb5e29a9b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 devicePreference 
> .
>  
> We current have 3 different platforms 
> . 
>
> devicePreference: '30001',   
>
> The 30001 translates to *HighEndMobile*.  
>
> Cheers,
> Nadine, AdWords API Team
>
> On Thursday, April 30, 2015 at 2:07:28 PM UTC-4, Axel Vermeil wrote:
>>
>> Given an Ad ID and AdGroup ID, I'm trying to get the ad type, 
>> specifically whether the ad is "mobile" or not (in the interface, this 
>> shows up as a grey parenthesis underneath the ad copy: "(mobile)").
>>
>> I've tried to fetch the ad information (both latest API version):
>> - Via the reporting api (
>> https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report),
>>  
>> field "AdType"
>> - Via the AdGroupAdService 
>>
>> They report the type to be "TextAd" for ads that are actually mobile ads 
>> (as I understand it, there is no overlap). For example, this is what I get 
>> for:
>> - client ID: 581-882-3461
>> - adgroup ID: 16619337879
>> - ad ID: 52974796839
>>
>>
>> { rval:  
>>  
>> 
>>
>>{ totalNumEntries: 1, 
>>  
>> 
>>
>>  'Page.Type': 'AdGroupAdPage',   
>>  
>> 
>>
>>  entries:
>>  
>> 
>>
>>   [ { adGroupId: '16619337879',  
>>  
>> 
>>
>>   ad:
>>  
>> 
>>{ attributes: { 'xsi:type': 'TextAd
>> ' }, 
>>
>>
>>  id: '52974796839',  
>>  
>> 
>>  url: '', 
>>   
>>
>>  displayUrl: 'BikeDockSolutions.com/Bike-Storage',   
>>  
>> 
>>
>>  devicePreference: '30001',  
>>  
>> 
>>  'Ad.Type': 'TextAd
>> ',   
>>   
>>
>>  headline: 'The Bike Storage Experts',   
>>  
>> 
>>
>>  description1: 'Largest UK Supplier of Bike Storage',
>>  
>> 
>>
>>  description2: 'Low Cost & Free Delivery. Call Now!' },  
>>  
>> 
>>
>>   status: 'ENABLED', 
>>  
>> 
>>
>>   approvalStatus: 'FAMILY_SAFE', 
>>  
>> 
>>   trademarkDisapproved: false } ] } }  
>>
>> I can find no indication that an ad is mobile. 
>>
>> Any suggestions?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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 on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/47948c41-8485-467a-bc44-b256ac2f4b1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 wrote:
>
> 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 devicePreference 
>> .
>>  
>> We current have 3 different platforms 
>> . 
>>
>> devicePreference: '30001',   
>>
>> The 30001 translates to *HighEndMobile*.  
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Thursday, April 30, 2015 at 2:07:28 PM UTC-4, Axel Vermeil wrote:
>>>
>>> Given an Ad ID and AdGroup ID, I'm trying to get the ad type, 
>>> specifically whether the ad is "mobile" or not (in the interface, this 
>>> shows up as a grey parenthesis underneath the ad copy: "(mobile)").
>>>
>>> I've tried to fetch the ad information (both latest API version):
>>> - Via the reporting api (
>>> https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report),
>>>  
>>> field "AdType"
>>> - Via the AdGroupAdService 
>>>
>>> They report the type to be "TextAd" for ads that are actually mobile ads 
>>> (as I understand it, there is no overlap). For example, this is what I get 
>>> for:
>>> - client ID: 581-882-3461
>>> - adgroup ID: 16619337879
>>> - ad ID: 52974796839
>>>
>>>
>>> { rval: 
>>> 
>>>   
>>>
>>>{ totalNumEntries: 1,
>>> 
>>>   
>>>
>>>  'Page.Type': 'AdGroupAdPage',  
>>> 
>>>   
>>>
>>>  entries:   
>>> 
>>>   
>>>
>>>   [ { adGroupId: '16619337879', 
>>> 
>>>   
>>>
>>>   ad:   
>>> 
>>>   
>>>{ attributes: { 'xsi:type': 'TextAd
>>> ' },
>>> 
>>>
>>>  id: '52974796839', 
>>> 
>>>   
>>>  url: '', 
>>>   
>>>
>>>  displayUrl: 'BikeDockSolutions.com/Bike-Storage',  
>>> 
>>>   
>>>
>>>  devicePreference: '30001', 
>>> 
>>>   
>>>  'Ad.Type': 'TextAd
>>> ',  
>>>
>>>
>>>  headline: 'The Bike Storage Experts',  
>>> 
>>>   
>>>
>>>  description1: 'Largest UK Supplier of Bike Storage',   
>>> 
>>>   
>>>
>>>  description2: 'Low Cost & Free Delivery. Call Now!' }, 
>>> 
>>>   
>>>
>>>   status: 'ENABLED',
>>> 
>>>   
>>>
>>>   approvalStatus: 'FAMILY_SAFE',
>>> 

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 
> 
>  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 wrote:
>>
>> 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 devicePreference 
>>> .
>>>  
>>> We current have 3 different platforms 
>>> . 
>>>
>>> devicePreference: '30001',   
>>>
>>> The 30001 translates to *HighEndMobile*.  
>>>
>>> Cheers,
>>> Nadine, AdWords API Team
>>>
>>> On Thursday, April 30, 2015 at 2:07:28 PM UTC-4, Axel Vermeil wrote:

 Given an Ad ID and AdGroup ID, I'm trying to get the ad type, 
 specifically whether the ad is "mobile" or not (in the interface, this 
 shows up as a grey parenthesis underneath the ad copy: "(mobile)").

 I've tried to fetch the ad information (both latest API version):
 - Via the reporting api (
 https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report),
  
 field "AdType"
 - Via the AdGroupAdService 

 They report the type to be "TextAd" for ads that are actually mobile 
 ads (as I understand it, there is no overlap). For example, this is what I 
 get for:
 - client ID: 581-882-3461
 - adgroup ID: 16619337879
 - ad ID: 52974796839


 { rval:

 

{ totalNumEntries: 1,   

 

  'Page.Type': 'AdGroupAdPage', 

 

  entries:  

 

   [ { adGroupId: '16619337879',

 

   ad:  

 
{ attributes: { 'xsi:type': 'TextAd
 ' },   
  

  id: '52974796839',

 
  url: '',   
 

  displayUrl: 'BikeDockSolutions.com/Bike-Storage', 

 

  devicePreference: '30001',

 
  'Ad.Type': 'TextAd
 ', 
 

  headline: 'The Bike Storage Experts', 

 

  description1: 'Largest UK Supplier of Bike Storage',  

 

  description2: 'Low Cost & Free Delivery. Call Now!' },
  

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 

 under 
the *advancedoperations* folder. 

Best,
Nadine, AdWords API Team

On Friday, May 1, 2015 at 10:41:48 AM UTC-4, ja...@safedatatech.com wrote:
>
> 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 on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/460b6ed5-e962-4294-8c4d-1cdb1fd9ac19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Libraries 
 we have a 
PHP example of Downloading a Criteria Report 
.
 
You can work off of this example to query the *CAMPAIGN_PERFORMANCE_REPORT* 
instead. 

Best,
Nadine, AdWords API Team 

On Friday, May 1, 2015 at 9:07:51 AM UTC-4, Monika Chourse wrote:
>
> 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://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/07b1dbcf-227f-434d-a538-8e4bda684b4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, MCC Test wrote:
>
> 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 visitors".However I tried 
> creating one campaign and assign the CriterionUserList Id as userlist Id of 
> "All Visitors" but I cam getting an error like [EntityNotFound.INVALID_ID 
> @ operations[0].operand.criterion; trigger:'CriterionId{id=XX}']
>
> Can anyone please help me out here?
>
> Thanks,
> Ronak Shah 
>
> On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:
>>
>> Hello Anash,
>>
>> For PLA campaigns I could able to know but however I am concerned about 
>> creating Remarketing campaigns via api.I want to able to create remarketing 
>> campaigns targeting all audiences.Would it be possible to that? Which api 
>> service is used in for creating remarketing campaigns? I am using Adwords 
>> API PHP client library.
>>
>> Thanks,
>> Ronak Shah
>>
>>
>> On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> All campaigns are created using CampaignService, though the list of 
>>> settings you have to use varies. You can find some Java examples for PLA 
>>> campaigns here: 
>>> https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns
>>>
>>> I don't have an example for Remarketing campaigns, but 
>>> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
>>>  
>>> is a good starting point. Remarketing campaigns would 
>>> have advertisingChannelType as DISPLAY.
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via 
 adwords api.Can anyone help me which api service I need to call? 

 Thanks
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1adcc84a-5c64-4a8d-8266-317479ada82a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.  Will we have alternate bidding type that we can use? 
> Also,  documentation ( 
> https://support.google.com/adwords/answer/3499086?hl=en-US ) implies we 
> have to use CPM for campaigns with ads targeted for mobile. How do we do 
> that using the AdWords API?
>
> On Wednesday, April 29, 2015 at 6:30:03 AM UTC-7, Anash P. Oommen (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> When CPM gets replaced by vCPM, this field itself will be removed, 
>> because there will only be vCPM.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Tuesday, April 28, 2015 at 7:36:09 PM UTC-4, Y Cha wrote:
>>>
>>> From migration guide:
>>>
>>> The activeViewCpmEnabled field is now required when creating a 
>>> ManualCpmBiddingScheme.
>>>
>>> 
>>>
>>> Will it now be set to "true" with CPM going away (i.e., replaced by 
>>> vCPM) for all existing campaigns (even if campaigns contain ads targeting 
>>> mobile apps)?
>>>
>>>
>>>
>>> On Wednesday, April 8, 2015 at 10:41:43 AM UTC-7, Anash P. Oommen 
>>> (AdWords API Team) wrote:

 Hi,

 I don't see activeViewCpmEnabled 
 
  
 marked as a required field in our docs for v201502, but it defaults to 
 false if you don't specify it / in older versions.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, April 6, 2015 at 4:48:14 PM UTC-4, Y Cha wrote:
>
> I see that activeViewCpmEnabled is  required for 
> ManualCpmBiddingScheme for 201502. What was default behavior previously 
> when activeViewCpmEnabled value was not required?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a868f12-d9a6-4b93-b804-baedf1927efe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 changes to the First Page CPC Bid?
> (I'm seeing some outdated data, even though I'm using the 
> CustomerSyncService)
>
> Many thanks,
> David
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/43a6340f-04d4-4dfe-bdc3-caa2b9c9265a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 to the newly added columns, using the Upgraded URL 
migration rules.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Thursday, April 30, 2015 at 1:03:29 PM UTC-4, joel wrote:
>
> We previously added all of our Sitelinks via the FeedsService into a new 
> user-generated Feed (not the Main sitelink feed). When I follow the example 
> at 
> https://developers.google.com/adwords/api/docs/guides/upgrade-destination-urls
>  
> and try to use the CampaignExtensionSetting service to download the 
> Sitelinks nothing is returned. I verified in the AdWords web UI that the 
> campaign DOES have Sitelinks. When I tried the same with an old Removed 
> campaign that had Sitelinks under the Main sitelink feed the API call DID 
> work. Is this a bug? Shouldn't CampaignExtensionSetting service return 
> Sitelinks from any Feed?
>
> Thanks!
>
> Joel
>
> Example code that I ran:
>
> CampaignExtensionSettingPage page = service.query("Select CampaignId, 
> Extensions where ExtensionType=SITELINK AND CampaignId=1234");
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1d67d6c1-fc1e-4e8c-896d-34873ca37195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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
>
>
> TrackingUrlTemplate
>
> UrlCustomParameters
>
> Where/How will be able to get this information and tie it to Criteria 
> Performance Report and Ad Group Performance Report?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e36c9b13-94d5-46c0-bbfb-a1e6445069ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,
> 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 changes to the First Page CPC Bid?
>> (I'm seeing some outdated data, even though I'm using the 
>> CustomerSyncService)
>>
>> Many thanks,
>> David
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b5bebfe2-011f-4aa3-927b-544e3840421d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Anash P. Oommen (AdWords API 
Team) wrote:
>
> 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.  Will we have alternate bidding type that we can use? 
>> Also,  documentation ( 
>> https://support.google.com/adwords/answer/3499086?hl=en-US ) implies we 
>> have to use CPM for campaigns with ads targeted for mobile. How do we do 
>> that using the AdWords API?
>>
>> On Wednesday, April 29, 2015 at 6:30:03 AM UTC-7, Anash P. Oommen 
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> When CPM gets replaced by vCPM, this field itself will be removed, 
>>> because there will only be vCPM.
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Tuesday, April 28, 2015 at 7:36:09 PM UTC-4, Y Cha wrote:

 From migration guide:

 The activeViewCpmEnabled field is now required when creating a 
 ManualCpmBiddingScheme.

 

 Will it now be set to "true" with CPM going away (i.e., replaced by 
 vCPM) for all existing campaigns (even if campaigns contain ads targeting 
 mobile apps)?



 On Wednesday, April 8, 2015 at 10:41:43 AM UTC-7, Anash P. Oommen 
 (AdWords API Team) wrote:
>
> Hi,
>
> I don't see activeViewCpmEnabled 
> 
>  
> marked as a required field in our docs for v201502, but it defaults to 
> false if you don't specify it / in older versions.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, April 6, 2015 at 4:48:14 PM UTC-4, Y Cha wrote:
>>
>> I see that activeViewCpmEnabled is  required for 
>> ManualCpmBiddingScheme for 201502. What was default behavior previously 
>> when activeViewCpmEnabled value was not required?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f785bcf-4ded-4a7e-8840-ecdf2b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 report that contains finalURL fields. 

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/094fe67a-2a74-4010-ad84-66fe5e4f2f58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 passed in 
> the ad group id, ad id and criterion id and it spit back the effective 
> landing page if that ad was served.The documentation already has examples, 
> so I'd be more interested in something that is closer to the real world as 
> opposed to more documentation, assuming that is what you mean, Anash. 
> Appreciate the offer though!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/748189e9-ce30-45c3-84fb-3624349f3402%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


{ "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-shu697uugo1nvnc281ffd3tc3kg7c3t2.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords&access_type=offline
 
After approving the token enter the authorization code here: Your OAuth2 
Credentials are incorrect. Please see the GetRefreshToken.php example. { 
"error" : "invalid_request", "error_description" : "Missing required 
parameter: code" } 

i am set the  client_id  and client_secret in auth.ini

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5a6a7e81-5b55-4a1b-bbb8-81103b98640f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the example from the command line and let me know if you 
still encounter issues.

Thanks,
Josh, AdWords API Team

On Friday, May 1, 2015 at 4:58:23 PM UTC-4, Keyur Eragon wrote:
>
> 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-shu697uugo1nvnc281ffd3tc3kg7c3t2.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords&access_type=offline
>  
> After approving the token enter the authorization code here: Your OAuth2 
> Credentials are incorrect. Please see the GetRefreshToken.php example. { 
> "error" : "invalid_request", "error_description" : "Missing required 
> parameter: code" } 
>
> i am set the  client_id  and client_secret in auth.ini
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/064841de-7345-4f7a-b9bc-1d7ba96d7a14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/finalUrl2;

Cheers,
Josh, AdWords API Team

On Friday, May 1, 2015 at 4:57:01 PM UTC-4, Han Vo wrote:
>
> 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 report that contains finalURL fields. 
>
> Thank you
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57e29118-3b4b-4530-8e16-a5dc2b719d43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


"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://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62e0ca81-0155-4c33-bf0c-db80fa0b1623%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Adwords account informantion, such as account name 
and - most important - CustomerId to run further queries.

I'm using omniauth-google-oauth2 gem to get OAuth2 token:

config.omniauth  :adwords_oauth2, 'MY_CLIENT_ID', 'MY_CLIENT_SECRET', scope: 
"adwords", access_type: 'offline', prompt: 'consent', strategy_class: 
OmniAuth::Strategies::AdwordsOauth2

As it was documented in examples here - 
https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201502/misc/setup_oauth2.rb,
 
having OAuth2 token I can authenticate Adwords user and get his basic info 
using CustomerService.

Here is the excerpt from OmniAuth strategy class:

config_filename = File.join(Rails.root, 'config', 'adwords_api.yml')
@api = AdwordsApi::Api.new(config_filename)

# access_token is OAuth2 token which seems to be valid
token = { access_token: access_token.token, refresh_token: access_token.
refresh_token, expires_in: access_token.expires_in, expires_at: Time.at(
access_token.expires_at)}

@api.authorize({ oauth2_token: token})
service = @api.service(:CustomerService, :v201502)

@raw_info ||= service.get()

So after I've updated google-adwords-api-0.14 to google-adwords-api-0.15, 
I'm getting an AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED exception 
on service.get() call, but according to documentation, CustomerService is 
the only service which does not require CustomerID to run query.

Could you please help me:

- Is this approach to get customer data on auth correct?
- If not what is the right way to get customer data on login?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fa756fa-cc30-4375-b78d-607ef8b04cdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.