Re: First API call_Get AdWords Quality

2018-05-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam,

If you wish to utilize the AdWords API reports then, you may first refer to 
our reporting 
 guide for 
information on how to generate reports. Next is, you can refer to our sample 
report codes 
 (also 
available in other languages) on how your code should look like when 
requesting them.

For your keywords, you may generate the Keywords Performance Report 
,
 
as this report type specializes in fetching metrics and statistics of your 
keyword objects within your account. Also, if what you are looking for is 
an example on how to send a request via HTTP, then you may refer here 
 for 
the API call structure. You can then include your report definition in that 
request and you can refer to this section 

 of 
our reporting guide on how to construct the report. 

Let me know if this helps and feel free to create a new forum thread with 
this new concern.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/451237c8-5bb1-4335-b527-9a31c4aa1836%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-22 Thread API_DCH
Hi ,

I am new to Google Adword platform, I need help on google AdWords 
KEYWORD_EPRFORMANCE_REPORT.
I am trying to retrieve google AdWords data using following xml body. what 
url I need to use to submit the xml request. 
currently I tried using this 
https://adwords.google.com/api/adwords/cm/v201802/AdGroupAdService and few 
others, but did not work. It doesn't return any data. I am looking for the 
correct url that should be used to retrieve data from 
KEYWORD_EPRFORMANCE_REPORT.


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>

https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>
{{User::varDevToken}}
{{User::varClientId}}
ZappySys SSIS PowerPack v1



https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>

SELECT 
Criteria,CampaignName,AdGroupName,KeywordMatchType,Clicks,Impressions,Ctr,AverageCpc,CpcBid,Cost,AveragePosition,Conversions,CostPerConversion,ConversionRate,SearchImpressionShare,QualityScore
  KEYWORDS_PERFORMANCE_REPORT WHERE 
IsNegative = FALSE
AND Status = ENABLED
AND AdGroupStatus = ENABLED
AND CampaignStatus = ENABLED
  DURING 20180101,20180331






Thanks
Sam



On Tuesday, May 22, 2018 at 11:29:50 AM UTC-4, API_DCH wrote:
>
> Hi Peter,
>
> Do you have any sample code that I can use to understand how to retrieve 
> data from "KEYWORD_PERFORMANCE_REPORT". 
> I am using following code, which looks like the standard code that has 
> been discussed in this forum and documentation. But I am having trouble in 
> retrieving google AdWords data.
> Can you please provide me the url to which this xml request should be 
> submit. Please see the following code and xml body and let me know if you 
> find something not right. I have data on google AdWords account for the 
> period what I am querying.
>
>
> 
> http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema;>
> 
> https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>
> {{User::varDevToken}}
> {{User::varClientId}}
> ZappySys SSIS PowerPack v1
> 
> 
> 
>  xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
> 
> CampaignId
> AdGroupId
> CampaignName
> AdGroupName
> Criteria
> Status
> SystemServingStatus
> Impressions
> Clicks
> Cost
> AverageCpc
> Ctr
> TrackingUrlTemplate
> FinalMobileUrls
> FinalUrls
> AveragePosition
> SearchImpressionShare
> QualityScore
> AccountCurrencyCode
> AccountDescriptiveName
> 
> Clicks
> GREATER_THAN
> 0
> 
> 
> 20180101
> 20180401
> 
> 
> Report
> KEYWORDS_PERFORMANCE_REPORT
> CUSTOM_DATE
> CSV
> 
> 
>  
>
>
> Thanks
> Sam
>
>
> On Tuesday, May 22, 2018 at 10:34:48 AM UTC-4, API_DCH wrote:
>>
>> Hi Peter,
>>
>> My test token has been upgrade to basis level.
>>
>> Thanks for your help.
>>
>> Regards
>> Sam
>>
>> On Monday, May 21, 2018 at 2:02:39 AM UTC-4, Peter Oliquino (AdWords API 
>> Team) wrote:
>>>
>>> Hi Sam,
>>>
>>> Allow me to provide support for now as Luis is currently OOO. The 
>>> AdWords Compliance team should send you an email within 2 business days. If 
>>> by chance they don't, just let me know so I can notify their team to assist 
>>> you. Also, once approved, you should be able to make calls using the 
>>> AdWords API against production accounts, this is considering that you have 
>>> also already created your OAuth2 credentials 
>>> .
>>>
>>> Best regards,
>>> Peter
>>> AdWords API Team
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cd049ce9-50aa-48ff-88f9-debbb8d9b7cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-22 Thread API_DCH
Hi Peter,

Do you have any sample code that I can use to understand how to retrieve 
data from "KEYWORD_PERFORMANCE_REPORT". 
I am using following code, which looks like the standard code that has been 
discussed in this forum and documentation. But I am having trouble in 
retrieving google AdWords data.
Can you please provide me the url to which this xml request should be 
submit. Please see the following code and xml body and let me know if you 
find something not right. I have data on google AdWords account for the 
period what I am querying.



http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>

https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>
{{User::varDevToken}}
{{User::varClientId}}
ZappySys SSIS PowerPack v1



https://adwords.google.com/api/adwords/cm/v201802;>

CampaignId
AdGroupId
CampaignName
AdGroupName
Criteria
Status
SystemServingStatus
Impressions
Clicks
Cost
AverageCpc
Ctr
TrackingUrlTemplate
FinalMobileUrls
FinalUrls
AveragePosition
SearchImpressionShare
QualityScore
AccountCurrencyCode
AccountDescriptiveName

Clicks
GREATER_THAN
0


20180101
20180401


Report
KEYWORDS_PERFORMANCE_REPORT
CUSTOM_DATE
CSV


 


Thanks
Sam


On Tuesday, May 22, 2018 at 10:34:48 AM UTC-4, API_DCH wrote:
>
> Hi Peter,
>
> My test token has been upgrade to basis level.
>
> Thanks for your help.
>
> Regards
> Sam
>
> On Monday, May 21, 2018 at 2:02:39 AM UTC-4, Peter Oliquino (AdWords API 
> Team) wrote:
>>
>> Hi Sam,
>>
>> Allow me to provide support for now as Luis is currently OOO. The AdWords 
>> Compliance team should send you an email within 2 business days. If by 
>> chance they don't, just let me know so I can notify their team to assist 
>> you. Also, once approved, you should be able to make calls using the 
>> AdWords API against production accounts, this is considering that you have 
>> also already created your OAuth2 credentials 
>> .
>>
>> Best regards,
>> Peter
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/221c4f85-f50d-461c-bdf2-278a7649346c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-22 Thread API_DCH
Hi Peter,

My test token has been upgrade to basis level.

Thanks for your help.

Regards
Sam

On Monday, May 21, 2018 at 2:02:39 AM UTC-4, Peter Oliquino (AdWords API 
Team) wrote:
>
> Hi Sam,
>
> Allow me to provide support for now as Luis is currently OOO. The AdWords 
> Compliance team should send you an email within 2 business days. If by 
> chance they don't, just let me know so I can notify their team to assist 
> you. Also, once approved, you should be able to make calls using the 
> AdWords API against production accounts, this is considering that you have 
> also already created your OAuth2 credentials 
> .
>
> Best regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac0b63f7-d310-4dca-8a24-883ec170a8d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam,

Allow me to provide support for now as Luis is currently OOO. The AdWords 
Compliance team should send you an email within 2 business days. If by 
chance they don't, just let me know so I can notify their team to assist 
you. Also, once approved, you should be able to make calls using the 
AdWords API against production accounts, this is considering that you have 
also already created your OAuth2 credentials 
.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da05347f-3e7d-4315-af44-7f56ac8ff5ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-18 Thread API_DCH
Hi Luis,

Thanks for the information, I have submitted the form to upgrade my token 
to get basic access. So that I can move forward to make some api calls to 
production account..
I learned that approval may take up to 2 business days. Do I get a 
confirmation email once it is approved. Please let me know.
Once approved, can I make api calls to all the account that are linked to 
the Adwords account.

Thanks
Sam


On Friday, May 18, 2018 at 2:05:12 AM UTC-4, Luis Xander Talag (AdWords API 
Team) wrote:
>
> Hi Sam,
>
> The QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED 
> 
>  error 
> means that you are using an unapproved developer token to make calls 
> against a production account. An unapproved developer token can only make 
> calls against test AdWords accounts. To be able to make calls against the 
> production account, the developer token will need to have either basic or 
> standard access. You can apply for basic access by submitting this form 
> . The API compliance team 
> usually responds within two business days for the status. Once the token is 
> approved, you can try the request again and it should work fine.
>
> Regards,
> Luis
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8029118e-71d0-4187-ae7b-342503dbc0d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-18 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam,

The QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED 

 error 
means that you are using an unapproved developer token to make calls 
against a production account. An unapproved developer token can only make 
calls against test AdWords accounts. To be able to make calls against the 
production account, the developer token will need to have either basic or 
standard access. You can apply for basic access by submitting this form 
. The API compliance team 
usually responds within two business days for the status. Once the token is 
approved, you can try the request again and it should work fine.

Regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dcfe5b93-c10a-4a3b-acc1-85c9812e084d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-17 Thread API_DCH
Hi Luis,

I tried the api call and I receive following error message, it says 
".DEVELOPER_TOKEN_NOT_APPROVED". What is the process to get the token 
approved, how much time will it take to get approved. 
I have also include the call details

Status Code: InternalServerError

Response Body: http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201802;>00056c7235bcb3800aa780454d0cee71AdGroupServicequery1125soap:Client[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED
 
@ ; trigger:'null']https://adwords.google.com/api/adwords/cm/v201802;>[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED
 
@ ; 
trigger:'null']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">nullQuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVEDQuotaCheckErrorDEVELOPER_TOKEN_NOT_APPROVED


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>

https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>
{{User::varDevToken}}
{{User::varClientId}}
ZappySys SSIS PowerPack v1



https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}};>

SELECT Id, Name
WHERE Status = 'ENABLED'
ORDER BY Name
DESC LIMIT 0,50





Thanks
Sam




On Tuesday, May 15, 2018 at 11:47:48 PM UTC-4, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi,
>
> My apologies as we do not support third party API. However, you may visit 
> this guide 
> 
>  to 
> know more on how to create a report definition in the AdWords API. You 
> could also use the AWQL 
> 
>  in 
> generating a report. See this link 
> 
>  for 
> an example showing the report definition within an HTTP Post request.
>
> Thanks and regards,
> Luis
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29f451b4-a833-4496-9303-9eb729742005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: First API call_Get AdWords Quality

2018-05-15 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

My apologies as we do not support third party API. However, you may visit 
this guide 

 to 
know more on how to create a report definition in the AdWords API. You 
could also use the AWQL 

 in 
generating a report. See this link 

 for 
an example showing the report definition within an HTTP Post request.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0196df7f-f712-4dab-af17-aef384b942ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


First API call_Get AdWords Quality

2018-05-15 Thread API_DCH
This is my first attempt at this. How can I run the select statement below 
on report  KEYWORDS_PERFORMANCE_REPORT using API call?
I use Zappy Sys API client. I like to, some how ,insert this select 
statement into the API code below.  Any suggestions how to do that?
Thanks,
 

SELECT 
Criteria,CampaignName,AdGroupName,KeywordMatchType,Clicks,Impressions,Ctr,AverageCpc,CpcBid,Cost,AveragePosition,Conversions,CostPerConversion,ConversionRate,SearchImpressionShare,QualityScore

 FROM KEYWORDS_PERFORMANCE_REPORT WHERE 

IsNegative = FALSE

AND Status = ENABLED

AND AdGroupStatus = ENABLED

AND CampaignStatus = ENABLED

  DURING 20180101,20180331





http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:tns="https://adwords.google.com/api/adwords/mcm/v201802; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>

  

https://adwords.google.com/api/adwords/mcm/v201802; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>

[I have this token]l

[I have this ID]

[I have this agent]





  

  


??


  



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da954e6b-6a54-4de6-a6e1-7055d3b2cf02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.