Re: Geo Targeting

2020-01-02 Thread Niti Bala
Can anyone help me.

On Friday, January 3, 2020 at 11:35:46 AM UTC+5:30, Niti Bala wrote:
>
> Hello Team,
> I am using Adwords API, And I want to integrate location search in my App, 
> Can you help me with this.How could I implement this.
> Is there any API to apply location search as like Adwords UI.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7b4d9de2-c0ca-4493-9621-e84d58d4138c%40googlegroups.com.


Geo Targeting

2020-01-02 Thread Niti Bala
Hello Team,
I am using Adwords API, And I want to integrate location search in my App, 
Can you help me with this.How could I implement this.
Is there any API to apply location search as like Adwords UI.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb651e7b-b805-401a-9cbd-22a3fc83b6b1%40googlegroups.com.


Re: Inquiring for googleadwords api -- getting mismatch between API call & UI for Audience Match Rate

2020-01-02 Thread Vikas Awasthy
Hi Mitchell/ Team,

I do have one more question, when am checking audience list in UI there are 
four columns for size.
1. Size: Search (Counts matching for UI & API call)
2. Size: YouTube
3. Size: Display (Counts matching for googleads UI & API call)
4. Size: Gmail Campaign

but for Size: YouTube & Size: Gmail Campaign columns getting variance, like 
for audience "1p.TheGoodLiar-CastTicketPurchasers.FANFLX_Maid 
"
 
getting as below:
>From UI : 
Size: YouTube -- 490,000 (Number)
Size: Gmail Campaign -- Incompatible (For this audience this but for this 
will be number)

>From API Call:
Size: YouTube : THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND (String 
Value)
Size: Gmail Campaign : FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION (String Value)

Can you please clarify this as it is confusing a lot, & suggest why it is 
like this.

Thanks & Regards,
Vikas Awasthy

On Thursday, January 2, 2020 at 10:16:45 PM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Vikas,
>
> Thank you for reaching out. As explained here 
> ,
>  for 
> privacy purposes, the user list size will show as zero in the API until the 
> list has at least 1,000 members. This is why those lists are showing as 0.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UOFSNb:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1843909a-0684-428b-a057-a20baa2a8718%40googlegroups.com.


How to paused keywords with Google Ads API and python

2020-01-02 Thread Data DataSem
I was trying to change the status of keyword from enable to paused in 
googles ads using the API. I found the following documentation however it 
only mention how to update a the bid for the keyword

https://developers.google.com/adwords/api/docs/samples/python/basic-operations#update-a-keyword

however I need something to paused a keyword within an AdGroupAd... is 
there any sample example or way to do that. Thanks in advance

from googleads import adwords


AD_GROUP_ID = 'INSERT_AD_GROUP_ID_HERE'
CRITERION_ID = 'INSERT_KEYWORD_CRITERION_ID_HERE'


def main(client, ad_group_id, criterion_id):
   # Initialize appropriate service.
   ad_group_criterion_service = client.GetService(
   'AdGroupCriterionService', 
version='v201809')

   # Construct operations and update bids.

  operations = [{
  'operator': 'SET',
  'operand': {
  'xsi_type': 'BiddableAdGroupCriterion',
  'adGroupId': ad_group_id,
  'criterion': {
  'id': criterion_id,
  },
  'biddingStrategyConfiguration': {
  'bids': [
  {
  'xsi_type': 'CpcBid',
  'bid': {
  'microAmount': '100'
  }
  }
  ]
  }
  }
}]
 ad_group_criteria = ad_group_criterion_service.mutate(operations)

 # Display results.
 if 'value' in ad_group_criteria:
for criterion in ad_group_criteria['value']:
  if criterion['criterion']['Criterion.Type'] == 'Keyword':
  print('Ad group criterion with ad group id "%s" and criterion 
id '
'"%s" currently has bids:'
% (criterion['adGroupId'], 
criterion['criterion']['id']))
  for bid in criterion['biddingStrategyConfiguration']['bids']:
 print('\tType: "%s", value: %s' % (bid['Bids.Type'],)
  bid['bid']['microAmount'])
else:
print('No ad group criteria were updated.')


if __name__ == '__main__':
 # Initialize client object.
 adwords_client = adwords.AdWordsClient.LoadFromStorage()

 main(adwords_client, AD_GROUP_ID, CRITERION_ID)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0821e535-a7a8-457e-b1da-7128566ca163%40googlegroups.com.


[Google ads API] missing ad data (lists and metrics)

2020-01-02 Thread 메조미디어
Hello.

I collect campaign, adgroup, ad data by Google ads API.

But suddenly some data have been missing.
I couldn't collect Ad data after 2019-12-24. (But Campaign, Adgroup data 
was collected.)
Before 2019-12-24, collected normally.

 - CID : 118-949-9803
 
You can check whether the data is collected through the attached file.

I hope to know why i can't collect some Ad data.
And how can i solve it?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f8d4b11-37f6-4703-900e-18294928714e%40googlegroups.com.


Google Ads API_missing ad data_20200103.xlsx
Description: MS-Excel 2007 spreadsheet


Type: AuthorizationError.CUSTOMER_NOT_ACTIVE

2020-01-02 Thread Liam
Hi there,

We've been using Adwords API to get ad campaigns data from CIDs linked to 
our MCC: 983-587-0286 for quite some time.

Recently A technical problem has occurred and We need your help.


When we made API calls, it says: "Type: 
AuthorizationError.CUSTOMER_NOT_ACTIVE"


We didn't change anything from our side and had no idea what is wrong, 
please help us, thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0f4d96e1-df8a-4889-9fd1-f2206727d18b%40googlegroups.com.


Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Akav Zhen
Hi,
Thank you for your reply.

My point is,the adwords api and google ads api are using exactly the same 
ads developer token and google api project.
I only changed the ADWORDS  section to GOOGLE_ADS section in the config 
file.

The adwords part is still working,which makes sure the adwords api developer 
token  and google api Credentials are available.

Which makes the Falut message difficult to understand.Or,is there any other 
necessary operations that I missed while migrating adwords to google ads 
api.

Thank you.

On Thursday, January 2, 2020 at 11:49:01 PM UTC+8, adsapiforumadvisor wrote:
>
> Hi Akav,
>
> Thank you for reaching out. You must make sure that you've enabled Google 
> Ads API for your project in the developer console as explained in the error 
> message. You can do that by following these instructions 
> .
>  
> Please make sure you've disabled any ad blockers or proxies when visiting 
> the console page.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UOFYbT:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/608037fc-8193-4053-b958-191e225fdb2f%40googlegroups.com.


RE: Getting error AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello Om,

Thank you for writing to us. The error TWO_STEP_VERIFICATION_NOT_ENROLLED 
occurs if the client account is enrolled in 2-Step Verification and the 
accounts accessing it are not. Please refer to this blog post for more details 
and information. Could you please confirm if you are added as a user on the 
Google Ads account? Or is your API call authorized by a user who has access to 
the target account? If it is the second case, that user who authorized the API 
call and generated the authorization code should also have their Google 
accounts enrolled in 2-Step Verification. If you are directly a user on the 
account, and have already enrolled for 2-Step verification, could you confirm 
the Google Ads account and the email address against which you are making the 
API call?

P.S. Please use Reply privately to author option while sharing the details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFgwU:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/kbGSw0Q3I0JV00VxtYZaM9Qwy1_j_HuOFiRw%40sfdc.net.


RE: In the adwords API example i can accept an request link. But how can i make one?

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Thomas,

Thank you for reaching out. Could you please share the complete request and 
response logs along with the client customer id for me to investigate this 
further on my end and assist you better?

P.S. Please use Reply privately to author option while sharing the details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFTKt:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/o9Jpw0Q3HY7C00U924LnyKS0mnVOsOLwI4CA%40sfdc.net.


RE: How to get the ad asset installs data via Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for reaching out. It is currently not possible to retrieve the 
'Installs' data through the API. A feature request has already been raised 
internally within our team regarding your concern. Please keep an eye on our 
blog for more updates.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFYbE:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/DL2KO0Q3HW9600GBClPTnlTZumaqp921zvZw%40sfdc.net.


Re: Getting report totals in new Google Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Dorian,

I am Nikisha from Google Ads API team. Please allow me to support your concerns 
in the absence of my colleague Sai.

A feature request for your concern has already been created internally within 
our team, however, we do not have any timeline to share when this feature will 
be available. Please keep an eye on our blog post for further updates and 
announcements related to this.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UAqWq9:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/_C-lo0Q3HPMV001k9bsX9_Sre4ewf_wY7I6A%40sfdc.net.


Re: Reports attributes behavior

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Oksana,

You should only get one row. Could you please specify what you mean by the 
unique combinations? You should only be able to see unique rows per OfferId.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UOFKhm:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/qxyrJ0Q3HODK00iye3L0g_S22yBkl99p5I9A%40sfdc.net.


Getting error AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED

2020-01-02 Thread Om Prakash
How do i fix this in my code?  Is it something Google has to change for my 
account? Or i have to disable 2FA from my accout? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d0535d4c-682e-4a89-9d62-b4a5f84170c9%40googlegroups.com.


RE: Inquiring for googleadwords api -- getting mismatch between API call & UI for Audience Match Rate

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Vikas,

Thank you for reaching out. As explained here, for privacy purposes, the user 
list size will show as zero in the API until the list has at least 1,000 
members. This is why those lists are showing as 0.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOFSNb:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rKnOI0Q3HNXE00B5NP6QmAQ8mZmtDxej-u9Q%40sfdc.net.


RE: which api can download search terms reports,help!

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Vevor,

Thank you for reaching out. You can run a Search Query Performance Report to 
retrieve performance data on your search terms. You might find this guide 
useful to understand the mapping between the API report maps to the Google Ads 
UI. Let us know if you need any additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFXXl:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/touR40Q3HNTF00ThpAOgvCR0WPc0QC1toOkQ%40sfdc.net.


RE: Conversions Tracking Reporting

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Manik,

Thank you for reaching out. If you would like to do this with AdWords API, you 
can pull the metrics from the Campaign Performance  report and segment by 
ConversionTypeName (also works for AdGroup Performance report). If you are 
using Google Ads API, you can segment your desired report by 
conversion_action_name. This will allow you to get aggregated conversion 
metrics for each action that you've specified.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOFYdF:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/B7H9F0Q3HM8P00c9vUVIIARNiWsgRUZngRRg%40sfdc.net.


Re: Universal App Campaign can not create ad images and html5

2020-01-02 Thread Esteban Maya

Hi Nikisha,

thanks for your answer, the asset image works well, but how can i get the 
html5 asset, i did try this operation and i received an error:

zip_request = 
requests.get('https://storage.googleapis.com/adoptimizer-development/300x250_7f6ee179-81e0-4dea-a703-66b9bef8b25e.zip')
zip_data = zip_request.content

html = {
'operator': 'ADD',
'operand': {
'xsi_type': 'MediaBundleAsset',
'mediaBundleData': zip_data
}
}

html_asset = self.asset_service.mutate([html])['value'][0]

the error is.
ApiError.Type:'InternalApiError'
errorString:'InternalApiError.ERROR_GENERATING_RESPONSE'
fieldPath:None
fieldPathElements:[]
reason:'ERROR_GENERATING_RESPONSE'

regards,
Esteban

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b3d38e2e-e82f-4f80-81f4-68df5fd6eb4f%40googlegroups.com.


RE: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Akav,

Thank you for reaching out. You must make sure that you've enabled Google Ads 
API for your project in the developer console as explained in the error 
message. You can do that by following these instructions. Please make sure 
you've disabled any ad blockers or proxies when visiting the console page.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOFYbT:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/XeJNv0Q3HL94006FwjOAffSIS3nDEDyLO1wg%40sfdc.net.


Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello,

Could you please share the complete request and response logs along with the 
client customer id for me to take a look into this further and investigate 
better?

P.S. Please use Reply privately to author option while sharing the details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFS3L:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/XojlE0Q3HK7100pIFJIk5DTs-mTMOCcgwAuQ%40sfdc.net.


Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Nils So
I think I found the right direction. *CustomAffinityService. *I was able to 
retrieve details about the audience using the CustomAffinityService, 
although I only got 3 entries back, and I have much more custom affinities.

The "*totalNumEntries*" of the result say 3, any idea why not more results


Best Nils

Am Dienstag, 31. Dezember 2019 12:15:52 UTC+1 schrieb Nils So:
>
> Hi Nikisha,
>
> thanks for your quick reply. Your answer helped me. At the end I had to 
> use the `AdGroupCriterionService 
> `
>  
> to fetch the CUSTOM_AFFINITY and CUSTOM_INTENT criteria, for some reason 
> using the CampaignCriterionService didnt give me any results.
>
> I have one more question regarding the CUSTOM_INTENT. Now that I have the 
> ID of the CUSTOM_INTENT, how can I get more information about it? For 
> instance the name or the keywords in this intent?
> Same question for the USER_INTEREST criteria?
>
>
> Thanks for much for your help.
>
> Best Regards 
> Nils
>
>
>
> Am Montag, 30. Dezember 2019 23:19:34 UTC+1 schrieb adsapiforumadvisor:
>>
>> Hello,
>>
>> Thank you for reaching the support. You could use 
>> CampaignCriterionService.get() 
>> 
>>  
>> or the AdGroupCriterionService.get() 
>> 
>>  by 
>> selecting one of the criteria types available here 
>> .
>>  You 
>> may use the CUSTOM_AFFINITY 
>> 
>>  or 
>> CUSTOM_INTENT 
>> 
>>  to 
>> pull the Custom Affinity or Custom Intent audience via API. If you are not 
>> seeing any data it might be that the account you are using might not have 
>> data. To verify this further, could you please share the complete request 
>> and response logs along with the client customer id of the account for me 
>> to investigate this further on my end?
>>
>> P.S. Please use *Reply privately to author* option while sharing the 
>> details.
>>
>> Regards,
>> Nikisha Patel, Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5001UOFS3L:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b886461-7a0c-4153-88fe-e3311ac44b24%40googlegroups.com.


Re: Can I pull the following:

2020-01-02 Thread Tom S
Hi Bharani,

Thanks again for the help that makes sense regarding approval status and 
negative lists retrieval. What format will the negative keyword lists come 
in, and will they include the campaigns they're associated to? 

I'm also wondering if it's possible to pull data by date with a comparison 
option, and also get historical QS metrics, so Quality Score (hist.), 
Landing Page Exp (hist.) Exp CTR (hist.) so I can compare them to the 
current ones? 
 
Thanks again,
Tom


On Wednesday, 11 December 2019 18:12:59 UTC, adsapiforumadvisor wrote:
>
> Hi Tom, 
>
> Thank you for clarifying this. You may use the approvalstatus 
> 
>  in 
> Keywords Performance Report and the combinedapprovalstatus 
> 
>  field 
> in Ad Performance Report to retrieve the approval status. 
>
> Regarding your second concern, you may use the Shared Set Criteria Report 
> 
>  which 
> will return the keywords from the negative keyword lists for that specific 
> SharedSetId 
> 
> . 
>
> Let me know if you have any further questions. 
>
> Regards,
> Bharani, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UOECQa:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1a368d2-f9d1-4291-96ef-2b4f4bc5902c%40googlegroups.com.


Re: Support for Smart Campaign Reporting?

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Dmitry,

Yes, smart display campaigns are available in AdWords API. You should be able 
to use the Ad Performance Report to get ad data from these types of campaigns. 
Please provide your report definition and results through reply privately to 
author if you are unable to see this data.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UOEfjy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/UrPDP0Q3HI1F00OUxD6qoHRb6hWacYeegf7w%40sfdc.net.


Re: AdwordsUserListService : CONCRETE_TYPE_REQUIRED

2020-01-02 Thread Debashis Pradhan
Fixed by adding the type in operand.



For others reference.


On Thursday, January 2, 2020 at 1:05:34 PM UTC+5:30, Debashis Pradhan wrote:
>
>
> I am facing an issue while creating a customer audience list using Adwords 
> API. I get the response error as CONCRETE_TYPE_REQUIRED.
> According to the documentation, Concrete type of user list (logical v.s. 
> remarketing) is required for ADD and SET operations, but its not clear 
> where I have missed this.
>
> Any resolution or pointers on this error is appreciated.
>
> Below is Request and Response :
>
> SOAP Request:
>
> https://adwords.google.com/api/adwords/rm/v201809/AdwordsUserListService
>
> http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:v20="https://adwords.google.com/api/adwords/rm/v201809"; xmlns:v201="
> https://adwords.google.com/api/adwords/cm/v201809";>
>
>   
>  
>  xxx
>  
>  xxx
>  
>  test:xxx:xxx
>  
>  false
>  
>  false
>   
>
>
>   
>  
>  
> 
> ADD
> 
> 
>
>false
>
>soap customers
>
>uploaded using SOAP API
>
>OPEN
>
>1
>
>OWNED
>
>   
>  ACTIVE
>
>1
>
>CRM_BASED
>
>true
> 
>  
>   
>
> 
>
> Response:
>
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   https://adwords.google.com/api/adwords/rm/v201809"; xmlns="
> https://adwords.google.com/api/adwords/cm/v201809";>
>  00059b233907e5740a7f1698b600713d
>  AdwordsUserListService
>  mutate
>  1
>  184
>   
>
>
>   
>  soap:Client
>  [UserListError.CONCRETE_TYPE_REQUIRED @ 
> operations[0].operand]
>  
> https://adwords.google.com/api/adwords/cm/v201809"; xmlns:ns2="
> https://adwords.google.com/api/adwords/rm/v201809";>
>[UserListError.CONCRETE_TYPE_REQUIRED @ 
> operations[0].operand]
>   
>  ApiException
>http://www.w3.org/2001/XMLSchema-instance";>
>   operations[0].operand
>   
>  operations
>  0
>   
>   
>  operand
>   
>   
>   
> UserListError.CONCRETE_TYPE_REQUIRED
>   UserListError
>   CONCRETE_TYPE_REQUIRED
>
> 
>  
>   
>
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b975b4c-27e1-4d2a-b151-d4baeb4cb6ec%40googlegroups.com.


Re: Encounter "rpc error" when trying google ads through golang client

2020-01-02 Thread Hallf Ledsh
me too

On Tuesday, 31 December 2019 16:10:59 UTC+7, Tao wrote:
>
> Hi Google Supports,
>
> Originally, our app was using AWQL to get the report data. Nowdays, we are 
> just trying google ads api to fetch report data. For our app was develped 
> by golang, so I am trying the golang version from: "
> google.golang.org/genproto/googleapis/ads/googleads/v2/services".  Hear 
> are my sample codes:
>
> googleAdsService := services.NewGoogleAdsServiceClient(client.Conn())
>
> // Create a search request
> request := services.SearchGoogleAdsRequest{
> CustomerId: "1234567890",  // here just faked
> Query:  "SELECT campaign.id, campaign.name FROM campaign",
> }
>
> // Get the results
> response, err := googleAdsService.Search(client.Context(), &request)
>
> if err != nil {
> fmt.Printf("err:%v\n", err)
> } else {
> for _, row := range response.Results {
> campaign := row.Campaign
> fmt.Printf("id: %d, name: %s\n", campaign.Id.Value, 
> campaign.Name.Value)
> }
> }
>
>
> I always received the response:
>
> err:rpc error: code = Internal desc = Internal error encountered.
>
>
> When the credentiuals is wrong, the response instead of above will be:
>
> panic: oauth2: cannot fetch token: 400 Bad Request
> Response: {
>   "error": "invalid_grant",
>   "error_description": "Bad Request"
> }
>
> So I'm sure the credentials is correct, which I am using to fetch data 
> through AWQL.
>
>
> Thanks for your help.
>
>
> Tao 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56b059e5-92bf-4dfc-8c0e-00b031a2682b%40googlegroups.com.