Google Ads API >> BigQuery Data Transfer Service

2022-07-18 Thread Emily Jones
Hi there, 

May I ask how the Google Ads API upgrade will materialise with the Google 
BigQuery Data Transfer service and whether you have documentation to 
support this migration process?

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f519234d-5935-4c35-a13a-840a2c08dc97n%40googlegroups.com.


Re: Smart Campaigns from the ad group ad report

2020-12-11 Thread Emily
Hi Anthony,

Thank you for the response. Unfortunately it looks like I don't have 
permission to reply to the author. Is there another way I can contact you 
and share our query information?

Thanks,
Emily

On Friday, December 11, 2020 at 10:29:24 AM UTC-5 adsapiforumadvisor wrote:

> Hi Emily,
>
> You should be able to see these ad groups in AdWords API. However, their 
> AdGroupType values will come back as null. Can you share your report 
> queries through *reply privately to author *so I can take a closer look?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XNQV: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/f837e951-0c2d-4be1-b5d4-f183e8fa2d7fn%40googlegroups.com.


Re: Smart Campaigns from the ad group ad report

2020-12-10 Thread Emily
Hi there,

I'm seeing the same issue for one of our accounts. Smart campaigns aren't 
coming through the API when pulling ad group performance reports and I 
would like to know if this is expected behavior.

We are still using the Adwords API version v201809.

Thanks,
Emily

On Tuesday, September 29, 2020 at 2:53:46 PM UTC-4 adsapiforumadvisor wrote:

> Hi Maria,
>
> Thanks for reaching out. With regards to your concern, can you please 
> provide screenshot of the UI smart campaign along with customer id so that 
> i can further investigate the issue. Can you please confirm which version 
> you are using in the Google Ads API?
>
> Please reply privately author option while sharing the details.
>
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XNQV: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/e73b653b-fb97-46d9-993c-c33120a1d3aen%40googlegroups.com.


Cannot modify finalUrl of ExpandedTextAd

2020-11-17 Thread Emily Jia
I am trying to use the ad group ad service to modify the finalUrl of an 
expanded text ad. I call mutate with the ad group ad service , but I get 
'faultMessage': '[AdError.CANNOT_MODIFY_AD @ 
operations[0].operand.ad.finalUrls]'

Here are the operations:

  operations = [{
  'operator': 'SET',
  'operand': {
'xsi_type': 'AdGroupAd',
  'adGroupId': ##,
  'ad': {
  'id': ##,
'finalUrls': [##]
  },
'status': 'ENABLED'
  }
  }]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd4f0f5f-0dbd-487d-8327-1541484e47d7n%40googlegroups.com.


Tracking conversion by search term

2020-08-18 Thread Emily Jia
Is it possible to track conversion rate by search term for shopping 
campaigns? 
Alternatively, is it possible to get a report that includes search term and 
time of search for shopping campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2da74af3-2683-41d0-b900-714218926a5dn%40googlegroups.com.


How to delete a campaign through the API

2020-08-17 Thread Emily Jia
The docs appear to be down, and the cached version no longer works

https://developers.google.com/google-ads/api/docs/samples/remove-campaign

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d6f4430-1965-4030-a312-0b43d661dd42n%40googlegroups.com.


invalid oauth token

2020-08-12 Thread Emily Jia
I'm trying to set up my first API call but get the 
error [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] when 
running get_campaigns.py

However, I checked with curl (as recommended in this thread: 
https://groups.google.com/g/adwords-api/c/E4e1SknTT_4/m/_ixEdNAqBAAJ) and 
it looks like my client_id, client secret, and refresh token are correct. 

My developer token is from my manager account and my client customer id is 
from my test manager account. Both are under the same google account. My 
oauth2 credentials are also from the same account.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b915efc4-b2ed-41e3-9c8f-88fdfcdf7367n%40googlegroups.com.


Discrepancy in reports pulled from UI and API

2019-10-01 Thread Emily
Hi there,

I'm finding a discrepancy between reports pulled from the UI and reports 
pulled from the API. I'm doing a comparison between an Ad Group Performance 
report pulled from the API and a report with the same metrics from the UI 
segmented by ad groups. I have the below questions regarding differences 
I'm seeing in both reports:

1. Besides Local campaigns, is there anything else the API is unable to 
pull that the UI is? 

2. I'm am also seeing a discrepancy between metrics reported in the API and 
UI. For example, in a report I pulled from the UI and the API for the same 
date range on the same day, I'm seeing differing values for all conv. 
value. 

3. Lastly, is there a time frame in which metrics may be updated in the 
API? We want to be sure we're pulling accurate data, so is there a time 
frame in which after this point numbers will no longer be adjusted and be 
considered final?

Thanks,
Emily

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/46ac0e92-c31d-4055-a975-afe75e8b9fa0%40googlegroups.com.


Missing Ad Groups in Ad Performance Report

2019-08-13 Thread Emily
Hi there,

I'm using the AdWords API to pull Ad Group Performance data and noticed a 
few ad groups that are missing in the API pull but are visible in reports 
pulled through the UI. These ad groups have clicks and impressions which is 
leading to a large discrepancy between the reports pulled through the API 
and reports pulled through the UI.

Any help would be appreciated.

Thanks!
Emily

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/229aec3b-8e16-4d14-9cf6-a35f6bbb7a0d%40googlegroups.com.


Re: BatchJobProcessingError.FILE_FORMAT_ERROR for adding incremental negative keywords

2017-07-26 Thread Emily Fox
Thanks Peter.

Turns out the issue was me being an idiot :'D 

I was passing through an empty array instead of the operations (an error I 
made when updating the adwords API to the latest version)

On Wednesday, 26 July 2017 03:54:04 UTC-5, Peter Oliquino wrote:
>
> Hi Emily,
>
> The BatchJobProcessingError.FILE_FORMAT_ERROR 
> <https://developers.google.com/adwords/api/docs/reference/v201705/BatchJobService.BatchJobProcessingError#apierrortype>
>  
> indicates that there might be some issues with your input file. Could you 
> check if the request body is similar to the BatchJobOpsService.wsdl 
> <https://adwords.google.com/api/adwords/cm/v201705/BatchJobOpsService?wsdl> 
> and if you have met the upload requirements as discussed here 
> <https://developers.google.com/adwords/api/docs/guides/batch-jobs#upload_requirements>?
>  
> Let me know if you still encounter issues after reviewing the references 
> and applying any required changes in your request. You may also send to me 
> privately, via *Reply privately to author*, your clientCustomerId and the 
> batch job Ids if you still encounter any errors.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

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

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


BatchJobProcessingError.FILE_FORMAT_ERROR for adding incremental negative keywords

2017-07-26 Thread Emily Fox
I'm getting the a processing error

Processing error [0]: errorType=BatchJobProcessingError, trigger=, 
errorString=BatchJobProcessingError.FILE_FORMAT_ERROR, fieldPath=, 
reason=FILE_FORMAT_ERROR



I'm going of the current incremental batch job 
example: 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201705/CampaignManagement/AddKeywordsUsingIncrementalBatchJob.php#L76-L101

My code looks similar, I've been playing around with it to see if I can get 
it to work but what I currently have (which still returns the error) is the 
following

$chunks = array_chunk($operations, self::MODIFIERS_PER_BATCH);
$len = count($chunks);

for ($i = 0; $i < $len; $i++) {
//if first chunk
if ($i == 0) {
$batchJobUploadStatus = 
$batchJobs->uploadIncrementalBatchJobOperations(
[],
new BatchJobUploadStatus($this->uploadUrl, $this->sess)
   );
//everything in the middle
} else {
   $batchJobUploadStatus = 
$batchJobs->uploadIncrementalBatchJobOperations(
   [],
   $batchJobUploadStatus
);
}

//if last chunk, close the upload
if ($i == ($len - 1)) {
$batchJobs->closeIncrementalUpload($batchJobUploadStatus);
}
}


Any help would be greatly appreciated

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d65a205-1c9c-4200-8cd5-9cc19cf496d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR error when trying to push call conversions

2016-12-09 Thread emily
We're trying to push call conversions to our Adwords account and when I 
execute the python script, I get this error after which the script 
terminates. 

No handlers could be found for logger "suds.client"
Traceback (most recent call last):
  File "SF_Adwords_API.py", line 158, in 
main(adwords_client)
  File "SF_Adwords_API.py", line 141, in main
occ_response = occ_feed_service.mutate(occ_operations)
  File "build\bdist.win32\egg\googleads\common.py", line 696, in 
MakeSoapRequest
suds.WebFault: Server raised fault: 
'[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]'

I've been getting the error all day,and I was wondering if this is an 
actual internal issue or if there's something wrong with my actual script. 
Any help on this is greatly appreciated, thank you!

Emily

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7828a460-18a6-40d5-b8f1-30ef4fbc4674%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.