Re: Using the Adwords API PHP Library with Laravel 4

2015-03-23 Thread Jiwan Ghosal

hi sunny,
I am very new to laravel and adword api so could you tell me how to include 
and extract all campaigns in pagesColtroller.

Thanks & regards
jiwan ghosal 

On Wednesday, December 17, 2014 at 10:02:19 PM UTC+5:30, 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/7e146266-e9f2-4737-a4f8-3a0a971f8e05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: An error has occurred: { "error" : "invalid_grant" }

2015-03-23 Thread Andy Steinhauf
Hello,

I tried it again as suggested above, but it resulted in the same error. I 
open'd an issue:

https://github.com/googleads/googleads-php-lib/issues/84

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/de234e71-1ba1-4e56-b87d-1cf41f7869eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-23 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Hello Josh, sorry come back that topic again, but I forgot to ask you 
something:

How AdWords can pull the date, day of week and zero impressions? Like the 
image below ...



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b2de93ae-bfe0-424d-994f-1834255b47b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-23 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Hello Josh, sorry come back that topic again, but I forgot to ask you 
something:

How AdWords can pull the date, day of week and zero impressions? Like the 
image below...



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/704be3fa-bfab-4690-9fae-eb1d4f9781fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-23 Thread Josh Radcliff (AdWords API Team)
Hi,

You cannot pull *Date* or other Segment 

 
fields *and* get zero impressions. When you include a *Segment* field, it 
implicitly 
excludes zero impression rows 

.

Thanks,
Josh, AdWords API Team

On Monday, March 23, 2015 at 8:02:26 AM UTC-4, Desenvolvimento - Grupo Lead 
Negócios Inteligentes wrote:
>
> Hello Josh, sorry come back that topic again, but I forgot to ask you 
> something:
>
> How AdWords can pull the date, day of week and zero impressions? Like the 
> image below...
>
>
> 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3900c9a8-f36d-4282-a070-8f34bd172ba6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unexpectedly getting error faultMessage=[RateExceededError

2015-03-23 Thread Danial Klimkin
Hello Jason,


We looked in the log and the behavior looks correct. 1 + 2 + 3 ... + 141 is 
over 10k operations, so the error is expected.

Note, the daily limit of 10k is not midnight-based, it can be reset at 
different time, just every 24 hours. This explains while you still see the 
same error in the morning.

If you need to upload this many conversions, you should apply for Standard 
access.


-Danial, AdWords API Team.



On Monday, March 9, 2015 at 8:28:01 PM UTC+3, Jason Vander Zalm wrote:
>
> Hi Danial,
>
> Did you get my email on this last week? I'd love to get this sorted out.
>
> Thanks,
> Jason.
>
> On Thursday, March 5, 2015 at 6:02:29 AM UTC-8, Danial Klimkin wrote:
>
>> Hello Jason,
>>
>>
>> Could you please collect all the upload logs (both succeeded and failed) 
>> for the day and send me over email (reply to author on the right)?
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Wednesday, March 4, 2015 at 8:35:36 PM UTC+3, Jason Vander Zalm wrote:
>>>
>>> My last attempt was yesterday, so I tried again today and it let me 
>>> upload 13 conversion before returning the error:
>>>
>>> RateExceededError >> rateScope=DEVELOPER, retryAfterSeconds=86400>
>>>
>>> I then waited a minute and restarted the script. It then let me upload 
>>> another 7 before returning the same error. I then waited another minute and 
>>> restarted the script, and it let me upload another 4.
>>>
>>> I have hundreds of conversions to upload per day, so obviously uploading 
>>> a few at a time isn't a workable solution here. 
>>>
>>> Thanks,
>>> Jason.
>>>
>>>
>>> On Wednesday, March 4, 2015 at 9:18:04 AM UTC-8, Jason Vander Zalm wrote:
>>>
 Well like I said, I attempted to upload well under 100, and only did it 
 a few times - so I'm certain it would have been under 500 requests in 
 total, so I'm not sure why I was getting that error. I then waited 24 hrs 
 and tried again, and was again able to upload less than 100 conversions 
 before I started getting the same error. Just let me know if there's any 
 info you need from me in order to investigate.

 Thanks,
 Jason.

 On Monday, March 2, 2015 at 4:17:59 AM UTC-8, Danial Klimkin wrote:
>
> Hello Jason,
>
>
> As per rate sheet, each object mutate is calculated as an operation:
>
>   https://developers.google.com/adwords/api/docs/ratesheet
>
> for offline conversions, each conversion upload is an operation. So if 
> you upload 497 conversion, it's 497 operations consumed, regardless of 
> success or failure.
>
> If all of them fail and you keep re-trying, you'll exhaust your quota 
> after ~20 retries.
>
>
> -Danial, AdWords API Team.
>
>
> On Saturday, February 28, 2015 at 9:46:36 AM UTC+3, Jason Vander Zalm 
> wrote:
>>
>> I'm attempting to upload offline conversions using the API. 
>> Unfortunately after a few attempts (well under 100) I'm now getting:
>>
>> [Feb 27 2015 22:12:51.00 - ERROR] effectiveUser=481-307-7667 
>> service=OfflineConversionFeedService method=mutate operators={ADD: 497} 
>> responseTime=42 requestId=0005101fe752ef600abfa104c7000f83 
>> operations=497 
>> units= server=adwords.google.com isFault=true 
>> faultMessage=[RateExceededError > rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400>]
>>
>> According to the email I got when I signed up for the service, I'm 
>> supposed to be able to process 10,000 transactions per day?:
>>
>> About Your Free API Operations:
>> Your AdWords API usage will be free, but limited to 10,000 
>> operations per day. Each AdWords API operation such as a ‘get’ or 
>> ‘mutate’ is counted as a separate operation. 10,000 operations per day 
>> is 
>> sufficient for most developers and companies, however if at a later 
>> point 
>> you need more than 10,000 operations per day, then you’ll need to apply 
>> for 
>> Standard Access. Please do not apply for Standard Access if you do not 
>> require more than 10,000 operations per day, as Standard access will 
>> only 
>> be approved if your API usage reflects this need. For more 
>> information about operations and how to apply for Standard Access, 
>> please 
>> visit:*https://developers.google.com/adwords/api/faq* 
>> .
>>
>> What's up?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 option

Integration with platforms

2015-03-23 Thread Weldys Santos
 

We like to integrate Adwords with our platform with these steps:

1. The clients from my platform will launch campaigns with adwords;

2. Our system suggest some segmentations from our system;

3. We can follow results from the campaign.

What the best way to do that? Which best ways to API help us?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c705a16e-f3ba-4f00-9010-771ae6b11367%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to create Dynamic Remarketing campaign using API

2015-03-23 Thread Anash P. Oommen (AdWords API Team)
Hi Tik,

1. The closest you can get is to create a campaign 
with advertisingChannelType=DISPLAY. This will default the campaign to "All 
features" on the UI, and then you can add only the features you require. 
The subtype you see on the website is a flag that helps the UI manage 
certain user interactions in a better manner; this setting is not available 
through the API, and doesn't have any relevance for serving purposes either.

2. 
See https://developers.google.com/adwords/api/docs/guides/managing-accounts 
for details on how to link accounts. I don't think you can enable dynamic 
remarketing through the API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sunday, March 22, 2015 at 2:27:14 PM UTC-4, Tik Sun wrote:
>
> Hi All
> I am trying to create a new campaign for dynamic remarketing using the 
> Adwords API. However, I am unable to do the following using API:
>
>
>1. Create a campaign of type "Display Network", with the sub-type 
>"Remarketing"
>2. Enable Dynamic Remarketing and link the Google MCC account with the 
>campaign.
>
> please tell me about service api
>
> thanks a lot
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8bb4cfd4-3c5e-4996-ab0b-a0f57d83612a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report with Conversion Name Segment downloaded via API has different values than the report downloaded via the browser

2015-03-23 Thread Anash P. Oommen (AdWords API Team)
Hi,

If you can share your customer ID, a report definition you sent to the 
server, and a report with incorrect data, I could take a look. Please use 
the "Reply to Author" option when sending the details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sunday, March 22, 2015 at 11:44:33 AM UTC-4, PPC Developer wrote:
>
> Hi,
>
> I'm downloading the keyword performance report for further processing. 
> When downloading the report using "Conversion Name" segment, the downloaded 
> report has different values compared to the same report downloaded via the 
> browser. We have 2 conversions we are tracking : "Needs Posted" and "Needs 
> Paid". The "Needs Posted" values are fine, however the "Needs Paid" segment 
> is reporting very few results : 870 vs 5 in the report downloaded via the 
> API. 
>
> The code is below:
>
>
>  public void DownloadKeywordReport_ConversionName(string reportType, 
> string dateRange, string filters, string MCCAccount, DateTime repStartDate, 
> DateTime repEndDate)
> {
>
> ReportDefinition definition = new ReportDefinition();
> Selector selector = new Selector();
>
>
> definition.reportName = reportType;
> if (reportType == "KEYWORDS_PERFORMANCE_REPORT")
> definition.reportType = 
> ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT;
> else if (reportType == "CAMPAIGN_PERFORMANCE_REPORT")
> definition.reportType = 
> ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT;
> else if (reportType == "SEARCH_TERM_PERFORMANCE_REPORT")
> definition.reportType = 
> ReportDefinitionReportType.SEARCH_QUERY_PERFORMANCE_REPORT;
>
> else Console.WriteLine("{0} - is an undefined report type", 
> reportType);
>
> definition.downloadFormat = DownloadFormat.CSV;
> if (dateRange == "LAST_7_DAYS")
> definition.dateRangeType = 
> ReportDefinitionDateRangeType.LAST_7_DAYS;
> else if (dateRange == "YESTERDAY")
> definition.dateRangeType = 
> ReportDefinitionDateRangeType.YESTERDAY;
> else if (dateRange == "ONE_DAY")
> {
> definition.dateRangeType = 
> ReportDefinitionDateRangeType.CUSTOM_DATE;
> DateRange repdateRange = new DateRange { min = 
> reportDate.ToString(@"MMdd"), max = reportDate.ToString(@"MMdd") };
> selector.dateRange = repdateRange;
> }
> else if (dateRange == "CUSTOM_RANGE")
> {
> definition.dateRangeType = 
> ReportDefinitionDateRangeType.CUSTOM_DATE;
> DateRange repdateRange = new DateRange { min = 
> repStartDate.ToString(@"MMdd"), max = repEndDate.ToString(@"MMdd") 
> };
> selector.dateRange = repdateRange;
> }
>
>
> selector.fields = new string[] { 
>
> "ConversionTypeName",
> "KeywordText",
> "Conversions",
> "CampaignName",
> "CampaignId",
> };
>
>
> definition.selector = selector;
> definition.includeZeroImpressions = false;
>
>
> try
> {
>
> AdWordsUser user = new AdWordsUser();
> AdWordsAppConfig config = (AdWordsAppConfig)user.Config;
> config.ClientCustomerId = MCCAccount;
> config.DeveloperToken = this.MCCAccount.developerToken;
> config.OAuth2ClientId = this.MCCAccount.OAuth2ClientId;
> config.OAuth2ClientSecret = 
> this.MCCAccount.OAuth2ClientSecret;
> config.OAuth2RefreshToken = 
> this.MCCAccount.OAuth2RefreshToken;
>
> ReportUtilities utilities = new ReportUtilities(user);
> 
> ClientReport report = 
> utilities.GetClientReport(definition);
> string deflatedReportText = 
> Encoding.UTF8.GetString(report.Contents);
>
> List lines = 
> deflatedReportText.Split('\n').ToList();
> 
> JawabkomCommon.Utilities.WriteFileWithAutoIncrement("KeywordSegmentDownload.csv",
>  
> lines);
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Duplicating campaigns

2015-03-23 Thread Visar
Hi,

I need a way to duplicate AdWords campaigns i.e the campaign and all 
dependents such as all the contained ad groups, keywords as well as the 
campaign settings such as ad schedules and location targets. 

Is there a way to do this easily and quickly using the AdWords API, or does 
it involve creating each aspect of a campaign and its sub-objects 
separately?

Thanks
Visar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3488d992-37b4-4d5b-9bf1-3c35c0f2dae0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can we just keep ad performance report and roll up to different levels?

2015-03-23 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, 

You can use the *ad performance* 
report
 
as the lowest level report and use it to roll up to *ad group,* *campaign, 
account* levels, but not *keywords*.
This is because *keywords* do not belong to *ads* or vice versa, but both 
have an *ad group *as their parents in a hierarchy.
(There are relationships between *keywords* and *ads* but not parental 
relationship like *account* -> *campaign* -> *ad group* -> *ad*)

You may use *keyword performance 
*
 report 
to look up a *keyword* (actually criterion) ID you've found in the *ad 
performance* report and get its other details like keyword texts.

To summarize, for your question 1, the answer is yes, but not for keywords.
For question 2, you may have a look at keyword performance report.

Cheers,
Thanet, AdWords API Support


On Friday, March 20, 2015 at 10:18:55 AM UTC+9, Susie Zhao wrote:
>
>
> Hi,
>
> If we just want to keep a lowest level report such as ad performance 
> report and use this report to roll up to different levels, such as keyword, 
> ad group or campaign, account level.
>
> 1. Is this the right way to roll up?
> 2. Keyword_id is included in ad performance report,(here is criterion_id 
> actually). But keyword is not included in this report.
> So do you have any dimension tables(such as criterion tables which contain 
> id, name and state) which we can join the ad performance report with.
>
> In this way, if it works, we don't need to keep reports in different 
> granularity.
>
> Thanks,
> Susie
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f9fd735a-5e5d-48cd-ac28-78517a02339a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Access Google Adwords API with Analytics refreshToken

2015-03-23 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi,

It's possible to use the same refreshToken to access both AdWords API and 
Analytics API if you specify the list of scopes the app will access as so.
In this way, during the OAuth flow, the consent page will ask your client 
to grant permission to your application for accessing both services.

Cheers,
Thanet

On Monday, March 23, 2015 at 3:27:03 AM UTC+9, Auke V wrote:
>
> Is it possible to access the Adwords API using a Analytics API freshToken?
> This because ideally we wouldnt want to ask our clients permission for 
> access two times.
>
> This would be for situations where Adwords and Analytics are linked and we 
> would like to access the click performance report to get keyword data using 
> a gclid.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4583290c-4b5e-46fa-9f18-d791e144924a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Alternative to targettingideaservice placement ideatype

2015-03-23 Thread Chirag
Hello Michael,

Thanks for reply.
I suppose this is a big change and also need some alternative to have this 
data.


On Wednesday, 18 March 2015 14:14:31 UTC+5:30, Chirag wrote:
>
> Hello All,
>
> Since ideatype : placement is depricated from v201409, Is there any 
> alternative to have Placement Idea type results to fetch from?
>
> 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/404e7cfa-d53d-4c25-bbf4-fe100c42575f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.